Searched defs:isAlphaOnly (Results 1 – 8 of 8) sorted by relevance
/external/skqp/src/gpu/ |
D | GrTextureProducer.h | 109 bool isAlphaOnly() const { return fIsAlphaOnly; } in isAlphaOnly() function 117 GrTextureProducer(GrContext* context, int width, int height, bool isAlphaOnly) in GrTextureProducer()
|
D | GrTextureMaker.h | 29 GrTextureMaker(GrContext* context, int width, int height, bool isAlphaOnly) in GrTextureMaker()
|
/external/skia/src/gpu/ |
D | GrTextureProducer.h | 106 bool isAlphaOnly() const { return fIsAlphaOnly; } in isAlphaOnly() function 114 GrTextureProducer(GrRecordingContext* context, int width, int height, bool isAlphaOnly, in GrTextureProducer()
|
D | GrTextureMaker.h | 29 GrTextureMaker(GrRecordingContext* context, int width, int height, bool isAlphaOnly, in GrTextureMaker()
|
/external/skia/src/shaders/ |
D | SkImageShader.cpp | 232 bool isAlphaOnly = GrPixelConfigIsAlphaOnly(config); in asFragmentProcessor() local
|
/external/skqp/src/shaders/ |
D | SkImageShader.cpp | 227 bool isAlphaOnly = GrPixelConfigIsAlphaOnly(config); in asFragmentProcessor() local
|
/external/skqp/src/image/ |
D | SkImage.cpp | 300 bool SkImage::isAlphaOnly() const { in isAlphaOnly() function in SkImage
|
/external/skia/src/image/ |
D | SkImage.cpp | 310 bool SkImage::isAlphaOnly() const { in isAlphaOnly() function in SkImage
|