Home
last modified time | relevance | path

Searched refs:GL_ETC1_RGB8_OES (Results 1 - 25 of 32) sorted by relevance

12

/third_party/mesa3d/src/mesa/main/
H A Dtexcompress.c100 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 Dglheader.h62 #define GL_ETC1_RGB8_OES 0x8D64 macro
H A Dglformats.c1104 case GL_ETC1_RGB8_OES: in _mesa_is_color_format()
/third_party/skia/third_party/externals/angle2/src/tests/gl_tests/
H A DCopyCompressedTextureTest.cpp190 Data(GL_ETC1_RGB8_OES, CompressedImageETC1, sizeof(CompressedImageETC1))); in TEST_P()
H A DTextureTest.cpp4739 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 DCompressedTextureFormatsTest.cpp406 static const FormatDesc kETC1Formats[] = {{GL_ETC1_RGB8_OES, 8}};
/third_party/vk-gl-cts/framework/opengl/
H A DgluTextureUtil.cpp241 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 Dformatutils.h429 case GL_ETC1_RGB8_OES: in IsETC1Format()
H A DCaps.cpp506 // Check for GL_ETC1_RGB8_OES support
510 GL_ETC1_RGB8_OES, in DetermineETC1RGB8TextureSupport()
H A Dformatutils.cpp1154 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 Dformatutilsgl.cpp357 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 DtcuNullRenderContext.cpp214 GL_ETC1_RGB8_OES, in Context()
/third_party/skia/third_party/externals/angle2/src/libANGLE/renderer/
H A DFormat_table_autogen.cpp123 { 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 Dload_functions_table_autogen.cpp3768 case GL_ETC1_RGB8_OES: in GetLoadFunctionsMap()
/third_party/mesa3d/src/mesa/state_tracker/
H A Dst_format.c582 { GL_ETC1_RGB8_OES, 0 },
/third_party/skia/third_party/externals/swiftshader/src/OpenGL/libGLESv2/
H A DContext.h113 GL_ETC1_RGB8_OES,
H A Dutilities.cpp334 case GL_ETC1_RGB8_OES: in IsCompressed()
/third_party/skia/third_party/externals/angle2/src/libANGLE/renderer/d3d/d3d11/
H A Dtexture_format_table_autogen.cpp1597 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 DImage.cpp367 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 Dglext.h119 #define GL_ETC1_RGB8_OES 0x8D64 macro
/third_party/openGLES/api/GLES/
H A Dglext.h100 #define GL_ETC1_RGB8_OES 0x8D64 macro
/third_party/skia/third_party/externals/swiftshader/include/GLES/
H A Dglext.h119 #define GL_ETC1_RGB8_OES 0x8D64 macro
/third_party/skia/third_party/externals/opengl-registry/api/GLES/
H A Dglext.h119 #define GL_ETC1_RGB8_OES 0x8D64 macro
/third_party/skia/third_party/externals/angle2/include/GLES/
H A Dglext.h108 #define GL_ETC1_RGB8_OES 0x8D64 macro
/third_party/skia/third_party/externals/angle2/src/libANGLE/renderer/vulkan/
H A Dvk_format_table_autogen.cpp859 mIntendedGLFormat = GL_ETC1_RGB8_OES; in initialize()

Completed in 74 milliseconds

12