Home
last modified time | relevance | path

Searched refs:GR_GL_COMPRESSED_RGB8_ETC2 (Results 1 - 4 of 4) sorted by relevance

/third_party/skia/src/gpu/gl/
H A DGrGLUtil.h398 case GR_GL_COMPRESSED_RGB8_ETC2: return GrGLFormat::kCOMPRESSED_RGB8_ETC2; in GrGLFormatFromGLEnum()
436 case GrGLFormat::kCOMPRESSED_RGB8_ETC2: return GR_GL_COMPRESSED_RGB8_ETC2; in GrGLFormatToEnum()
628 case GR_GL_COMPRESSED_RGB8_ETC2: return "ETC2"; in GrGLFormatToStr()
H A DGrGLDefines.h281 #define GR_GL_COMPRESSED_RGB8_ETC2 0x9274 macro
H A DGrGLCaps.cpp2842 info.fInternalFormatForTexImageOrStorage = GR_GL_COMPRESSED_RGB8_ETC2;
4718 return GrBackendFormat::MakeGL(GR_GL_COMPRESSED_RGB8_ETC2, GR_GL_TEXTURE_2D); in getBackendFormatFromCompressionType()
4831 GrBackendFormat::MakeGL(GR_GL_COMPRESSED_RGB8_ETC2, GR_GL_TEXTURE_2D) }, in getTestingCombinations()
/third_party/skia/gm/
H A Dexoticformats.cpp94 case GR_GL_COMPRESSED_RGB8_ETC2: in load_ktx()

Completed in 13 milliseconds