Home
last modified time | relevance | path

Searched refs:kCOMPRESSED_RGB8_ETC2 (Results 1 – 4 of 4) sorted by relevance

/external/skia/src/gpu/gl/
DGrGLUtil.h302 case GR_GL_COMPRESSED_RGB8_ETC2: return GrGLFormat::kCOMPRESSED_RGB8_ETC2; in GrGLFormatFromGLEnum()
332 case GrGLFormat::kCOMPRESSED_RGB8_ETC2: return GR_GL_COMPRESSED_RGB8_ETC2; in GrGLFormatToEnum()
DGrGLUtil.cpp638 case GrGLFormat::kCOMPRESSED_RGB8_ETC2: in GrGLFormatIsCompressed()
670 case GrGLFormat::kCOMPRESSED_RGB8_ETC2: in GrGLFormatToCompressionType()
DGrGLCaps.cpp2701 FormatInfo& info = this->getFormatInfo(GrGLFormat::kCOMPRESSED_RGB8_ETC2); in initFormatTable()
4078 case GrGLFormat::kCOMPRESSED_RGB8_ETC2: in compressionType()
4290 if (this->isFormatTexturable(GrGLFormat::kCOMPRESSED_RGB8_ETC2)) { in getBackendFormatFromCompressionType()
/external/skia/include/gpu/gl/
DGrGLTypes.h75 kCOMPRESSED_RGB8_ETC2, enumerator