Lines Matching refs:fOpList
43 auditOp->fOpListID = fOpList.count(); in addOp()
51 fOpList.emplace_back(opNode); in addOp()
59 SkASSERT(index < fOpList.count() && fOpList[index]); in opsCombined()
60 OpNode& consumerOp = *fOpList[index]; in opsCombined()
66 SkASSERT(consumedIndex < fOpList.count() && fOpList[consumedIndex]); in opsCombined()
67 OpNode& consumedOp = *fOpList[consumedIndex]; in opsCombined()
84 fOpList[consumedIndex].reset(nullptr); in opsCombined()
89 SkASSERT(opListID < fOpList.count()); in copyOutFromOpList()
90 const OpNode* bn = fOpList[opListID].get(); in copyOutFromOpList()
131 fOpList.reset(); in fullReset()
155 JsonifyTArray(writer, "Ops", fOpList); in toJson()