Searched refs:idArray (Results 1 – 5 of 5) sorted by relevance
/external/skia/src/gpu/ |
D | GrDDLTask.cpp | 83 void GrDDLTask::gatherIDs(SkSTArray<8, uint32_t, true>* idArray) const { in gatherIDs() 85 task->gatherIDs(idArray); in gatherIDs()
|
D | GrRenderTask.h | 93 virtual void gatherIDs(SkSTArray<8, uint32_t, true>* idArray) const { in gatherIDs() argument 94 idArray->push_back(fUniqueID); in gatherIDs()
|
D | GrDDLTask.h | 46 void gatherIDs(SkSTArray<8, uint32_t, true>* idArray) const override;
|
/external/skqp/src/gpu/ |
D | GrDrawingManager.cpp | 49 void GrDrawingManager::OpListDAG::gatherIDs(SkSTArray<8, uint32_t, true>* idArray) const { in gatherIDs() 50 idArray->reset(fOpLists.count()); in gatherIDs() 53 (*idArray)[i] = fOpLists[i]->uniqueID(); in gatherIDs()
|
D | GrDrawingManager.h | 102 void gatherIDs(SkSTArray<8, uint32_t, true>* idArray) const;
|