Home
last modified time | relevance | path

Searched refs:newCopyRenderTask (Results 1 – 4 of 4) sorted by relevance

/external/skia/src/gpu/ganesh/
DGrDrawingManager.h98 sk_sp<GrRenderTask> newCopyRenderTask(sk_sp<GrSurfaceProxy> dst,
DGrDrawingManager.cpp915 sk_sp<GrRenderTask> GrDrawingManager::newCopyRenderTask(sk_sp<GrSurfaceProxy> dst, in newCopyRenderTask() function in GrDrawingManager
DSurfaceContext.cpp1013 return this->drawingManager()->newCopyRenderTask(this->asSurfaceProxyRef(), in copyScaled()
/external/skia/tests/
DWrappedSurfaceCopyOnWriteTest.cpp139 dContext->priv().drawingManager()->newCopyRenderTask(dstSC->asSurfaceProxyRef(), in DEF_GANESH_TEST_FOR_RENDERING_CONTEXTS()