Home
last modified time | relevance | path

Searched refs:resCache_ (Results 1 – 2 of 2) sorted by relevance

/ohos5.0/foundation/multimedia/image_effect/frameworks/native/render_environment/
H A Drender_environment.h57 ResourceCache *resCache_ = nullptr; variable
63 resCache_ = new ResourceCache; in RenderParam()
103 if (resCache_) { in ~RenderParam()
104 delete resCache_; in ~RenderParam() local
105 resCache_ = nullptr; in ~RenderParam()
H A Drender_environment.cpp143 …RenderTexturePtr renderTex = param_->resCache_->RequestTexture(param_->context_, width, height, GL… in RequestBuffer()
159 renderTex = param_->resCache_->GetTexGlobalCache("Main"); in GenMainTex()
161 renderTex = param_->resCache_->RequestTexture(param_->context_, width, height, GL_RGBA8); in GenMainTex()
162 param_->resCache_->AddTexGlobalCache("Main", renderTex); 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()
371 return param_->resCache_; in GetResourceCache()
465 outTex = param_->resCache_->RequestTexture(param_->context_, width, height, GL_RGBA8); in ConvertYUV2RGBA()