Searched defs:TopoSortTraits (Results 1 – 2 of 2) sorted by relevance
148 struct TopoSortTraits { struct149 static void Output(GrOpList* opList, int /* index */) { in Output()152 static bool WasOutput(const GrOpList* opList) { in WasOutput()155 static void SetTempMark(GrOpList* opList) { in SetTempMark()158 static void ResetTempMark(GrOpList* opList) { in ResetTempMark()161 static bool IsTempMarked(const GrOpList* opList) { in IsTempMarked()164 static int NumDependencies(const GrOpList* opList) { in NumDependencies()167 static GrOpList* Dependency(GrOpList* opList, int index) { in Dependency()
229 struct TopoSortTraits { struct230 static uint32_t GetIndex(GrRenderTask* renderTask) { in GetIndex()233 static void Output(GrRenderTask* renderTask, uint32_t index) { in Output()237 static bool WasOutput(const GrRenderTask* renderTask) { in WasOutput()240 static void SetTempMark(GrRenderTask* renderTask) { in SetTempMark()243 static void ResetTempMark(GrRenderTask* renderTask) { in ResetTempMark()246 static bool IsTempMarked(const GrRenderTask* renderTask) { in IsTempMarked()249 static int NumDependencies(const GrRenderTask* renderTask) { in NumDependencies()252 static GrRenderTask* Dependency(GrRenderTask* renderTask, int index) { in Dependency()