Home
last modified time | relevance | path

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

/external/skia/src/gpu/gl/
DGrGLUtil.h59 case GrGLFormat::kCOMPRESSED_RGB8_ETC2: return kRGB_SkColorChannelFlags; in GrGLFormatChannels()
327 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()
396 case GrGLFormat::kCOMPRESSED_RGB8_ETC2: return 8; in GrGLFormatBytesPerBlock()
420 case GrGLFormat::kCOMPRESSED_RGB8_ETC2: in GrGLFormatStencilBits()
453 case GrGLFormat::kCOMPRESSED_RGB8_ETC2: in GrGLFormatIsPackedDepthStencil()
488 case GrGLFormat::kCOMPRESSED_RGB8_ETC2: in GrGLFormatIsSRGB()
DGrGLUtil.cpp687 case GrGLFormat::kCOMPRESSED_RGB8_ETC2: in GrGLFormatIsCompressed()
DGrGLCaps.cpp2766 FormatInfo& info = this->getFormatInfo(GrGLFormat::kCOMPRESSED_RGB8_ETC2); in initFormatTable()
4447 if (this->isFormatTexturable(GrGLFormat::kCOMPRESSED_RGB8_ETC2)) { in getBackendFormatFromCompressionType()
/external/skia/include/gpu/gl/
DGrGLTypes.h76 kCOMPRESSED_RGB8_ETC2, enumerator
/external/skia/src/gpu/
DGrBackendUtils.cpp39 case GrGLFormat::kCOMPRESSED_RGB8_ETC2: in GrBackendFormatToCompressionType()