Home
last modified time | relevance | path

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

/external/skia/src/effects/
DSkXfermodeImageFilter.cpp238 sk_sp<GrTextureProxy> backgroundProxy, foregroundProxy; in filterImageGPU() local
245 foregroundProxy = foreground->asTextureProxyRef(context); in filterImageGPU()
267 if (foregroundProxy) { in filterImageGPU()
275 context->resourceProvider(), std::move(foregroundProxy), in filterImageGPU()
DSkArithmeticImageFilter.cpp340 sk_sp<GrTextureProxy> backgroundProxy, foregroundProxy; in filterImageGPU() local
347 foregroundProxy = foreground->asTextureProxyRef(context); in filterImageGPU()
367 if (foregroundProxy) { in filterImageGPU()
375 context->resourceProvider(), std::move(foregroundProxy), std::move(fgXform), in filterImageGPU()