Searched refs:CreateFramebufferWithTarget (Results 1 – 3 of 3) sorted by relevance
35 static unsigned int CreateFramebufferWithTarget(unsigned int textureId, GLenum target);
69 unsigned int GLUtils::CreateFramebufferWithTarget(unsigned int textureId, GLenum target) in CreateFramebufferWithTarget() function in OHOS::Media::Effect::GLUtils
467 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()