Home
last modified time | relevance | path

Searched refs:refTextureProxyForParams (Results 1 – 22 of 22) 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/skia/src/gpu/
DGrTextureProducer.h85 sk_sp<GrTextureProxy> refTextureProxyForParams(const GrSamplerState&,
88 sk_sp<GrTextureProxy> refTextureProxyForParams(
DGrTextureProducer.cpp241 sk_sp<GrTextureProxy> GrTextureProducer::refTextureProxyForParams( in refTextureProxyForParams() function in GrTextureProducer
255 return this->refTextureProxyForParams(sampler, scaleAdjust); in refTextureProxyForParams()
258 sk_sp<GrTextureProxy> GrTextureProducer::refTextureProxyForParams( in refTextureProxyForParams() function in GrTextureProducer
DGrTextureMaker.cpp125 sk_sp<GrTextureProxy> proxy(this->refTextureProxyForParams(filterOrNullForBicubic, in createFragmentProcessor()
DGrTextureAdjuster.cpp125 this->refTextureProxyForParams(filterOrNullForBicubic, scaleAdjust)); in createFragmentProcessor()
DSkGr.cpp189 return GrBitmapTextureMaker(ctx, bitmap).refTextureProxyForParams(params, scaleAdjust); in GrRefCachedBitmapTextureProxy()
DSkGpuDevice_drawTexture.cpp243 auto proxy = producer->refTextureProxyForParams(GrSamplerState::ClampNearest(), nullptr); in draw_texture_producer()
DSkGpuDevice.cpp1366 auto proxy = producer->refTextureProxyForParams(&filter, nullptr); in drawProducerLattice()
/external/skia/src/image/
DSkImage_Raster.cpp186 return adjuster.refTextureProxyForParams(params, scaleAdjust); in asTextureProxyRef()
DSkImage_Lazy.cpp249 return textureMaker.refTextureProxyForParams(params, scaleAdjust); in asTextureProxyRef()
DSkImage_GpuBase.cpp225 return adjuster.refTextureProxyForParams(params, scaleAdjust); in asTextureProxyRef()
DSkImage_Gpu.cpp487 sk_sp<GrTextureProxy> proxy(maker.refTextureProxyForParams(samplerState, scaleAdjust)); in MakeCrossContextFromEncoded()
/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()