Searched refs:GL_COMPRESSED_RGB8_ETC2 (Results 1 - 4 of 4) sorted by relevance
/foundation/graphic/graphic_2d/rosen/samples/opengl/test_glCompressApi/entry/src/main/cpp/ |
H A D | test_glCompressApi.cpp | 78 glCompressedTexImage2D(GL_TEXTURE_2D, 0, GL_COMPRESSED_RGB8_ETC2, DEFAULT_SIZE, DEFAULT_SIZE, 0,
in TestGlCompressedTexImage2D() 111 glCompressedTexImage2D(GL_TEXTURE_2D, 0, GL_COMPRESSED_RGB8_ETC2, DEFAULT_SIZE, DEFAULT_SIZE, 0,
in TestGlCompressedTexSubImage2D() 113 glCompressedTexSubImage2D(GL_TEXTURE_2D, 0, 0, 0, DEFAULT_SIZE, DEFAULT_SIZE, GL_COMPRESSED_RGB8_ETC2,
in TestGlCompressedTexSubImage2D() 145 glCompressedTexImage3D(GL_TEXTURE_2D_ARRAY, 0, GL_COMPRESSED_RGB8_ETC2, DEFAULT_SIZE, DEFAULT_SIZE, 1, 0,
in TestGlCompressedTexImage3D() 177 glCompressedTexImage3D(GL_TEXTURE_2D_ARRAY, 0, GL_COMPRESSED_RGB8_ETC2, DEFAULT_SIZE, DEFAULT_SIZE, 1, 0,
in TestGlCompressedTexSubImage3D() 179 glCompressedTexSubImage3D(GL_TEXTURE_2D_ARRAY, 0, 0, 0, 0, DEFAULT_SIZE, DEFAULT_SIZE, 1, GL_COMPRESSED_RGB8_ETC2,
in TestGlCompressedTexSubImage3D()
|
/foundation/graphic/graphic_3d/lume/LumeEngine/src/image/loaders/ |
H A D | gl_util.h | 225 constexpr unsigned int GL_COMPRESSED_RGB8_ETC2 = 0x9274; variable 385 BASE_NS::Format::BASE_FORMAT_ETC2_R8G8B8_UNORM_BLOCK, GL_COMPRESSED_RGB8_ETC2, true, 4, 4, 1, 64 },
|
/foundation/graphic/graphic_3d/lume/LumeRender/src/gles/ |
H A D | device_gles.cpp | 358 { GL_COMPRESSED_RGB8_ETC2, TF_TEX }, 684 { BASE_FORMAT_ETC2_R8G8B8_UNORM_BLOCK, GL_RGB, GL_COMPRESSED_RGB8_ETC2, GL_UNSIGNED_BYTE, 0,
|
/foundation/graphic/graphic_2d/interfaces/kits/napi/graphic/webgl/src/ |
H A D | webgl2_rendering_context_impl.cpp | 2140 GL_COMPRESSED_RGB8_ETC2, in CheckStorageInternalFormat()
|
Completed in 9 milliseconds