/third_party/mesa3d/src/mesa/main/ |
H A D | texcompress.c | 100 case GL_ETC1_RGB8_OES: in _mesa_gl_compressed_format_base_format() 330 formats[n++] = GL_ETC1_RGB8_OES; in _mesa_get_compressed_formats() 534 case GL_ETC1_RGB8_OES: in _mesa_glenum_to_compressed_format() 730 return GL_ETC1_RGB8_OES; in _mesa_compressed_format_to_glenum()
|
H A D | glheader.h | 62 #define GL_ETC1_RGB8_OES 0x8D64 macro
|
H A D | glformats.c | 1104 case GL_ETC1_RGB8_OES: in _mesa_is_color_format()
|
/third_party/skia/third_party/externals/angle2/src/tests/gl_tests/ |
H A D | CopyCompressedTextureTest.cpp | 190 Data(GL_ETC1_RGB8_OES, CompressedImageETC1, sizeof(CompressedImageETC1))); in TEST_P()
|
H A D | TextureTest.cpp | 4739 glCompressedTexImage2D(GL_TEXTURE_2D, level, GL_ETC1_RGB8_OES, kSize >> level, in TEST_P() 4748 glCompressedTexImage2D(GL_TEXTURE_2D, level, GL_ETC1_RGB8_OES, kSize >> level, in TEST_P() 9668 glTexStorage2DEXT(GL_TEXTURE_2D, 1, GL_ETC1_RGB8_OES, width, height); 9672 glTexStorage2D(GL_TEXTURE_2D, 1, GL_ETC1_RGB8_OES, width, height); 9677 glCompressedTexSubImage2D(GL_TEXTURE_2D, 0, 0, 0, width, height, GL_ETC1_RGB8_OES, 9718 glCompressedTexImage2D(GL_TEXTURE_2D, 0, GL_ETC1_RGB8_OES, width, height, 0, imageSize, data); 9721 glCompressedTexImage2D(GL_TEXTURE_2D, 1, GL_ETC1_RGB8_OES, width / 2, height / 2, 0, 9725 glCompressedTexImage2D(GL_TEXTURE_2D, 2, GL_ETC1_RGB8_OES, width / 4, height / 4, 0, 9772 glCompressedTexImage2D(GL_TEXTURE_2D, 0, GL_ETC1_RGB8_OES, smallerWidth, smallerHeight, 0, 9776 glCompressedTexImage2D(GL_TEXTURE_2D, 1, GL_ETC1_RGB8_OES, 19 [all...] |
H A D | CompressedTextureFormatsTest.cpp | 406 static const FormatDesc kETC1Formats[] = {{GL_ETC1_RGB8_OES, 8}};
|
/third_party/vk-gl-cts/framework/opengl/ |
H A D | gluTextureUtil.cpp | 241 case tcu::COMPRESSEDTEXFORMAT_ETC1_RGB8: return GL_ETC1_RGB8_OES; 300 case GL_ETC1_RGB8_OES: return tcu::COMPRESSEDTEXFORMAT_ETC1_RGB8; 350 case GL_ETC1_RGB8_OES:
|
/third_party/skia/third_party/externals/angle2/src/libANGLE/ |
H A D | formatutils.h | 429 case GL_ETC1_RGB8_OES: in IsETC1Format()
|
H A D | Caps.cpp | 506 // Check for GL_ETC1_RGB8_OES support 510 GL_ETC1_RGB8_OES, in DetermineETC1RGB8TextureSupport()
|
H A D | formatutils.cpp | 1154 AddCompressedFormat(&map, GL_ETC1_RGB8_OES, 4, 4, 1, 64, 3, false, RequireExt<&Extensions::compressedETC1RGB8TextureOES>, AlwaysSupported, NeverSupported, NeverSupported, NeverSupported); in BuildInternalFormatInfoMap()
|
/third_party/skia/third_party/externals/angle2/src/libANGLE/renderer/gl/ |
H A D | formatutilsgl.cpp | 357 InsertFormatMapping(&map, GL_ETC1_RGB8_OES, VersionOrExts(4, 3, "GL_ARB_ES3_compatibility"), AlwaysSupported(), NeverSupported(), VersionOrExts(3, 0, "GL_OES_compressed_ETC1_RGB8_texture"), AlwaysSupported(), NeverSupported(), NeverSupported() ); in BuildInternalFormatInfoMap() 685 if (format == GL_ETC1_RGB8_OES) in GetNativeCompressedFormat() 687 // GL_ETC1_RGB8_OES is not available in any desktop GL extension but the compression in GetNativeCompressedFormat() 695 if (format == GL_ETC1_RGB8_OES) in GetNativeCompressedFormat()
|
/third_party/vk-gl-cts/framework/platform/null/ |
H A D | tcuNullRenderContext.cpp | 214 GL_ETC1_RGB8_OES, in Context()
|
/third_party/skia/third_party/externals/angle2/src/libANGLE/renderer/ |
H A D | Format_table_autogen.cpp | 123 { FormatID::ETC1_R8G8B8_UNORM_BLOCK, GL_ETC1_RGB8_OES, GL_ETC1_RGB8_OES, nullptr, NoCopyFunctions, nullptr, nullptr, GL_UNSIGNED_NORMALIZED, 8, 8, 8, 0, 0, 0, 0, 8, 0, true, false, false, false, false, gl::VertexAttribType::UnsignedByte }, 475 case GL_ETC1_RGB8_OES: in InternalFormatToID()
|
H A D | load_functions_table_autogen.cpp | 3768 case GL_ETC1_RGB8_OES: in GetLoadFunctionsMap()
|
/third_party/mesa3d/src/mesa/state_tracker/ |
H A D | st_format.c | 582 { GL_ETC1_RGB8_OES, 0 },
|
/third_party/skia/third_party/externals/swiftshader/src/OpenGL/libGLESv2/ |
H A D | Context.h | 113 GL_ETC1_RGB8_OES,
|
H A D | utilities.cpp | 334 case GL_ETC1_RGB8_OES: in IsCompressed()
|
/third_party/skia/third_party/externals/angle2/src/libANGLE/renderer/d3d/d3d11/ |
H A D | texture_format_table_autogen.cpp | 1597 case GL_ETC1_RGB8_OES: in Get() 1599 static constexpr Format info(GL_ETC1_RGB8_OES, in Get()
|
/third_party/skia/third_party/externals/swiftshader/src/OpenGL/common/ |
H A D | Image.cpp | 367 case GL_ETC1_RGB8_OES: return sw::FORMAT_ETC1; in SelectInternalFormat() 545 case GL_ETC1_RGB8_OES: in ComputeCompressedSize()
|
/third_party/mesa3d/include/GLES/ |
H A D | glext.h | 119 #define GL_ETC1_RGB8_OES 0x8D64 macro
|
/third_party/openGLES/api/GLES/ |
H A D | glext.h | 100 #define GL_ETC1_RGB8_OES 0x8D64 macro
|
/third_party/skia/third_party/externals/swiftshader/include/GLES/ |
H A D | glext.h | 119 #define GL_ETC1_RGB8_OES 0x8D64 macro
|
/third_party/skia/third_party/externals/opengl-registry/api/GLES/ |
H A D | glext.h | 119 #define GL_ETC1_RGB8_OES 0x8D64 macro
|
/third_party/skia/third_party/externals/angle2/include/GLES/ |
H A D | glext.h | 108 #define GL_ETC1_RGB8_OES 0x8D64 macro
|
/third_party/skia/third_party/externals/angle2/src/libANGLE/renderer/vulkan/ |
H A D | vk_format_table_autogen.cpp | 859 mIntendedGLFormat = GL_ETC1_RGB8_OES; in initialize()
|