Home
last modified time | relevance | path

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

/external/skia/src/gpu/gl/
DGrGLUtil.h58 case GrGLFormat::kCOMPRESSED_ETC1_RGB8: return kRGB_SkColorChannelFlags; in GrGLFormatChannels()
326 case GR_GL_COMPRESSED_ETC1_RGB8: return GrGLFormat::kCOMPRESSED_ETC1_RGB8; in GrGLFormatFromGLEnum()
361 case GrGLFormat::kCOMPRESSED_ETC1_RGB8: return GR_GL_COMPRESSED_ETC1_RGB8; in GrGLFormatToEnum()
395 case GrGLFormat::kCOMPRESSED_ETC1_RGB8: return 8; in GrGLFormatBytesPerBlock()
419 case GrGLFormat::kCOMPRESSED_ETC1_RGB8: in GrGLFormatStencilBits()
452 case GrGLFormat::kCOMPRESSED_ETC1_RGB8: in GrGLFormatIsPackedDepthStencil()
487 case GrGLFormat::kCOMPRESSED_ETC1_RGB8: in GrGLFormatIsSRGB()
DGrGLUtil.cpp686 case GrGLFormat::kCOMPRESSED_ETC1_RGB8: in GrGLFormatIsCompressed()
DGrGLCaps.cpp2785 FormatInfo& info = this->getFormatInfo(GrGLFormat::kCOMPRESSED_ETC1_RGB8); in initFormatTable()
4450 if (this->isFormatTexturable(GrGLFormat::kCOMPRESSED_ETC1_RGB8)) { in getBackendFormatFromCompressionType()
/external/skia/include/gpu/gl/
DGrGLTypes.h75 kCOMPRESSED_ETC1_RGB8, enumerator
/external/skia/src/gpu/
DGrBackendUtils.cpp38 case GrGLFormat::kCOMPRESSED_ETC1_RGB8: in GrBackendFormatToCompressionType()