Searched refs:GL_RGB9_E5 (Results 1 - 4 of 4) sorted by relevance
/foundation/graphic/graphic_2d/interfaces/kits/napi/graphic/webgl/src/ |
H A D | webgl_texture.cpp | 289 case GL_RGB9_E5: in GetTypeFromInternalFormat() 497 GL_RGB9_E5, in GetSupportedInternalFormats() 637 { GL_RGB9_E5, GL_RGB, GL_UNSIGNED_INT_5_9_9_9_REV }, in GetSupportedFormatTypeMaps() 638 { GL_RGB9_E5, GL_RGB, GL_HALF_FLOAT }, in GetSupportedFormatTypeMaps() 639 { GL_RGB9_E5, GL_RGB, GL_FLOAT }, in GetSupportedFormatTypeMaps()
|
H A D | webgl2_rendering_context_impl.cpp | 2107 GL_RGB9_E5, in CheckStorageInternalFormat()
|
/foundation/graphic/graphic_3d/lume/LumeRender/src/gles/ |
H A D | device_gles.cpp | 248 { GL_RGB9_E5, TEX }, 298 { GL_RGB9_E5, TF_TEX }, 612 { BASE_FORMAT_E5B9G9R9_UFLOAT_PACK32, GL_RGB, GL_RGB9_E5, GL_UNSIGNED_INT_5_9_9_9_REV, 4, { false, 0, 0, 0 },
|
/foundation/graphic/graphic_3d/lume/LumeEngine/src/image/loaders/ |
H A D | gl_util.h | 116 constexpr unsigned int GL_RGB9_E5 = 0x8C3D; variable
|
Completed in 9 milliseconds