Home
last modified time | relevance | path

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

/external/skia/src/gpu/
DGrDDLTask.cpp67 void GrDDLTask::gatherProxyIntervals(GrResourceAllocator* alloc) const { in gatherProxyIntervals() function in GrDDLTask
73 task->gatherProxyIntervals(alloc); in gatherProxyIntervals()
DGrWaitRenderTask.cpp14 void GrWaitRenderTask::gatherProxyIntervals(GrResourceAllocator* alloc) const { in gatherProxyIntervals() function in GrWaitRenderTask
DGrTransferFromRenderTask.cpp14 void GrTransferFromRenderTask::gatherProxyIntervals(GrResourceAllocator* alloc) const { in gatherProxyIntervals() function in GrTransferFromRenderTask
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.cpp50 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.h140 virtual void gatherProxyIntervals(GrResourceAllocator*) const = 0;
DGrOpsTask.h230 void gatherProxyIntervals(GrResourceAllocator*) const override;
DGrDrawingManager.cpp214 task->gatherProxyIntervals(&resourceAllocator); in flush()
401 task->gatherProxyIntervals(resourceAllocator); in reorderTasks()
DGrOpsTask.cpp902 void GrOpsTask::gatherProxyIntervals(GrResourceAllocator* alloc) const { in gatherProxyIntervals() function in GrOpsTask
/external/skia/src/gpu/mock/
DGrMockRenderTask.h28 void gatherProxyIntervals(GrResourceAllocator*) const override {} in gatherProxyIntervals() function
/external/skqp/src/gpu/
DGrTextureOpList.h67 void gatherProxyIntervals(GrResourceAllocator*) const override;
DGrRenderTargetOpList.h214 void gatherProxyIntervals(GrResourceAllocator*) const override;
DGrTextureOpList.cpp181 void GrTextureOpList::gatherProxyIntervals(GrResourceAllocator* alloc) const { in gatherProxyIntervals() function in GrTextureOpList
DGrDrawingManager.cpp290 fDAG.opList(i)->gatherProxyIntervals(&alloc); in flush()
DGrRenderTargetOpList.cpp609 void GrRenderTargetOpList::gatherProxyIntervals(GrResourceAllocator* alloc) const { in gatherProxyIntervals() function in GrRenderTargetOpList
/external/skqp/include/private/
DGrOpList.h125 virtual void gatherProxyIntervals(GrResourceAllocator*) const = 0;