Home
last modified time | relevance | path

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

/external/skia/src/gpu/
DGrTextureAdjuster.cpp68 sk_sp<GrTextureProxy> GrTextureAdjuster::refTextureProxySafeForParams( in refTextureProxySafeForParams() function in GrTextureAdjuster
132 sk_sp<GrTextureProxy> proxy(this->refTextureProxySafeForParams(params, nullptr, scaleAdjust)); in createFragmentProcessor()
DGrTextureAdjuster.h27 sk_sp<GrTextureProxy> refTextureProxySafeForParams(const GrSamplerParams&, SkIPoint* outOffset,
/external/skia/src/image/
DSkImage_Raster.cpp191 return adjuster.refTextureProxySafeForParams(params, nullptr, scaleAdjust); in asTextureProxyRef()
DSkImage_Gpu.cpp128 return adjuster.refTextureProxySafeForParams(params, nullptr, scaleAdjust); in asTextureProxyRef()