Home
last modified time | relevance | path

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

/ohos5.0/foundation/graphic/graphic_3d/lume/LumeEngine/src/image/loaders/
H A Dgl_util.h227 constexpr unsigned int GL_COMPRESSED_RGBA8_ETC2_EAC = 0x9278; variable
390 …BASE_NS::Format::BASE_FORMAT_ETC2_R8G8B8A8_UNORM_BLOCK, GL_COMPRESSED_RGBA8_ETC2_EAC, true, 4, 4, …
/ohos5.0/foundation/graphic/graphic_3d/lume/LumeRender/src/gles/
H A Ddevice_gles.cpp362 { GL_COMPRESSED_RGBA8_ETC2_EAC, TF_TEX },
692 …{ BASE_FORMAT_ETC2_R8G8B8A8_UNORM_BLOCK, GL_RGBA, GL_COMPRESSED_RGBA8_ETC2_EAC, GL_UNSIGNED_BYTE, …
/ohos5.0/foundation/graphic/graphic_2d/interfaces/kits/napi/graphic/webgl/src/
H A Dwebgl2_rendering_context_impl.cpp2144 GL_COMPRESSED_RGBA8_ETC2_EAC, in CheckStorageInternalFormat()