Home
last modified time | relevance | path

Searched refs:GL_COMPRESSED_RGBA_BPTC_UNORM_EXT (Results 1 - 20 of 20) sorted by relevance

/third_party/skia/third_party/externals/angle2/src/tests/gl_tests/
H A DBPTCCompressedTextureTest.cpp113 glCompressedTexImage2D(GL_TEXTURE_2D, 0, GL_COMPRESSED_RGBA_BPTC_UNORM_EXT, 4, 4, 0, in TEST_P()
183 glTexStorage2D(GL_TEXTURE_2D, 1, GL_COMPRESSED_RGBA_BPTC_UNORM_EXT, 4, 4); in TEST_P()
185 glCompressedTexSubImage2D(GL_TEXTURE_2D, 0, 0, 0, 4, 4, GL_COMPRESSED_RGBA_BPTC_UNORM_EXT, in TEST_P()
209 glCompressedTexImage2D(GL_TEXTURE_2D, 0, GL_COMPRESSED_RGBA_BPTC_UNORM_EXT, 8, 8, 0, in TEST_P()
214 glCompressedTexSubImage2D(GL_TEXTURE_2D, 0, 1, 0, 4, 4, GL_COMPRESSED_RGBA_BPTC_UNORM_EXT, in TEST_P()
217 glCompressedTexSubImage2D(GL_TEXTURE_2D, 0, 0, 3, 4, 4, GL_COMPRESSED_RGBA_BPTC_UNORM_EXT, in TEST_P()
222 glCompressedTexSubImage2D(GL_TEXTURE_2D, 0, -1, 0, 4, 4, GL_COMPRESSED_RGBA_BPTC_UNORM_EXT, in TEST_P()
225 glCompressedTexSubImage2D(GL_TEXTURE_2D, 0, 0, -1, 4, 4, GL_COMPRESSED_RGBA_BPTC_UNORM_EXT, in TEST_P()
239 glCopyTexImage2D(GL_TEXTURE_2D, 0, GL_COMPRESSED_RGBA_BPTC_UNORM_EXT, 0, 0, 4, 4, 0); in TEST_P()
252 glCompressedTexImage2D(GL_TEXTURE_2D, 0, GL_COMPRESSED_RGBA_BPTC_UNORM_EXT, in TEST_P()
[all...]
H A DCompressedTextureFormatsTest.cpp401 static const FormatDesc kBPTCFormats[] = {{GL_COMPRESSED_RGBA_BPTC_UNORM_EXT, 16},
H A DSRGBTextureTest.cpp337 GL_COMPRESSED_RGBA_BPTC_UNORM_EXT}; in TEST_P()
H A DWebGLCompatibilityTest.cpp3152 GL_COMPRESSED_RGBA_BPTC_UNORM_EXT, GL_COMPRESSED_SRGB_ALPHA_BPTC_UNORM_EXT,
5071 case GL_COMPRESSED_RGBA_BPTC_UNORM_EXT:
/third_party/skia/third_party/externals/angle2/src/libANGLE/
H A Dformat_map_autogen.cpp77 case GL_COMPRESSED_RGBA_BPTC_UNORM_EXT: in GetSizedFormatInternal()
81 return GL_COMPRESSED_RGBA_BPTC_UNORM_EXT; in GetSizedFormatInternal()
H A Dformatutils.h402 case GL_COMPRESSED_RGBA_BPTC_UNORM_EXT: in IsBPTCFormat()
H A DCaps.cpp789 GL_COMPRESSED_RGBA_BPTC_UNORM_EXT, GL_COMPRESSED_SRGB_ALPHA_BPTC_UNORM_EXT, in DetermineBPTCTextureSupport()
H A DvalidationES.cpp64 case GL_COMPRESSED_RGBA_BPTC_UNORM_EXT: in CompressedTextureFormatRequiresExactSize()
3241 case GL_COMPRESSED_RGBA_BPTC_UNORM_EXT: in ValidateCopyMixedFormatCompatible()
3390 case GL_COMPRESSED_RGBA_BPTC_UNORM_EXT: in ValidateCopyCompressedFormatCompatible()
H A Dformatutils.cpp1226 AddCompressedFormat(&map, GL_COMPRESSED_RGBA_BPTC_UNORM_EXT, 4, 4, 1, 128, 4, false, RequireExt<&Extensions::textureCompressionBptcEXT>, AlwaysSupported, NeverSupported, NeverSupported, NeverSupported); in BuildInternalFormatInfoMap()
/third_party/skia/third_party/externals/angle2/src/libANGLE/renderer/
H A DFormat_table_autogen.cpp116 { FormatID::BC7_RGBA_UNORM_BLOCK, GL_COMPRESSED_RGBA_BPTC_UNORM_EXT, GL_COMPRESSED_RGBA_BPTC_UNORM_EXT, 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 },
359 case GL_COMPRESSED_RGBA_BPTC_UNORM_EXT: in InternalFormatToID()
H A Dload_functions_table_autogen.cpp3513 case GL_COMPRESSED_RGBA_BPTC_UNORM_EXT: in GetLoadFunctionsMap()
/third_party/skia/third_party/externals/angle2/src/libANGLE/renderer/d3d/d3d11/
H A Dtexture_format_table_autogen.cpp689 case GL_COMPRESSED_RGBA_BPTC_UNORM_EXT: in Get()
691 static constexpr Format info(GL_COMPRESSED_RGBA_BPTC_UNORM_EXT, in Get()
/third_party/skia/third_party/externals/angle2/src/libANGLE/renderer/vulkan/
H A Dvk_caps_utils.cpp137 std::vector<GLenum> optionalBPTCLinearFormats = {GL_COMPRESSED_RGBA_BPTC_UNORM_EXT}; in GetTextureSRGBOverrideSupport()
H A Dvk_format_table_autogen.cpp696 mIntendedGLFormat = GL_COMPRESSED_RGBA_BPTC_UNORM_EXT; in initialize()
/third_party/skia/third_party/externals/angle2/src/libANGLE/renderer/gl/
H A Dformatutilsgl.cpp320 InsertFormatMapping(&map, GL_COMPRESSED_RGBA_BPTC_UNORM_EXT, VersionOrExts(4, 2, "GL_ARB_texture_compression_bptc"), AlwaysSupported(), NeverSupported(), ExtsOnly("GL_EXT_texture_compression_bptc"), AlwaysSupported(), NeverSupported(), NeverSupported() ); in BuildInternalFormatInfoMap()
/third_party/mesa3d/include/GLES2/
H A Dgl2ext.h2108 #define GL_COMPRESSED_RGBA_BPTC_UNORM_EXT 0x8E8C macro
/third_party/openGLES/api/GLES2/
H A Dgl2ext.h2165 #define GL_COMPRESSED_RGBA_BPTC_UNORM_EXT 0x8E8C macro
/third_party/skia/third_party/externals/swiftshader/include/GLES2/
H A Dgl2ext.h2059 #define GL_COMPRESSED_RGBA_BPTC_UNORM_EXT 0x8E8C macro
/third_party/skia/third_party/externals/opengl-registry/api/GLES2/
H A Dgl2ext.h2059 #define GL_COMPRESSED_RGBA_BPTC_UNORM_EXT 0x8E8C macro
/third_party/skia/third_party/externals/angle2/include/GLES2/
H A Dgl2ext.h2100 #define GL_COMPRESSED_RGBA_BPTC_UNORM_EXT 0x8E8C macro

Completed in 122 milliseconds