Home
last modified time | relevance | path

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

/third_party/skia/src/gpu/gl/
DGrGLUtil.h58 case GrGLFormat::kCOMPRESSED_ETC1_RGB8: return kRGB_SkColorChannelFlags; in GrGLFormatChannels()
121 case GrGLFormat::kCOMPRESSED_ETC1_RGB8: return GrColorFormatDesc::MakeInvalid(); in GrGLFormatDesc()
397 case GR_GL_COMPRESSED_ETC1_RGB8: return GrGLFormat::kCOMPRESSED_ETC1_RGB8; in GrGLFormatFromGLEnum()
435 case GrGLFormat::kCOMPRESSED_ETC1_RGB8: return GR_GL_COMPRESSED_ETC1_RGB8; in GrGLFormatToEnum()
472 case GrGLFormat::kCOMPRESSED_ETC1_RGB8: return 8; in GrGLFormatBytesPerBlock()
500 case GrGLFormat::kCOMPRESSED_ETC1_RGB8: in GrGLFormatStencilBits()
536 case GrGLFormat::kCOMPRESSED_ETC1_RGB8: in GrGLFormatIsPackedDepthStencil()
574 case GrGLFormat::kCOMPRESSED_ETC1_RGB8: in GrGLFormatIsSRGB()
DGrGLUtil.cpp738 case GrGLFormat::kCOMPRESSED_ETC1_RGB8: in GrGLFormatIsCompressed()
DGrGLCaps.cpp2862 FormatInfo& info = this->getFormatInfo(GrGLFormat::kCOMPRESSED_ETC1_RGB8); in initFormatTable()
4720 if (this->isFormatTexturable(GrGLFormat::kCOMPRESSED_ETC1_RGB8)) { in getBackendFormatFromCompressionType()
/third_party/skia/include/gpu/gl/
DGrGLTypes.h75 kCOMPRESSED_ETC1_RGB8, enumerator
/third_party/skia/src/gpu/
DGrBackendUtils.cpp38 case GrGLFormat::kCOMPRESSED_ETC1_RGB8: in GrBackendFormatToCompressionType()