Home
last modified time | relevance | path

Searched refs:isAlphaOnly (Results 1 – 4 of 4) sorted by relevance

/external/skia/src/gpu/
DGrTextureParamsAdjuster.h73 bool isAlphaOnly() const { return fIsAlphaOnly; } in isAlphaOnly() function
76 GrTextureProducer(int width, int height, bool isAlphaOnly) in GrTextureProducer() argument
79 , fIsAlphaOnly(isAlphaOnly) {} in GrTextureProducer()
141 explicit GrTextureAdjuster(GrTexture* original, bool isAlphaOnly) in GrTextureAdjuster() argument
142 : INHERITED(original->width(), original->height(), isAlphaOnly) in GrTextureAdjuster()
145 GrTextureAdjuster(GrTexture* original, const SkIRect& contentArea, bool isAlphaOnly);
180 GrTextureMaker(GrContext* context, int width, int height, bool isAlphaOnly) in GrTextureMaker() argument
181 : INHERITED(width, height, isAlphaOnly) in GrTextureMaker()
DSkGpuDevice_drawTexture.cpp160 bool canUseTextureCoordsAsLocalCoords = !use_shader(producer->isAlphaOnly(), paint) && !mf; in drawTextureProducerImpl()
208 if (!SkPaintToGrPaintWithTexture(fContext, paint, viewMatrix, fp, producer->isAlphaOnly(), in drawTextureProducerImpl()
DGrTextureParamsAdjuster.cpp127 bool isAlphaOnly) in GrTextureAdjuster() argument
128 : INHERITED(contentArea.width(), contentArea.height(), isAlphaOnly) in GrTextureAdjuster()
DSkGpuDevice.cpp1558 producer->isAlphaOnly(), &grPaint)) { in drawProducerNine()