Home
last modified time | relevance | path

Searched refs:GL_COMPRESSED_RGB_BPTC_UNSIGNED_FLOAT_EXT (Results 1 - 18 of 18) sorted by relevance

/third_party/skia/third_party/externals/angle2/src/libANGLE/
H A Dformat_map_autogen.cpp147 case GL_COMPRESSED_RGB_BPTC_UNSIGNED_FLOAT_EXT: in GetSizedFormatInternal()
151 return GL_COMPRESSED_RGB_BPTC_UNSIGNED_FLOAT_EXT; in GetSizedFormatInternal()
H A Dformatutils.h405 case GL_COMPRESSED_RGB_BPTC_UNSIGNED_FLOAT_EXT: in IsBPTCFormat()
H A DCaps.cpp790 GL_COMPRESSED_RGB_BPTC_SIGNED_FLOAT_EXT, GL_COMPRESSED_RGB_BPTC_UNSIGNED_FLOAT_EXT}; in DetermineBPTCTextureSupport()
H A DvalidationES.cpp67 case GL_COMPRESSED_RGB_BPTC_UNSIGNED_FLOAT_EXT: in CompressedTextureFormatRequiresExactSize()
3244 case GL_COMPRESSED_RGB_BPTC_UNSIGNED_FLOAT_EXT: in ValidateCopyMixedFormatCompatible()
3362 return (dstFormat == GL_COMPRESSED_RGB_BPTC_UNSIGNED_FLOAT_EXT); in ValidateCopyCompressedFormatCompatible()
3363 case GL_COMPRESSED_RGB_BPTC_UNSIGNED_FLOAT_EXT: in ValidateCopyCompressedFormatCompatible()
H A Dformatutils.cpp1229 AddCompressedFormat(&map, GL_COMPRESSED_RGB_BPTC_UNSIGNED_FLOAT_EXT, 4, 4, 1, 128, 4, false, RequireExt<&Extensions::textureCompressionBptcEXT>, AlwaysSupported, NeverSupported, NeverSupported, NeverSupported); in BuildInternalFormatInfoMap()
/third_party/skia/third_party/externals/angle2/src/tests/gl_tests/
H A DCompressedTextureFormatsTest.cpp404 {GL_COMPRESSED_RGB_BPTC_UNSIGNED_FLOAT_EXT, 16}};
H A DBPTCCompressedTextureTest.cpp165 glCompressedTexImage2D(GL_TEXTURE_2D, 0, GL_COMPRESSED_RGB_BPTC_UNSIGNED_FLOAT_EXT, 4, 4, 0, in TEST_P()
H A DWebGLCompatibilityTest.cpp3153 GL_COMPRESSED_RGB_BPTC_SIGNED_FLOAT_EXT, GL_COMPRESSED_RGB_BPTC_UNSIGNED_FLOAT_EXT};
5074 case GL_COMPRESSED_RGB_BPTC_UNSIGNED_FLOAT_EXT:
/third_party/skia/third_party/externals/angle2/src/libANGLE/renderer/
H A DFormat_table_autogen.cpp115 { FormatID::BC6H_RGB_UFLOAT_BLOCK, GL_COMPRESSED_RGB_BPTC_UNSIGNED_FLOAT_EXT, GL_COMPRESSED_RGB_BPTC_UNSIGNED_FLOAT_EXT, nullptr, NoCopyFunctions, nullptr, nullptr, GL_FLOAT, 0, 0, 0, 0, 0, 0, 0, 16, std::numeric_limits<GLuint>::max(), true, false, false, false, false, gl::VertexAttribType::InvalidEnum },
373 case GL_COMPRESSED_RGB_BPTC_UNSIGNED_FLOAT_EXT: in InternalFormatToID()
H A Dload_functions_table_autogen.cpp3523 case GL_COMPRESSED_RGB_BPTC_UNSIGNED_FLOAT_EXT: in GetLoadFunctionsMap()
/third_party/skia/third_party/externals/angle2/src/libANGLE/renderer/d3d/d3d11/
H A Dtexture_format_table_autogen.cpp787 case GL_COMPRESSED_RGB_BPTC_UNSIGNED_FLOAT_EXT: in Get()
789 static constexpr Format info(GL_COMPRESSED_RGB_BPTC_UNSIGNED_FLOAT_EXT, in Get()
/third_party/skia/third_party/externals/angle2/src/libANGLE/renderer/gl/
H A Dformatutilsgl.cpp323 InsertFormatMapping(&map, GL_COMPRESSED_RGB_BPTC_UNSIGNED_FLOAT_EXT, VersionOrExts(4, 2, "GL_ARB_texture_compression_bptc"), AlwaysSupported(), NeverSupported(), ExtsOnly("GL_EXT_texture_compression_bptc"), AlwaysSupported(), NeverSupported(), NeverSupported() ); in BuildInternalFormatInfoMap()
/third_party/skia/third_party/externals/angle2/src/libANGLE/renderer/vulkan/
H A Dvk_format_table_autogen.cpp686 mIntendedGLFormat = GL_COMPRESSED_RGB_BPTC_UNSIGNED_FLOAT_EXT; in initialize()
/third_party/mesa3d/include/GLES2/
H A Dgl2ext.h2111 #define GL_COMPRESSED_RGB_BPTC_UNSIGNED_FLOAT_EXT 0x8E8F macro
/third_party/openGLES/api/GLES2/
H A Dgl2ext.h2168 #define GL_COMPRESSED_RGB_BPTC_UNSIGNED_FLOAT_EXT 0x8E8F macro
/third_party/skia/third_party/externals/swiftshader/include/GLES2/
H A Dgl2ext.h2062 #define GL_COMPRESSED_RGB_BPTC_UNSIGNED_FLOAT_EXT 0x8E8F macro
/third_party/skia/third_party/externals/opengl-registry/api/GLES2/
H A Dgl2ext.h2062 #define GL_COMPRESSED_RGB_BPTC_UNSIGNED_FLOAT_EXT 0x8E8F macro
/third_party/skia/third_party/externals/angle2/include/GLES2/
H A Dgl2ext.h2103 #define GL_COMPRESSED_RGB_BPTC_UNSIGNED_FLOAT_EXT 0x8E8F macro

Completed in 98 milliseconds