Home
last modified time | relevance | path

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

123

/third_party/skia/third_party/externals/angle2/src/tests/gl_tests/
H A DDXT1CompressedTextureTest.cpp78 glCompressedTexImage2D(GL_TEXTURE_2D, 0, GL_COMPRESSED_RGBA_S3TC_DXT1_EXT, pixel_0_width, in TEST_P()
80 glCompressedTexImage2D(GL_TEXTURE_2D, 1, GL_COMPRESSED_RGBA_S3TC_DXT1_EXT, pixel_1_width, in TEST_P()
82 glCompressedTexImage2D(GL_TEXTURE_2D, 2, GL_COMPRESSED_RGBA_S3TC_DXT1_EXT, pixel_2_width, in TEST_P()
84 glCompressedTexImage2D(GL_TEXTURE_2D, 3, GL_COMPRESSED_RGBA_S3TC_DXT1_EXT, pixel_3_width, in TEST_P()
86 glCompressedTexImage2D(GL_TEXTURE_2D, 4, GL_COMPRESSED_RGBA_S3TC_DXT1_EXT, pixel_4_width, in TEST_P()
88 glCompressedTexImage2D(GL_TEXTURE_2D, 5, GL_COMPRESSED_RGBA_S3TC_DXT1_EXT, pixel_5_width, in TEST_P()
90 glCompressedTexImage2D(GL_TEXTURE_2D, 6, GL_COMPRESSED_RGBA_S3TC_DXT1_EXT, pixel_6_width, in TEST_P()
92 glCompressedTexImage2D(GL_TEXTURE_2D, 7, GL_COMPRESSED_RGBA_S3TC_DXT1_EXT, pixel_7_width, in TEST_P()
94 glCompressedTexImage2D(GL_TEXTURE_2D, 8, GL_COMPRESSED_RGBA_S3TC_DXT1_EXT, pixel_8_width, in TEST_P()
96 glCompressedTexImage2D(GL_TEXTURE_2D, 9, GL_COMPRESSED_RGBA_S3TC_DXT1_EXT, pixel_9_widt in TEST_P()
[all...]
H A DS3TCTextureSizesTest.cpp90 glCompressedTexImage2D(GL_TEXTURE_2D, 0, GL_COMPRESSED_RGBA_S3TC_DXT1_EXT, 8, 8, 0, 32, in TEST_P()
95 glCompressedTexImage2D(GL_TEXTURE_2D, 0, GL_COMPRESSED_RGBA_S3TC_DXT1_EXT, 8, 4, 0, 16, in TEST_P()
100 glCompressedTexImage2D(GL_TEXTURE_2D, 0, GL_COMPRESSED_RGBA_S3TC_DXT1_EXT, 8, 4, 0, 16, in TEST_P()
105 glCompressedTexImage2D(GL_TEXTURE_2D, 0, GL_COMPRESSED_RGBA_S3TC_DXT1_EXT, 4, 4, 0, 8, in TEST_P()
134 glTexStorage2DEXT(GL_TEXTURE_2D, 4, GL_COMPRESSED_RGBA_S3TC_DXT1_EXT, 12, 12); in TEST_P()
138 glTexStorage2D(GL_TEXTURE_2D, 4, GL_COMPRESSED_RGBA_S3TC_DXT1_EXT, 12, 12); in TEST_P()
159 GL_COMPRESSED_RGBA_S3TC_DXT1_EXT, level.size, in TEST_P()
207 glCompressedTexImage2D(GL_TEXTURE_2D, i, GL_COMPRESSED_RGBA_S3TC_DXT1_EXT, level.width, in TEST_P()
H A DTextureRectangleTest.cpp103 glCompressedTexImage2D(GL_TEXTURE_2D, 0, GL_COMPRESSED_RGBA_S3TC_DXT1_EXT, 16, 16, 0, 128, in TEST_P()
112 glCompressedTexImage2D(GL_TEXTURE_RECTANGLE_ANGLE, 0, GL_COMPRESSED_RGBA_S3TC_DXT1_EXT, 16, in TEST_P()
188 TexStorage2D(GL_TEXTURE_RECTANGLE_ANGLE, 1, GL_COMPRESSED_RGBA_S3TC_DXT1_EXT, 16, 16); in TEST_P()
H A DCompressedTextureFormatsTest.cpp385 {GL_COMPRESSED_RGBA_S3TC_DXT1_EXT, 8}};
H A DSwizzleTest.cpp433 init2DCompressedTexture(GL_COMPRESSED_RGBA_S3TC_DXT1_EXT, pixel_0_width, pixel_0_height, in TEST_P()
H A DSRGBTextureTest.cpp332 GL_COMPRESSED_RGBA_S3TC_DXT1_EXT, in TEST_P()
H A DRobustResourceInitTest.cpp54 (format == GL_COMPRESSED_RGB_S3TC_DXT1_EXT) || (format == GL_COMPRESSED_RGBA_S3TC_DXT1_EXT); in UncompressDXTBlock()
80 case GL_COMPRESSED_RGBA_S3TC_DXT1_EXT: in UncompressDXTBlock()
154 format == GL_COMPRESSED_RGB_S3TC_DXT1_EXT || format == GL_COMPRESSED_RGBA_S3TC_DXT1_EXT; in GetBlockSize()
H A DWebGLCompatibilityTest.cpp3078 glCompressedTexSubImage2D(GL_TEXTURE_2D, 0, 2, 2, 2, 2, GL_COMPRESSED_RGBA_S3TC_DXT1_EXT,
3106 GL_COMPRESSED_RGBA_S3TC_DXT1_EXT,
5063 case GL_COMPRESSED_RGBA_S3TC_DXT1_EXT:
5215 // Test enabling GL_EXT_texture_compression_dxt1 for GL_COMPRESSED_RGBA_S3TC_DXT1_EXT
5218 validateCompressedTexImageExtensionFormat(GL_COMPRESSED_RGBA_S3TC_DXT1_EXT, 4, 4, 8,
/third_party/mesa3d/src/mesa/main/
H A Dtexcompress.c116 case GL_COMPRESSED_RGBA_S3TC_DXT1_EXT: in _mesa_gl_compressed_format_base_format()
229 * (GL_COMPRESSED_RGBA_S3TC_DXT1_EXT) is not exposed in the list (at
295 * above, this means GL_COMPRESSED_RGBA_S3TC_DXT1_EXT is not in _mesa_get_compressed_formats()
317 formats[n++] = GL_COMPRESSED_RGBA_S3TC_DXT1_EXT; in _mesa_get_compressed_formats()
497 case GL_COMPRESSED_RGBA_S3TC_DXT1_EXT: in _mesa_glenum_to_compressed_format()
698 return GL_COMPRESSED_RGBA_S3TC_DXT1_EXT; in _mesa_compressed_format_to_glenum()
H A Dtexcompress_s3tc_tmp.h438 if (type == GL_COMPRESSED_RGB_S3TC_DXT1_EXT || type == GL_COMPRESSED_RGBA_S3TC_DXT1_EXT) { in storedxtencodedblock()
451 if ((type == GL_COMPRESSED_RGBA_S3TC_DXT1_EXT) && (srccolors[j][i][3] <= ALPHACUT)) { in storedxtencodedblock()
527 if ((type != GL_COMPRESSED_RGBA_S3TC_DXT1_EXT) || (srccolors[j][i][3] > ALPHACUT)) { in encodedxtcolorblockfaster()
915 : GL_COMPRESSED_RGBA_S3TC_DXT1_EXT; in tx_compress_dxt1()
1021 case GL_COMPRESSED_RGBA_S3TC_DXT1_EXT: in tx_compress_dxtn()
H A Dglformats.c1072 case GL_COMPRESSED_RGBA_S3TC_DXT1_EXT: in _mesa_is_color_format()
2871 case GL_COMPRESSED_RGBA_S3TC_DXT1_EXT: in _mesa_gles_check_internalformat()
3020 internalFormat == GL_COMPRESSED_RGBA_S3TC_DXT1_EXT || in _mesa_gles_error_check_format_and_type()
H A Dtextureview.c195 {GL_VIEW_CLASS_S3TC_DXT1_RGBA, GL_COMPRESSED_RGBA_S3TC_DXT1_EXT},
H A Dcopyimage.c452 case GL_COMPRESSED_RGBA_S3TC_DXT1_EXT: in compressed_format_compatible()
/third_party/skia/third_party/externals/opengl-registry/api/GLSC2/
H A Dglsc2ext.h79 #define GL_COMPRESSED_RGBA_S3TC_DXT1_EXT 0x83F1 macro
/third_party/openGLES/api/GLSC2/
H A Dglsc2ext.h58 #define GL_COMPRESSED_RGBA_S3TC_DXT1_EXT 0x83F1 macro
/third_party/skia/third_party/externals/angle2/src/libANGLE/
H A Dformat_map_autogen.cpp107 case GL_COMPRESSED_RGBA_S3TC_DXT1_EXT: in GetSizedFormatInternal()
111 return GL_COMPRESSED_RGBA_S3TC_DXT1_EXT; in GetSizedFormatInternal()
H A Dformatutils.h369 case GL_COMPRESSED_RGBA_S3TC_DXT1_EXT: in IsS3TCFormat()
/third_party/skia/third_party/externals/dawn/src/dawn_native/opengl/
H A DGLFormat.cpp100 AddFormat(wgpu::TextureFormat::BC1RGBAUnorm, GL_COMPRESSED_RGBA_S3TC_DXT1_EXT, GL_RGBA, GL_UNSIGNED_BYTE, Type::Float); in BuildGLFormatTable()
/third_party/skia/third_party/externals/swiftshader/tests/GLESUnitTests/
H A Dunittests.cpp1510 glCompressedTexImage2D(GL_TEXTURE_2D, 0, GL_COMPRESSED_RGBA_S3TC_DXT1_EXT, 16, 16, 0, 128, data); in TEST_F()
1518 glCompressedTexImage2D(GL_TEXTURE_RECTANGLE_ARB, 0, GL_COMPRESSED_RGBA_S3TC_DXT1_EXT, 16, 16, 0, 128, data); in TEST_F()
1573 glTexStorage2D(GL_TEXTURE_RECTANGLE_ARB, 1, GL_COMPRESSED_RGBA_S3TC_DXT1_EXT, 16, 16); in TEST_F()
1979 glCompressedTexImage2D(invalidTarget, 0, GL_COMPRESSED_RGBA_S3TC_DXT1_EXT, 16, 16, 0, 128, data); in TEST_F()
/third_party/skia/third_party/externals/angle2/src/libANGLE/renderer/d3d/d3d9/
H A Dformatutils9.cpp155 InsertD3D9FormatInfo(&map, GL_COMPRESSED_RGBA_S3TC_DXT1_EXT, D3DFMT_DXT1, D3DFMT_UNKNOWN, LoadCompressedToNative<4, 4, 1, 8> ); in BuildD3D9FormatMap()
/third_party/skia/third_party/externals/angle2/src/libANGLE/renderer/
H A DFormat_table_autogen.cpp102 { FormatID::BC1_RGBA_UNORM_BLOCK, GL_COMPRESSED_RGBA_S3TC_DXT1_EXT, GL_COMPRESSED_RGBA_S3TC_DXT1_EXT, nullptr, NoCopyFunctions, nullptr, nullptr, GL_UNSIGNED_NORMALIZED, 0, 0, 0, 0, 0, 0, 0, 8, std::numeric_limits<GLuint>::max(), true, false, false, false, false, gl::VertexAttribType::InvalidEnum },
365 case GL_COMPRESSED_RGBA_S3TC_DXT1_EXT: in InternalFormatToID()
/third_party/mesa3d/src/mesa/state_tracker/
H A Dst_format.c330 { GL_COMPRESSED_RGBA_S3TC_DXT1_EXT, 0 },
/third_party/skia/third_party/externals/swiftshader/src/OpenGL/libGLESv2/
H A DContext.h115 GL_COMPRESSED_RGBA_S3TC_DXT1_EXT,
/third_party/skia/third_party/externals/angle2/src/libANGLE/renderer/d3d/d3d11/
H A Dtexture_format_table_autogen.cpp731 case GL_COMPRESSED_RGBA_S3TC_DXT1_EXT: in Get()
733 static constexpr Format info(GL_COMPRESSED_RGBA_S3TC_DXT1_EXT, in Get()
/third_party/skia/third_party/externals/swiftshader/src/OpenGL/common/
H A DImage.cpp379 case GL_COMPRESSED_RGBA_S3TC_DXT1_EXT: return sw::FORMAT_DXT1; in SelectInternalFormat()
544 case GL_COMPRESSED_RGBA_S3TC_DXT1_EXT: in ComputeCompressedSize()

Completed in 40 milliseconds

123