Searched refs:GL_R8_SNORM (Results 1 - 4 of 4) sorted by relevance
/foundation/graphic/graphic_2d/interfaces/kits/napi/graphic/webgl/src/ |
H A D | webgl_texture.cpp | 243 case GL_R8_SNORM: in GetTypeFromInternalFormat() 473 GL_R8_SNORM, in GetSupportedInternalFormats() 608 { GL_R8_SNORM, GL_RED, GL_BYTE }, in GetSupportedFormatTypeMaps()
|
H A D | webgl2_rendering_context_impl.cpp | 2083 GL_R8_SNORM, in CheckStorageInternalFormat()
|
/foundation/graphic/graphic_3d/lume/LumeRender/src/gles/ |
H A D | device_gles.cpp | 210 { GL_R8_SNORM, CR_TEX | ATOMIC_STORE }, 275 { GL_R8_SNORM, TF_TEX }, 565 { BASE_FORMAT_R8_SNORM, GL_RED, GL_R8_SNORM, GL_BYTE, 1, { false, 0, 0, 0 },
|
/foundation/graphic/graphic_3d/lume/LumeEngine/src/image/loaders/ |
H A D | gl_util.h | 38 constexpr unsigned int GL_R8_SNORM = 0x8F94; variable
|
Completed in 10 milliseconds