Home
last modified time | relevance | path

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

/external/skia/src/gpu/gl/
DGrGLUtil.h301 case GR_GL_COMPRESSED_ETC1_RGB8: return GrGLFormat::kCOMPRESSED_ETC1_RGB8; in GrGLFormatFromGLEnum()
331 case GrGLFormat::kCOMPRESSED_ETC1_RGB8: return GR_GL_COMPRESSED_ETC1_RGB8; in GrGLFormatToEnum()
DGrGLUtil.cpp637 case GrGLFormat::kCOMPRESSED_ETC1_RGB8: in GrGLFormatIsCompressed()
669 case GrGLFormat::kCOMPRESSED_ETC1_RGB8: in GrGLFormatToCompressionType()
DGrGLCaps.cpp2720 FormatInfo& info = this->getFormatInfo(GrGLFormat::kCOMPRESSED_ETC1_RGB8); in initFormatTable()
4077 case GrGLFormat::kCOMPRESSED_ETC1_RGB8: // same compression layout as ETC2_RGB8_UNORM in compressionType()
4293 if (this->isFormatTexturable(GrGLFormat::kCOMPRESSED_ETC1_RGB8)) { in getBackendFormatFromCompressionType()
/external/skia/include/gpu/gl/
DGrGLTypes.h74 kCOMPRESSED_ETC1_RGB8, enumerator