Home
last modified time | relevance | path

Searched refs:RequestTexture (Results 1 – 3 of 3) sorted by relevance

/ohos5.0/foundation/multimedia/image_effect/frameworks/native/render_environment/graphic/
H A Drender_frame_buffer.cpp31 texture_ = cache->RequestTexture(ctx, width, height, interFmt); in RenderFrameBuffer()
48 texture_ = cache_->RequestTexture(context_, width, height, fmt); in Resize()
/ohos5.0/foundation/multimedia/image_effect/frameworks/native/render_environment/
H A Drender_environment.cpp143 …RenderTexturePtr renderTex = param_->resCache_->RequestTexture(param_->context_, width, height, GL… in RequestBuffer()
161 renderTex = param_->resCache_->RequestTexture(param_->context_, width, height, GL_RGBA8); in GenMainTex()
173 …RenderTexturePtr tempTex = param_->resCache_->RequestTexture(param_->context_, width, height, GL_R… in GenMainTex()
178 …RenderTexturePtr tempTex = param_->resCache_->RequestTexture(param_->context_, width, height, GL_R… in GenMainTex()
202 …RenderTexturePtr renderTex = param_->resCache_->RequestTexture(param_->context_, width, height, GL… in ConvertBufferToTexture()
465 outTex = param_->resCache_->RequestTexture(param_->context_, width, height, GL_RGBA8); in ConvertYUV2RGBA()
/ohos5.0/foundation/multimedia/image_effect/frameworks/native/render_environment/core/
H A Drender_resource_cache.h105 RenderTexturePtr RequestTexture(RenderContext *ctx, GLsizei w, GLsizei h, GLenum interFmt) in RequestTexture() function