Searched refs:GL_RGB5_A1 (Results 1 - 4 of 4) sorted by relevance
/foundation/graphic/graphic_2d/interfaces/kits/napi/graphic/webgl/src/ |
H A D | webgl_texture.cpp | 237 case GL_RGB5_A1: in GetTypeFromInternalFormat() 509 GL_RGB5_A1, in GetSupportedInternalFormats() 652 { GL_RGB5_A1, GL_RGBA, GL_UNSIGNED_BYTE }, in GetSupportedFormatTypeMaps() 653 { GL_RGB5_A1, GL_RGBA, GL_UNSIGNED_SHORT_5_5_5_1 }, in GetSupportedFormatTypeMaps() 654 { GL_RGB5_A1, GL_RGBA, GL_UNSIGNED_INT_2_10_10_10_REV }, in GetSupportedFormatTypeMaps()
|
H A D | webgl2_rendering_context_impl.cpp | 2119 GL_RGB5_A1, in CheckStorageInternalFormat()
|
/foundation/graphic/graphic_3d/lume/LumeRender/src/gles/ |
H A D | device_gles.cpp | 229 { GL_RGB5_A1, CR_REND_TEX }, 282 { GL_RGB5_A1, CR_TF_REND_TEX }, 531 { BASE_FORMAT_B5G5R5A1_UNORM_PACK16, GL_RGBA, GL_RGB5_A1, GL_UNSIGNED_SHORT_5_5_5_1, 2, { false, 0, 0, 0 }, 533 { BASE_FORMAT_A1R5G5B5_UNORM_PACK16, GL_RGBA, GL_RGB5_A1, GL_UNSIGNED_SHORT_5_5_5_1, 2, { false, 0, 0, 0 }, 578 { BASE_FORMAT_R5G5B5A1_UNORM_PACK16, GL_RGBA, GL_RGB5_A1, GL_UNSIGNED_SHORT_5_5_5_1, 2, { false, 0, 0, 0 }, 718 { BASE_FORMAT_A1R5G5B5_UNORM_PACK16, GL_BGRA, GL_RGB5_A1, GL_UNSIGNED_SHORT_1_5_5_5_REV, 2, { false, 0, 0, 0 },
|
/foundation/graphic/graphic_3d/lume/LumeEngine/src/image/loaders/ |
H A D | gl_util.h | 112 constexpr unsigned int GL_RGB5_A1 = 0x8057; variable
|
Completed in 10 milliseconds