Home
last modified time | relevance | path

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

/third_party/skia/src/gpu/gl/
DGrGLUtil.h59 case GrGLFormat::kCOMPRESSED_RGB8_ETC2: return kRGB_SkColorChannelFlags; in GrGLFormatChannels()
122 case GrGLFormat::kCOMPRESSED_RGB8_ETC2: return GrColorFormatDesc::MakeInvalid(); in GrGLFormatDesc()
398 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()
473 case GrGLFormat::kCOMPRESSED_RGB8_ETC2: return 8; in GrGLFormatBytesPerBlock()
501 case GrGLFormat::kCOMPRESSED_RGB8_ETC2: in GrGLFormatStencilBits()
537 case GrGLFormat::kCOMPRESSED_RGB8_ETC2: in GrGLFormatIsPackedDepthStencil()
575 case GrGLFormat::kCOMPRESSED_RGB8_ETC2: in GrGLFormatIsSRGB()
DGrGLUtil.cpp739 case GrGLFormat::kCOMPRESSED_RGB8_ETC2: in GrGLFormatIsCompressed()
DGrGLCaps.cpp2840 FormatInfo& info = this->getFormatInfo(GrGLFormat::kCOMPRESSED_RGB8_ETC2); in initFormatTable()
4717 if (this->isFormatTexturable(GrGLFormat::kCOMPRESSED_RGB8_ETC2)) { in getBackendFormatFromCompressionType()
/third_party/skia/include/gpu/gl/
DGrGLTypes.h76 kCOMPRESSED_RGB8_ETC2, enumerator
/third_party/skia/src/gpu/
DGrBackendUtils.cpp39 case GrGLFormat::kCOMPRESSED_RGB8_ETC2: in GrBackendFormatToCompressionType()