Searched refs:refTextureProxyForParams (Results 1 – 11 of 11) sorted by relevance
/external/skqp/src/gpu/ |
D | GrTextureProducer.h | 85 sk_sp<GrTextureProxy> refTextureProxyForParams(const GrSamplerState&, 88 sk_sp<GrTextureProxy> refTextureProxyForParams(GrSamplerState::Filter filter, in refTextureProxyForParams() function 90 return this->refTextureProxyForParams( in refTextureProxyForParams()
|
D | GrTextureMaker.cpp | 132 sk_sp<GrTextureProxy> proxy(this->refTextureProxyForParams(samplerState, scaleAdjust)); in createFragmentProcessor()
|
D | GrTextureAdjuster.cpp | 128 this->refTextureProxyForParams(samplerState, scaleAdjust)); in createFragmentProcessor()
|
D | GrTextureProducer.cpp | 225 sk_sp<GrTextureProxy> GrTextureProducer::refTextureProxyForParams( in refTextureProxyForParams() function in GrTextureProducer
|
D | SkGpuDevice_drawTexture.cpp | 171 auto proxy = producer->refTextureProxyForParams(GrSamplerState::ClampNearest(), nullptr); in drawTextureProducer()
|
D | SkGr.cpp | 187 return GrBitmapTextureMaker(ctx, bitmap).refTextureProxyForParams(params, scaleAdjust); in GrRefCachedBitmapTextureProxy()
|
D | SkGpuDevice.cpp | 1472 auto proxy = producer->refTextureProxyForParams(filter, nullptr); in drawProducerLattice()
|
/external/skqp/src/image/ |
D | SkImage_Raster.cpp | 184 return adjuster.refTextureProxyForParams(params, scaleAdjust); in asTextureProxyRef()
|
D | SkImage_Lazy.cpp | 248 return textureMaker.refTextureProxyForParams(params, scaleAdjust); in asTextureProxyRef()
|
D | SkImage_GpuBase.cpp | 221 return adjuster.refTextureProxyForParams(params, scaleAdjust); in asTextureProxyRef()
|
D | SkImage_Gpu.cpp | 470 sk_sp<GrTextureProxy> proxy(maker.refTextureProxyForParams(samplerState, nullptr)); in MakeCrossContextFromEncoded()
|