Searched refs:CreateTexture2D (Results 1 – 3 of 3) sorted by relevance
/ohos5.0/foundation/multimedia/image_effect/frameworks/native/render_environment/graphic/ |
H A D | gl_utils.h | 30 …static GLuint CreateTexture2D(GLsizei width, GLsizei height, GLsizei levels, GLenum internalFormat,
|
H A D | render_texture.h | 68 … name_ = GLUtils::CreateTexture2D(width_, height_, 1, internalFormat_, GL_LINEAR, GL_LINEAR, in Init()
|
H A D | gl_utils.cpp | 41 GLuint GLUtils::CreateTexture2D(GLsizei width, GLsizei height, GLsizei levels, GLenum internalForma… in CreateTexture2D() function in OHOS::Media::Effect::GLUtils
|