/third_party/skia/third_party/externals/angle2/src/libANGLE/ |
H A D | format_map_autogen.cpp | 127 case GL_COMPRESSED_RGBA_S3TC_DXT5_ANGLE: in GetSizedFormatInternal() 131 return GL_COMPRESSED_RGBA_S3TC_DXT5_ANGLE; in GetSizedFormatInternal()
|
H A D | Caps.cpp | 439 GL_COMPRESSED_RGBA_S3TC_DXT5_ANGLE, in DetermineDXT5TextureSupport()
|
H A D | formatutils.cpp | 1151 AddCompressedFormat(&map, GL_COMPRESSED_RGBA_S3TC_DXT5_ANGLE, 4, 4, 1, 128, 4, false, RequireExt<&Extensions::textureCompressionDxt5ANGLE>, AlwaysSupported, NeverSupported, NeverSupported, NeverSupported); in BuildInternalFormatInfoMap()
|
H A D | validationES.cpp | 48 case GL_COMPRESSED_RGBA_S3TC_DXT5_ANGLE: in CompressedTextureFormatRequiresExactSize()
|
/third_party/skia/third_party/externals/angle2/src/libANGLE/renderer/d3d/d3d9/ |
H A D | formatutils9.cpp | 157 InsertD3D9FormatInfo(&map, GL_COMPRESSED_RGBA_S3TC_DXT5_ANGLE, D3DFMT_DXT5, D3DFMT_UNKNOWN, LoadCompressedToNative<4, 4, 1, 16> ); in BuildD3D9FormatMap()
|
/third_party/skia/third_party/externals/angle2/src/libANGLE/renderer/ |
H A D | Format_table_autogen.cpp | 108 { FormatID::BC3_RGBA_UNORM_BLOCK, GL_COMPRESSED_RGBA_S3TC_DXT5_ANGLE, GL_COMPRESSED_RGBA_S3TC_DXT5_ANGLE, nullptr, NoCopyFunctions, nullptr, nullptr, GL_UNSIGNED_NORMALIZED, 0, 0, 0, 0, 0, 0, 0, 16, std::numeric_limits<GLuint>::max(), true, false, false, false, false, gl::VertexAttribType::InvalidEnum }, 369 case GL_COMPRESSED_RGBA_S3TC_DXT5_ANGLE: in InternalFormatToID()
|
H A D | load_functions_table_autogen.cpp | 3519 case GL_COMPRESSED_RGBA_S3TC_DXT5_ANGLE: in GetLoadFunctionsMap()
|
/third_party/skia/third_party/externals/swiftshader/src/OpenGL/libGLESv2/ |
H A D | Context.h | 117 GL_COMPRESSED_RGBA_S3TC_DXT5_ANGLE,
|
H A D | utilities.cpp | 333 case GL_COMPRESSED_RGBA_S3TC_DXT5_ANGLE: in IsCompressed()
|
/third_party/skia/third_party/externals/angle2/src/libANGLE/renderer/d3d/d3d11/ |
H A D | texture_format_table_autogen.cpp | 759 case GL_COMPRESSED_RGBA_S3TC_DXT5_ANGLE: in Get() 761 static constexpr Format info(GL_COMPRESSED_RGBA_S3TC_DXT5_ANGLE, in Get()
|
/third_party/skia/third_party/externals/swiftshader/src/OpenGL/common/ |
H A D | Image.cpp | 381 case GL_COMPRESSED_RGBA_S3TC_DXT5_ANGLE: return sw::FORMAT_DXT5; in SelectInternalFormat() 554 case GL_COMPRESSED_RGBA_S3TC_DXT5_ANGLE: in ComputeCompressedSize()
|
/third_party/skia/third_party/externals/angle2/src/libANGLE/renderer/gl/ |
H A D | formatutilsgl.cpp | 347 InsertFormatMapping(&map, GL_COMPRESSED_RGBA_S3TC_DXT5_ANGLE, ExtsOnly("GL_EXT_texture_compression_s3tc"), AlwaysSupported(), NeverSupported(), ExtsOnly("GL_ANGLE_texture_compression_dxt5", "GL_EXT_texture_compression_s3tc"), AlwaysSupported(), NeverSupported(), NeverSupported() ); in BuildInternalFormatInfoMap()
|
/third_party/skia/third_party/externals/angle2/src/libANGLE/renderer/vulkan/ |
H A D | vk_format_table_autogen.cpp | 616 mIntendedGLFormat = GL_COMPRESSED_RGBA_S3TC_DXT5_ANGLE; in initialize()
|
/third_party/skia/third_party/externals/angle2/src/tests/gl_tests/ |
H A D | WebGLCompatibilityTest.cpp | 5232 validateCompressedTexImageExtensionFormat(GL_COMPRESSED_RGBA_S3TC_DXT5_ANGLE, 4, 4, 16,
|
/third_party/mesa3d/include/GLES2/ |
H A D | gl2ext.h | 937 #define GL_COMPRESSED_RGBA_S3TC_DXT5_ANGLE 0x83F3 macro
|
/third_party/openGLES/api/GLES2/ |
H A D | gl2ext.h | 918 #define GL_COMPRESSED_RGBA_S3TC_DXT5_ANGLE 0x83F3 macro
|
/third_party/skia/third_party/externals/swiftshader/include/GLES2/ |
H A D | gl2ext.h | 905 #define GL_COMPRESSED_RGBA_S3TC_DXT5_ANGLE 0x83F3 macro
|
/third_party/skia/third_party/externals/opengl-registry/api/GLES2/ |
H A D | gl2ext.h | 905 #define GL_COMPRESSED_RGBA_S3TC_DXT5_ANGLE 0x83F3 macro
|
/third_party/skia/third_party/externals/angle2/include/GLES2/ |
H A D | gl2ext.h | 918 #define GL_COMPRESSED_RGBA_S3TC_DXT5_ANGLE 0x83F3 macro
|