Searched refs:RequestTexture (Results 1 – 3 of 3) sorted by relevance
/ohos5.0/foundation/multimedia/image_effect/frameworks/native/render_environment/graphic/ |
H A D | render_frame_buffer.cpp | 31 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 D | render_environment.cpp | 143 …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 D | render_resource_cache.h | 105 RenderTexturePtr RequestTexture(RenderContext *ctx, GLsizei w, GLsizei h, GLenum interFmt) in RequestTexture() function
|