Searched refs:GetInternalFormatPixelByteSize (Results 1 – 4 of 4) sorted by relevance
103 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()
48 IMAGE_EFFECT_EXPORT static size_t GetInternalFormatPixelByteSize(GLenum internalFormat);
117 size_t GLUtils::GetInternalFormatPixelByteSize(GLenum internalFormat) in GetInternalFormatPixelByteSize() function in OHOS::Media::Effect::GLUtils
97 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);