Home
last modified time | relevance | path

Searched refs:GL_COMPRESSED_RGBA_S3TC_DXT1_EXT (Results 1 - 6 of 6) sorted by relevance

/foundation/graphic/graphic_2d/interfaces/kits/napi/graphic/webgl/src/
H A Dwebgl_rendering_context_ext.cpp114 AddSupportElement(texImageSupportInternalFormats, GL_COMPRESSED_RGBA_S3TC_DXT1_EXT); in GetTexImageInternalFormat()
H A Dwebgl_rendering_context_draw.cpp870 case GL_COMPRESSED_RGBA_S3TC_DXT1_EXT: in CheckCompressedTexDimensions()
902 case GL_COMPRESSED_RGBA_S3TC_DXT1_EXT: { in CheckCompressedTexData()
957 case GL_COMPRESSED_RGBA_S3TC_DXT1_EXT: in CheckCompressedTexSubDimensions()
H A Dwebgl_texture.cpp351 case GL_COMPRESSED_RGBA_S3TC_DXT1_EXT: in GetTypeFromInternalFormat()
H A Dwebgl_rendering_context_base.cpp134 res.AddProp("COMPRESSED_RGBA_S3TC_DXT1_EXT", NVal::CreateInt64(env, GL_COMPRESSED_RGBA_S3TC_DXT1_EXT).val_); in GetExtension()
/foundation/graphic/graphic_3d/lume/LumeEngine/src/image/loaders/
H A Dgl_util.h196 constexpr unsigned int GL_COMPRESSED_RGBA_S3TC_DXT1_EXT = 0x83F1; variable
488 BASE_NS::Format::BASE_FORMAT_BC1_RGBA_UNORM_BLOCK, GL_COMPRESSED_RGBA_S3TC_DXT1_EXT, true, 4, 4, 1, 64 },
/foundation/graphic/graphic_3d/lume/LumeRender/src/gles/
H A Ddevice_gles.cpp396 { GL_COMPRESSED_RGBA_S3TC_DXT1_EXT, TF_TEX },
487 { BASE_FORMAT_BC1_RGBA_UNORM_BLOCK, GL_RGBA, GL_COMPRESSED_RGBA_S3TC_DXT1_EXT, GL_UNSIGNED_BYTE, 0,

Completed in 12 milliseconds