Searched refs:fActiveOpList (Results 1 – 2 of 2) sorted by relevance
229 fActiveOpList = nullptr; in flush()496 fActiveOpList = nullptr; in moveOpListsToDDL()513 if (fActiveOpList) { in copyOpListsFromDDL()518 fActiveOpList->makeClosed(*fContext->contextPriv().caps()); in copyOpListsFromDDL()519 fActiveOpList = nullptr; in copyOpListsFromDDL()540 SkASSERT(!fActiveOpList); in validate()542 if (fActiveOpList) { in validate()544 SkASSERT(!fActiveOpList->isClosed()); in validate()545 SkASSERT(fActiveOpList == fDAG.back()); in validate()549 if (fActiveOpList != fDAG.opList(i)) { in validate()[all …]
169 GrOpList* fActiveOpList = nullptr; variable