Home
last modified time | relevance | path

Searched defs:isAlphaOnly (Results 1 – 6 of 6) sorted by relevance

/external/skqp/src/gpu/
DGrTextureProducer.h109 bool isAlphaOnly() const { return fIsAlphaOnly; } in isAlphaOnly() function
117 GrTextureProducer(GrContext* context, int width, int height, bool isAlphaOnly) in GrTextureProducer()
DGrTextureMaker.h29 GrTextureMaker(GrContext* context, int width, int height, bool isAlphaOnly) in GrTextureMaker()
/external/skia/src/gpu/
DGrColorInfo.h49 bool isAlphaOnly() const { return GrColorTypeIsAlphaOnly(fColorType); } in isAlphaOnly() function
/external/skqp/src/shaders/
DSkImageShader.cpp227 bool isAlphaOnly = GrPixelConfigIsAlphaOnly(config); in asFragmentProcessor() local
/external/skqp/src/image/
DSkImage.cpp300 bool SkImage::isAlphaOnly() const { in isAlphaOnly() function in SkImage
/external/skia/src/image/
DSkImage.cpp590 bool SkImage::isAlphaOnly() const { return SkColorTypeIsAlphaOnly(fInfo.colorType()); } in isAlphaOnly() function in SkImage