Home
last modified time | relevance | path

Searched refs:GL_ETC1_RGB8_OES (Results 1 – 25 of 50) sorted by relevance

12

/third_party/mesa3d/src/mesa/main/
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()
Dglheader.h62 #define GL_ETC1_RGB8_OES 0x8D64 macro
/third_party/skia/third_party/externals/angle2/extensions/
DCHROMIUM_compressed_copy_texture.txt53 GL_ETC1_RGB8_OES
/third_party/flutter/skia/third_party/externals/angle2/extensions/
DCHROMIUM_compressed_copy_texture.txt53 GL_ETC1_RGB8_OES
/third_party/skia/third_party/externals/angle2/src/tests/gl_tests/
DCopyCompressedTextureTest.cpp190 Data(GL_ETC1_RGB8_OES, CompressedImageETC1, sizeof(CompressedImageETC1))); in TEST_P()
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); in TEST_P()
9672 glTexStorage2D(GL_TEXTURE_2D, 1, GL_ETC1_RGB8_OES, width, height); in TEST_P()
9677 glCompressedTexSubImage2D(GL_TEXTURE_2D, 0, 0, 0, width, height, GL_ETC1_RGB8_OES, in TEST_P()
9718 glCompressedTexImage2D(GL_TEXTURE_2D, 0, GL_ETC1_RGB8_OES, width, height, 0, imageSize, data); in TEST_P()
9721 glCompressedTexImage2D(GL_TEXTURE_2D, 1, GL_ETC1_RGB8_OES, width / 2, height / 2, 0, in TEST_P()
9725 glCompressedTexImage2D(GL_TEXTURE_2D, 2, GL_ETC1_RGB8_OES, width / 4, height / 4, 0, in TEST_P()
9772 glCompressedTexImage2D(GL_TEXTURE_2D, 0, GL_ETC1_RGB8_OES, smallerWidth, smallerHeight, 0, in TEST_P()
9776 glCompressedTexImage2D(GL_TEXTURE_2D, 1, GL_ETC1_RGB8_OES, 192, 160, 0, 15360, data); in TEST_P()
[all …]
DCompressedTextureFormatsTest.cpp406 static const FormatDesc kETC1Formats[] = {{GL_ETC1_RGB8_OES, 8}};
/third_party/flutter/skia/third_party/externals/angle2/src/tests/gl_tests/
DCopyCompressedTextureTest.cpp190 Data(GL_ETC1_RGB8_OES, CompressedImageETC1, sizeof(CompressedImageETC1))); in TEST_P()
/third_party/vk-gl-cts/framework/opengl/
DgluTextureUtil.cpp241 case tcu::COMPRESSEDTEXFORMAT_ETC1_RGB8: return GL_ETC1_RGB8_OES; in getGLFormat()
300 case GL_ETC1_RGB8_OES: return tcu::COMPRESSEDTEXFORMAT_ETC1_RGB8; in mapGLCompressedTexFormat()
350 case GL_ETC1_RGB8_OES: in isCompressedFormat()
/third_party/flutter/skia/third_party/externals/angle2/src/libANGLE/renderer/gl/
Dformatutilsgl.cpp311 …InsertFormatMapping(&map, GL_ETC1_RGB8_OES, VersionOrExts(4, 3, "GL_ARB_ES3_comp… in BuildInternalFormatInfoMap()
544 if (format == GL_ETC1_RGB8_OES) in GetNativeCompressedFormat()
554 if (format == GL_ETC1_RGB8_OES) in GetNativeCompressedFormat()
/third_party/skia/third_party/externals/angle2/src/libANGLE/renderer/gl/
Dformatutilsgl.cpp357 …InsertFormatMapping(&map, GL_ETC1_RGB8_OES, VersionOrExts(4, 3, "GL_ARB_ES3_comp… in BuildInternalFormatInfoMap()
685 if (format == GL_ETC1_RGB8_OES) in GetNativeCompressedFormat()
695 if (format == GL_ETC1_RGB8_OES) in GetNativeCompressedFormat()
/third_party/skia/third_party/externals/angle2/src/libANGLE/
Dformatutils.h429 case GL_ETC1_RGB8_OES: in IsETC1Format()
DCaps.cpp510 GL_ETC1_RGB8_OES, in DetermineETC1RGB8TextureSupport()
/third_party/vk-gl-cts/framework/platform/null/
DtcuNullRenderContext.cpp214 GL_ETC1_RGB8_OES, in Context()
/third_party/flutter/skia/third_party/externals/angle2/src/libANGLE/renderer/
DFormat_table_autogen.cpp111 …{ FormatID::ETC1_R8G8B8_UNORM_BLOCK, GL_ETC1_RGB8_OES, GL_ETC1_RGB8_OES, nullptr, NoCopyFunctions,…
410 case GL_ETC1_RGB8_OES: in InternalFormatToID()
/third_party/skia/third_party/externals/angle2/src/libANGLE/renderer/
DFormat_table_autogen.cpp123 …{ FormatID::ETC1_R8G8B8_UNORM_BLOCK, GL_ETC1_RGB8_OES, GL_ETC1_RGB8_OES, nullptr, NoCopyFunctions,…
475 case GL_ETC1_RGB8_OES: in InternalFormatToID()
/third_party/flutter/skia/third_party/externals/angle2/src/libANGLE/renderer/d3d/d3d11/
Dtexture_format_table_autogen.cpp1415 case GL_ETC1_RGB8_OES: in Get()
1417 static constexpr Format info(GL_ETC1_RGB8_OES, in Get()
/third_party/skia/third_party/externals/swiftshader/src/OpenGL/common/
DImage.cpp367 case GL_ETC1_RGB8_OES: return sw::FORMAT_ETC1; in SelectInternalFormat()
545 case GL_ETC1_RGB8_OES: in ComputeCompressedSize()
/third_party/skia/third_party/externals/angle2/src/libANGLE/renderer/d3d/d3d11/
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/mesa3d/src/mesa/state_tracker/
Dst_format.c582 { GL_ETC1_RGB8_OES, 0 },
/third_party/skia/third_party/externals/swiftshader/src/OpenGL/libGLESv2/
DContext.h113 GL_ETC1_RGB8_OES,
Dutilities.cpp334 case GL_ETC1_RGB8_OES: in IsCompressed()
/third_party/flutter/skia/third_party/externals/angle2/src/libANGLE/
DvalidationES2.cpp573 case GL_ETC1_RGB8_OES: in ValidateES2CopyTexImageParameters()
702 case GL_ETC1_RGB8_OES: in ValidateES2CopyTexImageParameters()
1307 if (actualInternalFormat == GL_ETC1_RGB8_OES) in ValidateES2TexImageParametersBase()
1529 case GL_ETC1_RGB8_OES: in ValidateES2TexImageParametersBase()
1892 case GL_ETC1_RGB8_OES: in ValidateES2TexStorageParameters()
DCaps.cpp418 GL_ETC1_RGB8_OES, in DetermineETC1RGB8TextureSupport()
/third_party/skia/third_party/externals/swiftshader/include/GLES/
Dglext.h119 #define GL_ETC1_RGB8_OES 0x8D64 macro

12