Home
last modified time | relevance | path

Searched refs:GetInternalFormatPixelByteSize (Results 1 – 4 of 4) sorted by relevance

/ohos5.0/foundation/multimedia/image_effect/frameworks/native/render_environment/graphic/
H A Drender_texture.h103 CHECK_AND_RETURN_RET_LOG(GLUtils::GetInternalFormatPixelByteSize(tex->Format()) <= in operator()
106 width, height, GLUtils::GetInternalFormatPixelByteSize(tex->Format())); in operator()
108 return (width * height * GLUtils::GetInternalFormatPixelByteSize(tex->Format())); in operator()
H A Dgl_utils.h48 IMAGE_EFFECT_EXPORT static size_t GetInternalFormatPixelByteSize(GLenum internalFormat);
H A Dgl_utils.cpp117 size_t GLUtils::GetInternalFormatPixelByteSize(GLenum internalFormat) in GetInternalFormatPixelByteSize() function in OHOS::Media::Effect::GLUtils
/ohos5.0/foundation/multimedia/image_effect/test/unittest/
H A DTestRenderEnvironment.cpp97 size_t ret = GLUtils::GetInternalFormatPixelByteSize(internalFormat);
101 ret = GLUtils::GetInternalFormatPixelByteSize(internalFormat);
105 ret = GLUtils::GetInternalFormatPixelByteSize(internalFormat);
109 ret = GLUtils::GetInternalFormatPixelByteSize(internalFormat);
113 ret = GLUtils::GetInternalFormatPixelByteSize(internalFormat);