Home
last modified time | relevance | path

Searched refs:GL_R11F_G11F_B10F (Results 1 – 4 of 4) sorted by relevance

/ohos5.0/foundation/graphic/graphic_2d/interfaces/kits/napi/graphic/webgl/src/
H A Dwebgl_texture.cpp287 case GL_R11F_G11F_B10F: in GetTypeFromInternalFormat()
496 GL_R11F_G11F_B10F, in GetSupportedInternalFormats()
634 { GL_R11F_G11F_B10F, GL_RGB, GL_UNSIGNED_INT_10F_11F_11F_REV }, in GetSupportedFormatTypeMaps()
635 { GL_R11F_G11F_B10F, GL_RGB, GL_HALF_FLOAT }, in GetSupportedFormatTypeMaps()
636 { GL_R11F_G11F_B10F, GL_RGB, GL_FLOAT }, in GetSupportedFormatTypeMaps()
H A Dwebgl2_rendering_context_impl.cpp2106 GL_R11F_G11F_B10F, in CheckStorageInternalFormat()
/ohos5.0/foundation/graphic/graphic_3d/lume/LumeEngine/src/image/loaders/
H A Dgl_util.h115 constexpr unsigned int GL_R11F_G11F_B10F = 0x8C3A; variable
377 … BASE_NS::Format::BASE_FORMAT_B10G11R11_UFLOAT_PACK32, GL_R11F_G11F_B10F, false, 1, 1, 1, 32 },
/ohos5.0/foundation/graphic/graphic_3d/lume/LumeRender/src/gles/
H A Ddevice_gles.cpp247 { GL_R11F_G11F_B10F, CR_REND_TEX | ATOMIC_STORE },
297 { GL_R11F_G11F_B10F, CR_TF_REND_TEX },
610 …{ BASE_FORMAT_B10G11R11_UFLOAT_PACK32, GL_RGB, GL_R11F_G11F_B10F, GL_UNSIGNED_INT_10F_11F_11F_REV,…