Home
last modified time | relevance | path

Searched refs:gatherProxyIntervals (Results 1 – 17 of 17) sorted by relevance

/third_party/skia/src/gpu/
DGrDDLTask.cpp67 void GrDDLTask::gatherProxyIntervals(GrResourceAllocator* alloc) const { in gatherProxyIntervals() function in GrDDLTask
73 task->gatherProxyIntervals(alloc); in gatherProxyIntervals()
DGrTransferFromRenderTask.cpp15 void GrTransferFromRenderTask::gatherProxyIntervals(GrResourceAllocator* alloc) const { in gatherProxyIntervals() function in GrTransferFromRenderTask
DGrWaitRenderTask.cpp14 void GrWaitRenderTask::gatherProxyIntervals(GrResourceAllocator* alloc) const { in gatherProxyIntervals() function in GrWaitRenderTask
DGrTextureResolveRenderTask.h24 void gatherProxyIntervals(GrResourceAllocator*) const override;
DGrWritePixelsRenderTask.h33 void gatherProxyIntervals(GrResourceAllocator*) const override;
DGrWaitRenderTask.h28 void gatherProxyIntervals(GrResourceAllocator*) const override;
DGrCopyRenderTask.h36 void gatherProxyIntervals(GrResourceAllocator*) const override;
DGrDDLTask.h42 void gatherProxyIntervals(GrResourceAllocator*) const override;
DGrTransferFromRenderTask.h34 void gatherProxyIntervals(GrResourceAllocator*) const override;
DGrWritePixelsRenderTask.cpp45 void GrWritePixelsTask::gatherProxyIntervals(GrResourceAllocator* alloc) const { in gatherProxyIntervals() function in GrWritePixelsTask
DGrCopyRenderTask.cpp51 void GrCopyRenderTask::gatherProxyIntervals(GrResourceAllocator* alloc) const { in gatherProxyIntervals() function in GrCopyRenderTask
DGrTextureResolveRenderTask.cpp52 void GrTextureResolveRenderTask::gatherProxyIntervals(GrResourceAllocator* alloc) const { in gatherProxyIntervals() function in GrTextureResolveRenderTask
DGrRenderTask.h139 virtual void gatherProxyIntervals(GrResourceAllocator*) const = 0;
DGrDrawingManager.cpp227 task->gatherProxyIntervals(&resourceAllocator); in flush()
414 task->gatherProxyIntervals(resourceAllocator); in reorderTasks()
/third_party/skia/src/gpu/mock/
DGrMockRenderTask.h28 void gatherProxyIntervals(GrResourceAllocator*) const override {} in gatherProxyIntervals() function
/third_party/skia/src/gpu/ops/
DOpsTask.h244 void gatherProxyIntervals(GrResourceAllocator*) const override;
DOpsTask.cpp922 void OpsTask::gatherProxyIntervals(GrResourceAllocator* alloc) const { in gatherProxyIntervals() function in skgpu::v1::OpsTask