Searched refs:onRefTextureProxyForParams (Results 1 – 12 of 12) sorted by relevance
/external/skia/src/gpu/ |
D | GrTextureMaker.h | 44 sk_sp<GrTextureProxy> onRefTextureProxyForParams(const GrSamplerState&,
|
D | GrTextureAdjuster.h | 47 sk_sp<GrTextureProxy> onRefTextureProxyForParams(const GrSamplerState&,
|
D | GrTextureProducer.cpp | 273 auto result = this->onRefTextureProxyForParams(sampler, willBeMipped, scaleAdjust); in refTextureProxyForParams() 297 auto result = this->onRefTextureProxyForParams(sampler, willBeMipped, nullptr); in refTextureProxy()
|
D | GrTextureProducer.h | 181 virtual sk_sp<GrTextureProxy> onRefTextureProxyForParams(const GrSamplerState&,
|
D | GrTextureMaker.cpp | 16 sk_sp<GrTextureProxy> GrTextureMaker::onRefTextureProxyForParams(const GrSamplerState& params, in onRefTextureProxyForParams() function in GrTextureMaker
|
D | GrTextureAdjuster.cpp | 77 sk_sp<GrTextureProxy> GrTextureAdjuster::onRefTextureProxyForParams( in onRefTextureProxyForParams() function in GrTextureAdjuster
|
/external/skqp/src/gpu/ |
D | GrTextureMaker.h | 45 sk_sp<GrTextureProxy> onRefTextureProxyForParams(const GrSamplerState&,
|
D | GrTextureAdjuster.h | 45 sk_sp<GrTextureProxy> onRefTextureProxyForParams(const GrSamplerState&,
|
D | GrTextureProducer.cpp | 240 auto result = this->onRefTextureProxyForParams(sampler, willBeMipped, scaleAdjust); in refTextureProxyForParams() 264 auto result = this->onRefTextureProxyForParams(sampler, willBeMipped, nullptr); in refTextureProxy()
|
D | GrTextureProducer.h | 181 virtual sk_sp<GrTextureProxy> onRefTextureProxyForParams(const GrSamplerState&,
|
D | GrTextureMaker.cpp | 16 sk_sp<GrTextureProxy> GrTextureMaker::onRefTextureProxyForParams(const GrSamplerState& params, in onRefTextureProxyForParams() function in GrTextureMaker
|
D | GrTextureAdjuster.cpp | 75 sk_sp<GrTextureProxy> GrTextureAdjuster::onRefTextureProxyForParams( in onRefTextureProxyForParams() function in GrTextureAdjuster
|