Home
last modified time | relevance | path

Searched refs:GL_COMPRESSED_RGBA_S3TC_DXT3_EXT (Results 1 - 25 of 30) sorted by relevance

12

/third_party/mesa3d/src/mesa/main/
H A Dtexcompress.c117 case GL_COMPRESSED_RGBA_S3TC_DXT3_EXT: in _mesa_gl_compressed_format_base_format()
284 formats[n++] = GL_COMPRESSED_RGBA_S3TC_DXT3_EXT; in _mesa_get_compressed_formats()
499 case GL_COMPRESSED_RGBA_S3TC_DXT3_EXT: in _mesa_glenum_to_compressed_format()
700 return GL_COMPRESSED_RGBA_S3TC_DXT3_EXT; in _mesa_compressed_format_to_glenum()
H A Dtexcompress_s3tc_tmp.h946 GLenum destFormat = GL_COMPRESSED_RGBA_S3TC_DXT3_EXT; in tx_compress_dxt3()
1025 case GL_COMPRESSED_RGBA_S3TC_DXT3_EXT: in tx_compress_dxtn()
H A Dglformats.c1073 case GL_COMPRESSED_RGBA_S3TC_DXT3_EXT: in _mesa_is_color_format()
2872 case GL_COMPRESSED_RGBA_S3TC_DXT3_EXT: in _mesa_gles_check_internalformat()
3021 internalFormat == GL_COMPRESSED_RGBA_S3TC_DXT3_EXT || in _mesa_gles_error_check_format_and_type()
H A Dtextureview.c197 {GL_VIEW_CLASS_S3TC_DXT3_RGBA, GL_COMPRESSED_RGBA_S3TC_DXT3_EXT},
H A Dcopyimage.c438 case GL_COMPRESSED_RGBA_S3TC_DXT3_EXT: in compressed_format_compatible()
/third_party/skia/third_party/externals/opengl-registry/api/GLSC2/
H A Dglsc2ext.h80 #define GL_COMPRESSED_RGBA_S3TC_DXT3_EXT 0x83F2 macro
/third_party/openGLES/api/GLSC2/
H A Dglsc2ext.h59 #define GL_COMPRESSED_RGBA_S3TC_DXT3_EXT 0x83F2 macro
/third_party/skia/third_party/externals/dawn/src/dawn_native/opengl/
H A DGLFormat.cpp102 AddFormat(wgpu::TextureFormat::BC2RGBAUnorm, GL_COMPRESSED_RGBA_S3TC_DXT3_EXT, GL_RGBA, GL_UNSIGNED_BYTE, Type::Float); in BuildGLFormatTable()
/third_party/skia/third_party/externals/angle2/src/libANGLE/
H A Dformatutils.h370 case GL_COMPRESSED_RGBA_S3TC_DXT3_EXT: in IsS3TCFormat()
H A DvalidationES.cpp3235 case GL_COMPRESSED_RGBA_S3TC_DXT3_EXT: in ValidateCopyMixedFormatCompatible()
3396 case GL_COMPRESSED_RGBA_S3TC_DXT3_EXT: in ValidateCopyCompressedFormatCompatible()
/third_party/skia/third_party/externals/angle2/src/tests/gl_tests/
H A DCompressedTextureFormatsTest.cpp387 static const FormatDesc kDXT3Formats[] = {{GL_COMPRESSED_RGBA_S3TC_DXT3_EXT, 16}};
H A DSRGBTextureTest.cpp333 GL_COMPRESSED_RGBA_S3TC_DXT3_EXT, in TEST_P()
H A DTextureTest.cpp5214 glCompressedTexImage3D(GL_TEXTURE_2D_ARRAY, 0, GL_COMPRESSED_RGBA_S3TC_DXT3_EXT, 4, 4, 4, 0, 64, in TEST_P()
5229 glCompressedTexImage3D(GL_TEXTURE_2D_ARRAY, 0, GL_COMPRESSED_RGBA_S3TC_DXT3_EXT, 4, 4, 4, 0, 64, in TEST_P()
5236 GL_COMPRESSED_RGBA_S3TC_DXT3_EXT, 64, data); in TEST_P()
5956 glCompressedTexImage2D(GL_TEXTURE_2D, 0, GL_COMPRESSED_RGBA_S3TC_DXT3_EXT, 8, 8, 0, 64, data); in TEST_P()
5970 glCompressedTexImage2D(GL_TEXTURE_2D, 0, GL_COMPRESSED_RGBA_S3TC_DXT3_EXT, 8, 8, 0, 64, data); in TEST_P()
5975 glCompressedTexSubImage2D(GL_TEXTURE_2D, 0, 0, 0, 8, 8, GL_COMPRESSED_RGBA_S3TC_DXT3_EXT, 64, in TEST_P()
H A DWebGLCompatibilityTest.cpp3107 GL_COMPRESSED_RGBA_S3TC_DXT3_EXT,
5067 case GL_COMPRESSED_RGBA_S3TC_DXT3_EXT:
H A DRobustResourceInitTest.cpp83 case GL_COMPRESSED_RGBA_S3TC_DXT3_EXT: in UncompressDXTBlock()
/third_party/mesa3d/src/mesa/state_tracker/
H A Dst_format.c334 { GL_RGBA_S3TC, GL_RGBA4_S3TC, GL_COMPRESSED_RGBA_S3TC_DXT3_EXT, 0 },
/third_party/skia/third_party/externals/angle2/src/libANGLE/renderer/vulkan/
H A Dvk_caps_utils.cpp134 GL_COMPRESSED_RGBA_S3TC_DXT3_EXT, GL_COMPRESSED_RGBA_S3TC_DXT5_EXT}; in GetTextureSRGBOverrideSupport()
/third_party/mesa3d/include/GLES2/
H A Dgl2ext.h2130 #define GL_COMPRESSED_RGBA_S3TC_DXT3_EXT 0x83F2 macro
/third_party/openGLES/api/GLES2/
H A Dgl2ext.h2187 #define GL_COMPRESSED_RGBA_S3TC_DXT3_EXT 0x83F2 macro
/third_party/skia/third_party/externals/swiftshader/include/GLES2/
H A Dgl2ext.h2081 #define GL_COMPRESSED_RGBA_S3TC_DXT3_EXT 0x83F2 macro
/third_party/skia/third_party/externals/opengl-registry/api/GLES2/
H A Dgl2ext.h2081 #define GL_COMPRESSED_RGBA_S3TC_DXT3_EXT 0x83F2 macro
/third_party/skia/third_party/externals/angle2/include/GLES2/
H A Dgl2ext.h2122 #define GL_COMPRESSED_RGBA_S3TC_DXT3_EXT 0x83F2 macro
/third_party/mesa3d/include/GL/
H A Dglcorearb.h4663 #define GL_COMPRESSED_RGBA_S3TC_DXT3_EXT 0x83F2 macro
/third_party/openGLES/api/GL/
H A Dglcorearb.h4650 #define GL_COMPRESSED_RGBA_S3TC_DXT3_EXT 0x83F2 macro
/third_party/skia/third_party/externals/swiftshader/include/GL/
H A Dglcorearb.h4633 #define GL_COMPRESSED_RGBA_S3TC_DXT3_EXT 0x83F2 macro

Completed in 151 milliseconds

12