Searched refs:GL_RGB8 (Results 1 – 5 of 5) sorted by relevance
/ohos5.0/foundation/graphic/graphic_2d/interfaces/kits/napi/graphic/webgl/src/ |
H A D | webgl_texture.cpp | 281 case GL_RGB8: in GetTypeFromInternalFormat() 492 GL_RGB8, in GetSupportedInternalFormats() 629 { GL_RGB8, GL_RGB, GL_UNSIGNED_BYTE }, in GetSupportedFormatTypeMaps()
|
H A D | webgl2_rendering_context_impl.cpp | 2102 GL_RGB8, in CheckStorageInternalFormat()
|
/ohos5.0/foundation/graphic/graphic_3d/lume/LumeRender/src/gles/ |
H A D | swapchain_gles.cpp | 41 static constexpr FormatInfo FORMATS[] = { { BASE_FORMAT_R8G8B8_UNORM, 8, 8, 8, 0, GL_RGB8, GL_RGB8 …
|
H A D | device_gles.cpp | 221 { GL_RGB8, CR_TEX }, 278 { GL_RGB8, CR_TF_REND_TEX }, 572 { BASE_FORMAT_R8G8B8_UNORM, GL_RGB, GL_RGB8, GL_UNSIGNED_BYTE, 3, { false, 0, 0, 0 }, 574 { BASE_FORMAT_R8G8B8_SNORM, GL_RGB, GL_RGB8, GL_BYTE, 3, { false, 0, 0, 0 },
|
/ohos5.0/foundation/graphic/graphic_3d/lume/LumeEngine/src/image/loaders/ |
H A D | gl_util.h | 36 constexpr unsigned int GL_RGB8 = 0x8051; variable 315 BASE_NS::Format::BASE_FORMAT_R8G8B8_UNORM, GL_RGB8, false, 1, 1, 1, 24 },
|