Searched refs:GL_RGB16F (Results 1 - 4 of 4) sorted by relevance
/foundation/graphic/graphic_2d/interfaces/kits/napi/graphic/webgl/src/ |
H A D | webgl_texture.cpp | 291 case GL_RGB16F: in GetTypeFromInternalFormat() 498 GL_RGB16F, in GetSupportedInternalFormats() 640 { GL_RGB16F, GL_RGB, GL_HALF_FLOAT }, in GetSupportedFormatTypeMaps() 641 { GL_RGB16F, GL_RGB, GL_FLOAT }, in GetSupportedFormatTypeMaps()
|
H A D | webgl2_rendering_context_impl.cpp | 2108 GL_RGB16F, in CheckStorageInternalFormat()
|
/foundation/graphic/graphic_3d/lume/LumeEngine/src/image/loaders/ |
H A D | gl_util.h | 79 constexpr unsigned int GL_RGB16F = 0x881B; variable 361 BASE_NS::Format::BASE_FORMAT_R16G16B16_SFLOAT, GL_RGB16F, false, 1, 1, 1, 48 },
|
/foundation/graphic/graphic_3d/lume/LumeRender/src/gles/ |
H A D | device_gles.cpp | 241 { GL_RGB16F, CR_TEX }, 291 { GL_RGB16F, TF_TEX }, 552 { BASE_FORMAT_R16G16B16_UNORM, GL_RGB, GL_RGB16F, GL_HALF_FLOAT, 6, { false, 0, 0, 0 }, 596 { BASE_FORMAT_R16G16B16_SFLOAT, GL_RGB, GL_RGB16F, GL_HALF_FLOAT, 6, { false, 0, 0, 0 },
|
Completed in 8 milliseconds