Searched defs:isAlphaOnly (Results 1 - 8 of 8) sorted by relevance

/external/skia/src/gpu/
H A DGrTextureMaker.h30 GrTextureMaker(GrContext* context, int width, int height, bool isAlphaOnly) argument
31 : INHERITED(width, height, isAlphaOnly)
H A DGrTextureProducer.h105 bool isAlphaOnly() const { return fIsAlphaOnly; } function in class:GrTextureProducer
111 GrTextureProducer(int width, int height, bool isAlphaOnly) argument
114 , fIsAlphaOnly(isAlphaOnly) {}
/external/skqp/src/gpu/
H A DGrTextureMaker.h42 GrTextureMaker(GrContext* context, int width, int height, bool isAlphaOnly) argument
43 : INHERITED(width, height, isAlphaOnly)
H A DGrTextureProducer.h76 bool isAlphaOnly() const { return fIsAlphaOnly; } function in class:GrTextureProducer
82 GrTextureProducer(int width, int height, bool isAlphaOnly) argument
85 , fIsAlphaOnly(isAlphaOnly) {}
/external/skia/src/shaders/
H A DSkImageShader.cpp266 bool isAlphaOnly = GrPixelConfigIsAlphaOnly(config); local
278 if (isAlphaOnly) {
/external/skqp/src/shaders/
H A DSkImageShader.cpp222 bool isAlphaOnly = GrPixelConfigIsAlphaOnly(config); local
234 if (isAlphaOnly) {
/external/skia/src/image/
H A DSkImage.cpp285 bool SkImage::isAlphaOnly() const { function in class:SkImage
/external/skqp/src/image/
H A DSkImage.cpp287 bool SkImage::isAlphaOnly() const { function in class:SkImage

Completed in 1070 milliseconds