Home
last modified time | relevance | path

Searched refs:GL_COMPRESSED_RG11_EAC (Results 1 – 3 of 3) sorted by relevance

/ohos5.0/foundation/graphic/graphic_3d/lume/LumeEngine/src/image/loaders/
H A Dgl_util.h234 constexpr unsigned int GL_COMPRESSED_RG11_EAC = 0x9272; variable
404 … BASE_NS::Format::BASE_FORMAT_EAC_R11G11_UNORM_BLOCK, GL_COMPRESSED_RG11_EAC, true, 4, 4, 1, 128 },
/ohos5.0/foundation/graphic/graphic_3d/lume/LumeRender/src/gles/
H A Ddevice_gles.cpp356 { GL_COMPRESSED_RG11_EAC, TF_TEX },
679 { BASE_FORMAT_EAC_R11G11_UNORM_BLOCK, GL_RG, GL_COMPRESSED_RG11_EAC, GL_UNSIGNED_BYTE, 0,
/ohos5.0/foundation/graphic/graphic_2d/interfaces/kits/napi/graphic/webgl/src/
H A Dwebgl2_rendering_context_impl.cpp2138 GL_COMPRESSED_RG11_EAC, in CheckStorageInternalFormat()