Home
last modified time | relevance | path

Searched refs:refTextureProxyForParams (Results 1 – 11 of 11) sorted by relevance

/external/skqp/src/gpu/
DGrTextureProducer.h85 sk_sp<GrTextureProxy> refTextureProxyForParams(const GrSamplerState&,
88 sk_sp<GrTextureProxy> refTextureProxyForParams(GrSamplerState::Filter filter, in refTextureProxyForParams() function
90 return this->refTextureProxyForParams( in refTextureProxyForParams()
DGrTextureMaker.cpp132 sk_sp<GrTextureProxy> proxy(this->refTextureProxyForParams(samplerState, scaleAdjust)); in createFragmentProcessor()
DGrTextureAdjuster.cpp128 this->refTextureProxyForParams(samplerState, scaleAdjust)); in createFragmentProcessor()
DGrTextureProducer.cpp225 sk_sp<GrTextureProxy> GrTextureProducer::refTextureProxyForParams( in refTextureProxyForParams() function in GrTextureProducer
DSkGpuDevice_drawTexture.cpp171 auto proxy = producer->refTextureProxyForParams(GrSamplerState::ClampNearest(), nullptr); in drawTextureProducer()
DSkGr.cpp187 return GrBitmapTextureMaker(ctx, bitmap).refTextureProxyForParams(params, scaleAdjust); in GrRefCachedBitmapTextureProxy()
DSkGpuDevice.cpp1472 auto proxy = producer->refTextureProxyForParams(filter, nullptr); in drawProducerLattice()
/external/skqp/src/image/
DSkImage_Raster.cpp184 return adjuster.refTextureProxyForParams(params, scaleAdjust); in asTextureProxyRef()
DSkImage_Lazy.cpp248 return textureMaker.refTextureProxyForParams(params, scaleAdjust); in asTextureProxyRef()
DSkImage_GpuBase.cpp221 return adjuster.refTextureProxyForParams(params, scaleAdjust); in asTextureProxyRef()
DSkImage_Gpu.cpp470 sk_sp<GrTextureProxy> proxy(maker.refTextureProxyForParams(samplerState, nullptr)); in MakeCrossContextFromEncoded()