Home
last modified time | relevance | path

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

/third_party/skia/src/gpu/gl/
DGrGLUtil.h61 case GrGLFormat::kCOMPRESSED_RGBA8_BC1: return kRGBA_SkColorChannelFlags; in GrGLFormatChannels()
121 case GrGLFormat::kCOMPRESSED_RGBA8_BC1: return GrColorFormatDesc::MakeInvalid(); in GrGLFormatDesc()
394 case GR_GL_COMPRESSED_RGBA_S3TC_DXT1_EXT: return GrGLFormat::kCOMPRESSED_RGBA8_BC1; in GrGLFormatFromGLEnum()
429 case GrGLFormat::kCOMPRESSED_RGBA8_BC1: return GR_GL_COMPRESSED_RGBA_S3TC_DXT1_EXT; in GrGLFormatToEnum()
463 case GrGLFormat::kCOMPRESSED_RGBA8_BC1: return 8; in GrGLFormatBytesPerBlock()
487 case GrGLFormat::kCOMPRESSED_RGBA8_BC1: in GrGLFormatStencilBits()
520 case GrGLFormat::kCOMPRESSED_RGBA8_BC1: in GrGLFormatIsPackedDepthStencil()
555 case GrGLFormat::kCOMPRESSED_RGBA8_BC1: in GrGLFormatIsSRGB()
DGrGLUtil.cpp741 case GrGLFormat::kCOMPRESSED_RGBA8_BC1: in GrGLFormatIsCompressed()
DGrGLCaps.cpp2816 FormatInfo& info = this->getFormatInfo(GrGLFormat::kCOMPRESSED_RGBA8_BC1); in initFormatTable()
4676 if (this->isFormatTexturable(GrGLFormat::kCOMPRESSED_RGBA8_BC1)) { in getBackendFormatFromCompressionType()
/third_party/skia/include/gpu/gl/
DGrGLTypes.h78 kCOMPRESSED_RGBA8_BC1, enumerator
/third_party/skia/src/gpu/
DGrBackendUtils.cpp43 case GrGLFormat::kCOMPRESSED_RGBA8_BC1: in GrBackendFormatToCompressionType()