/third_party/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 | GrTransferFromRenderTask.cpp | 15 void GrTransferFromRenderTask::gatherProxyIntervals(GrResourceAllocator* alloc) const { in gatherProxyIntervals() function in GrTransferFromRenderTask
|
D | GrWaitRenderTask.cpp | 14 void GrWaitRenderTask::gatherProxyIntervals(GrResourceAllocator* alloc) const { in gatherProxyIntervals() function in GrWaitRenderTask
|
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 | GrDDLTask.h | 42 void gatherProxyIntervals(GrResourceAllocator*) const override;
|
D | GrCopyRenderTask.h | 36 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 | 51 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 | 139 virtual void gatherProxyIntervals(GrResourceAllocator*) const = 0;
|
D | GrDrawingManager.cpp | 227 task->gatherProxyIntervals(&resourceAllocator); in flush() 414 task->gatherProxyIntervals(resourceAllocator); in reorderTasks()
|
/third_party/flutter/skia/src/gpu/ |
D | GrTextureResolveRenderTask.h | 31 void gatherProxyIntervals(GrResourceAllocator*) const override;
|
D | GrTextureOpList.h | 65 void gatherProxyIntervals(GrResourceAllocator*) const override;
|
D | GrTextureResolveRenderTask.cpp | 42 void GrTextureResolveRenderTask::gatherProxyIntervals(GrResourceAllocator* alloc) const { in gatherProxyIntervals() function in GrTextureResolveRenderTask
|
D | GrRenderTask.h | 118 virtual void gatherProxyIntervals(GrResourceAllocator*) const = 0;
|
D | GrRenderTargetOpList.h | 226 void gatherProxyIntervals(GrResourceAllocator*) const override;
|
D | GrTextureOpList.cpp | 228 void GrTextureOpList::gatherProxyIntervals(GrResourceAllocator* alloc) const { in gatherProxyIntervals() function in GrTextureOpList
|
D | GrDrawingManager.cpp | 323 fDAG.renderTask(i)->gatherProxyIntervals(&alloc); in flush()
|
D | GrRenderTargetOpList.cpp | 667 void GrRenderTargetOpList::gatherProxyIntervals(GrResourceAllocator* alloc) const { in gatherProxyIntervals() function in GrRenderTargetOpList
|
/third_party/skia/src/gpu/mock/ |
D | GrMockRenderTask.h | 28 void gatherProxyIntervals(GrResourceAllocator*) const override {} in gatherProxyIntervals() function
|
/third_party/skia/src/gpu/ops/ |
D | OpsTask.h | 244 void gatherProxyIntervals(GrResourceAllocator*) const override;
|
D | OpsTask.cpp | 922 void OpsTask::gatherProxyIntervals(GrResourceAllocator* alloc) const { in gatherProxyIntervals() function in skgpu::v1::OpsTask
|