Home
last modified time | relevance | path

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

/ohos5.0/foundation/graphic/graphic_3d/lume/LumeEngine/src/image/loaders/
H A Dgl_util.h229 constexpr unsigned int GL_COMPRESSED_SRGB8_ETC2 = 0x9275; variable
393 …BASE_NS::Format::BASE_FORMAT_ETC2_R8G8B8_UNORM_BLOCK, GL_COMPRESSED_SRGB8_ETC2, true, 4, 4, 1, 64 …
/ohos5.0/foundation/graphic/graphic_3d/lume/LumeRender/src/gles/
H A Ddevice_gles.cpp359 { GL_COMPRESSED_SRGB8_ETC2, TF_TEX },
686 { BASE_FORMAT_ETC2_R8G8B8_SRGB_BLOCK, GL_RGB, GL_COMPRESSED_SRGB8_ETC2, GL_UNSIGNED_BYTE, 0,
/ohos5.0/foundation/graphic/graphic_2d/interfaces/kits/napi/graphic/webgl/src/
H A Dwebgl2_rendering_context_impl.cpp2141 GL_COMPRESSED_SRGB8_ETC2, in CheckStorageInternalFormat()