Home
last modified time | relevance | path

Searched refs:sortingOpLists (Results 1 – 2 of 2) sorted by relevance

/external/skqp/src/gpu/
DGrDrawingManager.cpp539 if (fDAG.sortingOpLists() && fReduceOpListSplitting) { in validate()
566 if (fDAG.sortingOpLists() && fReduceOpListSplitting) { in newRTOpList()
596 if (!fDAG.sortingOpLists() || !fReduceOpListSplitting) { in newRTOpList()
609 if (fDAG.sortingOpLists() && fReduceOpListSplitting) { in newTextureOpList()
635 if (!fDAG.sortingOpLists() || !fReduceOpListSplitting) { in newTextureOpList()
DGrDrawingManager.h127 bool sortingOpLists() const { return fSortOpLists; } in sortingOpLists() function