Searched refs:GL_RGB565 (Results 1 - 6 of 6) sorted by relevance
/foundation/graphic/graphic_2d/interfaces/kits/napi/graphic/webgl/src/ |
H A D | webgl_texture.cpp | 235 case GL_RGB565: in GetTypeFromInternalFormat() 494 GL_RGB565, in GetSupportedInternalFormats() 631 { GL_RGB565, GL_RGB, GL_UNSIGNED_BYTE }, in GetSupportedFormatTypeMaps() 632 { GL_RGB565, GL_RGB, GL_UNSIGNED_SHORT_5_6_5 }, in GetSupportedFormatTypeMaps()
|
H A D | webgl2_rendering_context_impl.cpp | 2104 GL_RGB565, in CheckStorageInternalFormat()
|
/foundation/multimedia/image_effect/frameworks/native/render_environment/graphic/ |
H A D | gl_utils.cpp | 131 case GL_RGB565:
in GetInternalFormatPixelByteSize()
|
/foundation/multimedia/image_effect/test/unittest/ |
H A D | TestRenderEnvironment.cpp | 105 internalFormat = GL_RGB565; in HWTEST_F()
|
/foundation/graphic/graphic_3d/lume/LumeRender/src/gles/ |
H A D | device_gles.cpp | 220 { GL_RGB565, CR_REND_TEX }, 280 { GL_RGB565, CR_TF_REND_TEX }, 529 { BASE_FORMAT_B5G6R5_UNORM_PACK16, GL_RGB, GL_RGB565, GL_UNSIGNED_SHORT_5_6_5, 2, { false, 0, 0, 0 }, 570 { BASE_FORMAT_R5G6B5_UNORM_PACK16, GL_RGB, GL_RGB565, GL_UNSIGNED_SHORT_5_6_5, 2, { false, 0, 0, 0 }, 720 { BASE_FORMAT_B5G6R5_UNORM_PACK16, GL_BGR, GL_RGB565, GL_UNSIGNED_SHORT_5_6_5_REV, 2, { false, 0, 0, 0 },
|
/foundation/graphic/graphic_3d/lume/LumeEngine/src/image/loaders/ |
H A D | gl_util.h | 106 constexpr unsigned int GL_RGB565 = 0x8D62; variable
|
Completed in 11 milliseconds