Home
last modified time | relevance | path

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

/third_party/skia/src/gpu/gl/
DGrGLUtil.h60 case GrGLFormat::kCOMPRESSED_RGB8_BC1: return kRGB_SkColorChannelFlags; in GrGLFormatChannels()
120 case GrGLFormat::kCOMPRESSED_RGB8_BC1: return GrColorFormatDesc::MakeInvalid(); in GrGLFormatDesc()
393 case GR_GL_COMPRESSED_RGB_S3TC_DXT1_EXT: return GrGLFormat::kCOMPRESSED_RGB8_BC1; in GrGLFormatFromGLEnum()
428 case GrGLFormat::kCOMPRESSED_RGB8_BC1: return GR_GL_COMPRESSED_RGB_S3TC_DXT1_EXT; in GrGLFormatToEnum()
462 case GrGLFormat::kCOMPRESSED_RGB8_BC1: return 8; in GrGLFormatBytesPerBlock()
486 case GrGLFormat::kCOMPRESSED_RGB8_BC1: in GrGLFormatStencilBits()
519 case GrGLFormat::kCOMPRESSED_RGB8_BC1: in GrGLFormatIsPackedDepthStencil()
554 case GrGLFormat::kCOMPRESSED_RGB8_BC1: in GrGLFormatIsSRGB()
DGrGLUtil.cpp740 case GrGLFormat::kCOMPRESSED_RGB8_BC1: in GrGLFormatIsCompressed()
DGrGLCaps.cpp2802 FormatInfo& info = this->getFormatInfo(GrGLFormat::kCOMPRESSED_RGB8_BC1); in initFormatTable()
4670 if (this->isFormatTexturable(GrGLFormat::kCOMPRESSED_RGB8_BC1)) { in getBackendFormatFromCompressionType()
/third_party/skia/include/gpu/gl/
DGrGLTypes.h77 kCOMPRESSED_RGB8_BC1, enumerator
/third_party/skia/src/gpu/
DGrBackendUtils.cpp41 case GrGLFormat::kCOMPRESSED_RGB8_BC1: in GrBackendFormatToCompressionType()