/external/skia/src/gpu/ |
D | GrDDLTask.cpp | 67 void GrDDLTask::gatherProxyIntervals(GrResourceAllocator* alloc) const { in gatherProxyIntervals() function in GrDDLTask 73 task->gatherProxyIntervals(alloc); in gatherProxyIntervals()
|
D | GrWaitRenderTask.cpp | 14 void GrWaitRenderTask::gatherProxyIntervals(GrResourceAllocator* alloc) const { in gatherProxyIntervals() function in GrWaitRenderTask
|
D | GrTransferFromRenderTask.cpp | 14 void GrTransferFromRenderTask::gatherProxyIntervals(GrResourceAllocator* alloc) const { in gatherProxyIntervals() function in GrTransferFromRenderTask
|
D | GrTextureResolveRenderTask.h | 24 void gatherProxyIntervals(GrResourceAllocator*) const override;
|
D | GrWritePixelsRenderTask.h | 33 void gatherProxyIntervals(GrResourceAllocator*) const override;
|
D | GrWaitRenderTask.h | 28 void gatherProxyIntervals(GrResourceAllocator*) const override;
|
D | GrCopyRenderTask.h | 36 void gatherProxyIntervals(GrResourceAllocator*) const override;
|
D | GrDDLTask.h | 42 void gatherProxyIntervals(GrResourceAllocator*) const override;
|
D | GrTransferFromRenderTask.h | 34 void gatherProxyIntervals(GrResourceAllocator*) const override;
|
D | GrWritePixelsRenderTask.cpp | 45 void GrWritePixelsTask::gatherProxyIntervals(GrResourceAllocator* alloc) const { in gatherProxyIntervals() function in GrWritePixelsTask
|
D | GrCopyRenderTask.cpp | 50 void GrCopyRenderTask::gatherProxyIntervals(GrResourceAllocator* alloc) const { in gatherProxyIntervals() function in GrCopyRenderTask
|
D | GrTextureResolveRenderTask.cpp | 52 void GrTextureResolveRenderTask::gatherProxyIntervals(GrResourceAllocator* alloc) const { in gatherProxyIntervals() function in GrTextureResolveRenderTask
|
D | GrRenderTask.h | 140 virtual void gatherProxyIntervals(GrResourceAllocator*) const = 0;
|
D | GrOpsTask.h | 230 void gatherProxyIntervals(GrResourceAllocator*) const override;
|
D | GrDrawingManager.cpp | 214 task->gatherProxyIntervals(&resourceAllocator); in flush() 401 task->gatherProxyIntervals(resourceAllocator); in reorderTasks()
|
D | GrOpsTask.cpp | 902 void GrOpsTask::gatherProxyIntervals(GrResourceAllocator* alloc) const { in gatherProxyIntervals() function in GrOpsTask
|
/external/skia/src/gpu/mock/ |
D | GrMockRenderTask.h | 28 void gatherProxyIntervals(GrResourceAllocator*) const override {} in gatherProxyIntervals() function
|
/external/skqp/src/gpu/ |
D | GrTextureOpList.h | 67 void gatherProxyIntervals(GrResourceAllocator*) const override;
|
D | GrRenderTargetOpList.h | 214 void gatherProxyIntervals(GrResourceAllocator*) const override;
|
D | GrTextureOpList.cpp | 181 void GrTextureOpList::gatherProxyIntervals(GrResourceAllocator* alloc) const { in gatherProxyIntervals() function in GrTextureOpList
|
D | GrDrawingManager.cpp | 290 fDAG.opList(i)->gatherProxyIntervals(&alloc); in flush()
|
D | GrRenderTargetOpList.cpp | 609 void GrRenderTargetOpList::gatherProxyIntervals(GrResourceAllocator* alloc) const { in gatherProxyIntervals() function in GrRenderTargetOpList
|
/external/skqp/include/private/ |
D | GrOpList.h | 125 virtual void gatherProxyIntervals(GrResourceAllocator*) const = 0;
|