Searched refs:GrTextureAdjuster (Results 1 – 8 of 8) sorted by relevance
/external/skia/src/gpu/ |
D | GrTextureAdjuster.cpp | 15 GrTextureAdjuster::GrTextureAdjuster(GrContext* context, sk_sp<GrTextureProxy> original, in GrTextureAdjuster() function in GrTextureAdjuster 33 void GrTextureAdjuster::makeCopyKey(const CopyParams& params, GrUniqueKey* copyKey, in makeCopyKey() 41 void GrTextureAdjuster::didCacheCopy(const GrUniqueKey& copyKey) { in didCacheCopy() 45 sk_sp<GrTextureProxy> GrTextureAdjuster::refTextureProxyCopy(const CopyParams& copyParams) { in refTextureProxyCopy() 68 sk_sp<GrTextureProxy> GrTextureAdjuster::refTextureProxySafeForParams( in refTextureProxySafeForParams() 106 sk_sp<GrFragmentProcessor> GrTextureAdjuster::createFragmentProcessor( in createFragmentProcessor()
|
D | SkGpuDevice_drawTexture.cpp | 173 constraintMode = GrTextureAdjuster::kNo_FilterConstraint; in drawTextureProducerImpl() 175 constraintMode = GrTextureAdjuster::kYes_FilterConstraint; in drawTextureProducerImpl() 185 GrTextureAdjuster::kYes_FilterConstraint == constraintMode && coordsAllInsideSrcRect) { in drawTextureProducerImpl() 190 constraintMode = GrTextureAdjuster::kNo_FilterConstraint; in drawTextureProducerImpl()
|
D | GrTextureAdjuster.h | 21 class GrTextureAdjuster : public GrTextureProducer { 40 GrTextureAdjuster(GrContext*, sk_sp<GrTextureProxy>, SkAlphaType, const SkIRect& area,
|
D | SkGpuDevice.cpp | 1337 GrTextureAdjuster adjuster(this->context(), std::move(proxy), in drawImage() 1370 GrTextureAdjuster adjuster(this->context(), std::move(proxy), in drawImageRect() 1449 GrTextureAdjuster adjuster(this->context(), std::move(proxy), in drawImageNine() 1508 GrTextureAdjuster adjuster(this->context(), std::move(proxy), in drawImageLattice()
|
/external/skia/src/image/ |
D | SkImage_Raster.cpp | 188 GrTextureAdjuster adjuster(context, fPinnedProxy, in asTextureProxyRef()
|
D | SkImage_Gpu.cpp | 126 GrTextureAdjuster adjuster(fContext, fProxy, this->alphaType(), this->bounds(), in asTextureProxyRef()
|
/external/skia/gn/ |
D | gpu.gni | 206 "$_src/gpu/GrTextureAdjuster.cpp", 207 "$_src/gpu/GrTextureAdjuster.h",
|
/external/skia/ |
D | Android.bp | 414 "src/gpu/GrTextureAdjuster.cpp",
|