Home
last modified time | relevance | path

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

/external/skia/src/gpu/gl/
DGrGLUtil.h60 case GrGLFormat::kCOMPRESSED_RGB8_BC1: return kRGB_SkColorChannelFlags; in GrGLFormatChannels()
328 case GR_GL_COMPRESSED_RGB_S3TC_DXT1_EXT: return GrGLFormat::kCOMPRESSED_RGB8_BC1; in GrGLFormatFromGLEnum()
363 case GrGLFormat::kCOMPRESSED_RGB8_BC1: return GR_GL_COMPRESSED_RGB_S3TC_DXT1_EXT; in GrGLFormatToEnum()
397 case GrGLFormat::kCOMPRESSED_RGB8_BC1: return 8; in GrGLFormatBytesPerBlock()
421 case GrGLFormat::kCOMPRESSED_RGB8_BC1: in GrGLFormatStencilBits()
454 case GrGLFormat::kCOMPRESSED_RGB8_BC1: in GrGLFormatIsPackedDepthStencil()
489 case GrGLFormat::kCOMPRESSED_RGB8_BC1: in GrGLFormatIsSRGB()
DGrGLUtil.cpp688 case GrGLFormat::kCOMPRESSED_RGB8_BC1: in GrGLFormatIsCompressed()
DGrGLCaps.cpp2738 FormatInfo& info = this->getFormatInfo(GrGLFormat::kCOMPRESSED_RGB8_BC1); in initFormatTable()
4455 if (this->isFormatTexturable(GrGLFormat::kCOMPRESSED_RGB8_BC1)) { in getBackendFormatFromCompressionType()
/external/skia/include/gpu/gl/
DGrGLTypes.h77 kCOMPRESSED_RGB8_BC1, enumerator
/external/skia/src/gpu/
DGrBackendUtils.cpp41 case GrGLFormat::kCOMPRESSED_RGB8_BC1: in GrBackendFormatToCompressionType()