Lines Matching refs:fActiveOpList
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()
555 SkASSERT(fActiveOpList == fDAG.back()); in validate()
575 } else if (fActiveOpList) { in newRTOpList()
580 fActiveOpList->makeClosed(*fContext->contextPriv().caps()); in newRTOpList()
581 fActiveOpList = nullptr; in newRTOpList()
597 fActiveOpList = opList.get(); in newRTOpList()
618 } else if (fActiveOpList) { in newTextureOpList()
623 fActiveOpList->makeClosed(*fContext->contextPriv().caps()); in newTextureOpList()
624 fActiveOpList = nullptr; in newTextureOpList()
636 fActiveOpList = opList.get(); in newTextureOpList()