Home
last modified time | relevance | path

Searched refs:foregroundProxy (Results 1 – 2 of 2) sorted by relevance

/external/skqp/src/effects/imagefilters/
DSkXfermodeImageFilter.cpp265 sk_sp<GrTextureProxy> backgroundProxy, foregroundProxy; in filterImageGPU() local
272 foregroundProxy = foreground->asTextureProxyRef(context); in filterImageGPU()
295 if (foregroundProxy) { in filterImageGPU()
301 std::move(foregroundProxy), fgMatrix, in filterImageGPU()
DSkArithmeticImageFilter.cpp297 sk_sp<GrTextureProxy> backgroundProxy, foregroundProxy; in filterImageGPU() local
304 foregroundProxy = foreground->asTextureProxyRef(context); in filterImageGPU()
327 if (foregroundProxy) { in filterImageGPU()
333 std::move(foregroundProxy), foregroundMatrix, in filterImageGPU()