Home
last modified time | relevance | path

Searched refs:GR_GL_COMPRESSED_RGB8_ETC2 (Results 1 – 6 of 6) sorted by relevance

/external/skia/src/gpu/gl/
DGrGLUtil.h327 case GR_GL_COMPRESSED_RGB8_ETC2: return GrGLFormat::kCOMPRESSED_RGB8_ETC2; in GrGLFormatFromGLEnum()
362 case GrGLFormat::kCOMPRESSED_RGB8_ETC2: return GR_GL_COMPRESSED_RGB8_ETC2; in GrGLFormatToEnum()
538 case GR_GL_COMPRESSED_RGB8_ETC2: return "ETC2"; in GrGLFormatToStr()
DGrGLDefines.h281 #define GR_GL_COMPRESSED_RGB8_ETC2 0x9274 macro
DGrGLCaps.cpp2768 info.fInternalFormatForTexImageOrStorage = GR_GL_COMPRESSED_RGB8_ETC2; in initFormatTable()
4448 return GrBackendFormat::MakeGL(GR_GL_COMPRESSED_RGB8_ETC2, GR_GL_TEXTURE_2D); in getBackendFormatFromCompressionType()
4539 GrBackendFormat::MakeGL(GR_GL_COMPRESSED_RGB8_ETC2, GR_GL_TEXTURE_2D) }, in getTestingCombinations()
/external/skia/gm/
Dexoticformats.cpp94 case GR_GL_COMPRESSED_RGB8_ETC2: in load_ktx()
/external/skqp/src/gpu/gl/
DGrGLDefines.h274 #define GR_GL_COMPRESSED_RGB8_ETC2 0x9274 macro
DGrGLCaps.cpp1921 fConfigTable[kRGB_ETC1_GrPixelConfig].fFormats.fBaseInternalFormat = GR_GL_COMPRESSED_RGB8_ETC2; in initConfigTable()
1923 GR_GL_COMPRESSED_RGB8_ETC2; in initConfigTable()