Searched defs:GrTextureAdjuster (Results 1 - 2 of 2) sorted by relevance

/external/skia/src/gpu/
H A DGrTextureParamsAdjuster.h124 class GrTextureAdjuster : public GrTextureProducer { class in inherits:GrTextureProducer
141 explicit GrTextureAdjuster(GrTexture* original, bool isAlphaOnly) function in class:GrTextureAdjuster
145 GrTextureAdjuster(GrTexture* original, const SkIRect& contentArea, bool isAlphaOnly);
H A DGrTextureParamsAdjuster.cpp125 GrTextureAdjuster::GrTextureAdjuster(GrTexture* original, function in class:GrTextureAdjuster
137 GrTexture* GrTextureAdjuster::refCopy(const CopyParams& copyParams) {
159 GrTexture* GrTextureAdjuster::refTextureSafeForParams(const GrTextureParams& params,
210 GrTextureAdjuster::FilterConstraint filterConstraint,
370 const GrFragmentProcessor* GrTextureAdjuster::createFragmentProcessor(

Completed in 95 milliseconds