Home
last modified time | relevance | path

Searched refs:gatherIDs (Results 1 – 4 of 4) sorted by relevance

/external/skia/src/gpu/
DGrDrawingManager.h109 void gatherIDs(SkSTArray<8, uint32_t, true>* idArray) const;
DGrDrawingManager.cpp44 void GrDrawingManager::OpListDAG::gatherIDs(SkSTArray<8, uint32_t, true>* idArray) const { in gatherIDs() function in GrDrawingManager::OpListDAG
261 fDAG.gatherIDs(&fFlushingOpListIDs); in flush()
/external/skqp/src/gpu/
DGrDrawingManager.h102 void gatherIDs(SkSTArray<8, uint32_t, true>* idArray) const;
DGrDrawingManager.cpp49 void GrDrawingManager::OpListDAG::gatherIDs(SkSTArray<8, uint32_t, true>* idArray) const { in gatherIDs() function in GrDrawingManager::OpListDAG
247 fDAG.gatherIDs(&fFlushingOpListIDs); in flush()