Searched defs:isAlphaOnly (Results 1 – 6 of 6) sorted by relevance
109 bool isAlphaOnly() const { return fIsAlphaOnly; } in isAlphaOnly() function117 GrTextureProducer(GrContext* context, int width, int height, bool isAlphaOnly) in GrTextureProducer()
29 GrTextureMaker(GrContext* context, int width, int height, bool isAlphaOnly) in GrTextureMaker()
49 bool isAlphaOnly() const { return GrColorTypeIsAlphaOnly(fColorType); } in isAlphaOnly() function
227 bool isAlphaOnly = GrPixelConfigIsAlphaOnly(config); in asFragmentProcessor() local
300 bool SkImage::isAlphaOnly() const { in isAlphaOnly() function in SkImage
590 bool SkImage::isAlphaOnly() const { return SkColorTypeIsAlphaOnly(fInfo.colorType()); } in isAlphaOnly() function in SkImage