Home
last modified time | relevance | path

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

/ohos5.0/foundation/multimedia/image_effect/frameworks/native/render_environment/graphic/
H A Dgl_utils.h35 static unsigned int CreateFramebufferWithTarget(unsigned int textureId, GLenum target);
H A Dgl_utils.cpp69 unsigned int GLUtils::CreateFramebufferWithTarget(unsigned int textureId, GLenum target) in CreateFramebufferWithTarget() function in OHOS::Media::Effect::GLUtils
/ohos5.0/foundation/multimedia/image_effect/frameworks/native/render_environment/
H A Drender_environment.cpp467 GLuint tempFbo = GLUtils::CreateFramebufferWithTarget(outTex->GetName(), GL_TEXTURE_2D); in ConvertYUV2RGBA()
496 … GLuint tempFbo = GLUtils::CreateFramebufferWithTarget(output->GetName(), GL_TEXTURE_EXTERNAL_OES); in Draw2D2OES()
518 GLuint tempFbo = GLUtils::CreateFramebufferWithTarget(outTex, GL_TEXTURE_EXTERNAL_OES); in DrawSurfaceBufferFromTex()
534 GLuint tempFbo = GLUtils::CreateFramebufferWithTarget(outTex, GL_TEXTURE_EXTERNAL_OES); in DrawFlipSurfaceBufferFromTex()