Searched refs:GL_RGB8I (Results 1 - 4 of 4) sorted by relevance
/foundation/graphic/graphic_2d/interfaces/kits/napi/graphic/webgl/src/ |
H A D | webgl_texture.cpp | 297 case GL_RGB8I: in GetTypeFromInternalFormat() 501 GL_RGB8I, in GetSupportedInternalFormats() 644 { GL_RGB8I, GL_RGB_INTEGER, GL_BYTE }, in GetSupportedFormatTypeMaps()
|
H A D | webgl2_rendering_context_impl.cpp | 2111 GL_RGB8I, in CheckStorageInternalFormat()
|
/foundation/graphic/graphic_3d/lume/LumeEngine/src/image/loaders/ |
H A D | gl_util.h | 48 constexpr unsigned int GL_RGB8I = 0x8D8F; variable 333 BASE_NS::Format::BASE_FORMAT_R8G8B8_SINT, GL_RGB8I, false, 1, 1, 1, 24 },
|
/foundation/graphic/graphic_3d/lume/LumeRender/src/gles/ |
H A D | device_gles.cpp | 261 { GL_RGB8I, CR_TEX }, 311 { GL_RGB8I, TEX }, 638 { BASE_FORMAT_R8G8B8_SINT, GL_RGB_INTEGER, GL_RGB8I, GL_BYTE, 3, { false, 0, 0, 0 },
|
Completed in 10 milliseconds