Home
last modified time | relevance | path

Searched refs:GrCopyRenderTask (Results 1 - 3 of 3) sorted by relevance

/third_party/skia/src/gpu/
H A DGrCopyRenderTask.cpp8 #include "src/gpu/GrCopyRenderTask.h"
15 sk_sp<GrRenderTask> GrCopyRenderTask::Make(GrDrawingManager* drawingMgr, in Make()
33 return sk_sp<GrRenderTask>(new GrCopyRenderTask(drawingMgr, in Make()
41 GrCopyRenderTask::GrCopyRenderTask(GrDrawingManager* drawingMgr, in GrCopyRenderTask() function in GrCopyRenderTask
51 void GrCopyRenderTask::gatherProxyIntervals(GrResourceAllocator* alloc) const { in gatherProxyIntervals()
66 GrRenderTask::ExpectedOutcome GrCopyRenderTask::onMakeClosed(GrRecordingContext*, in onMakeClosed()
77 bool GrCopyRenderTask::onExecute(GrOpFlushState* flushState) { in onExecute()
H A DGrCopyRenderTask.h13 class GrCopyRenderTask final : public GrRenderTask {
27 GrCopyRenderTask(GrDrawingManager*,
H A DGrDrawingManager.cpp20 #include "src/gpu/GrCopyRenderTask.h"
854 // It'd be nicer to check this in GrCopyRenderTask::Make. This gets complicated because of in newCopyRenderTask()
866 sk_sp<GrRenderTask> task = GrCopyRenderTask::Make(this, in newCopyRenderTask()

Completed in 3 milliseconds