Searched refs:idArray (Results 1 – 3 of 3) sorted by relevance
83 void GrDDLTask::gatherIDs(SkSTArray<8, uint32_t, true>* idArray) const { in gatherIDs()85 task->gatherIDs(idArray); in gatherIDs()
92 virtual void gatherIDs(SkSTArray<8, uint32_t, true>* idArray) const { in gatherIDs() argument93 idArray->push_back(fUniqueID); in gatherIDs()
46 void gatherIDs(SkSTArray<8, uint32_t, true>* idArray) const override;