Searched refs:fOpList (Results 1 – 12 of 12) sorted by relevance
25 , fOpList(sk_ref_sp(fTextureProxy->getLastTextureOpList())) { in GrTextureContext()34 if (fOpList && !fOpList->isClosed()) { in validate()35 SkASSERT(fTextureProxy->getLastOpList() == fOpList.get()); in validate()60 if (!fOpList || fOpList->isClosed()) { in getOpList()61 fOpList = this->drawingManager()->newTextureOpList(fTextureProxy.get()); in getOpList()64 return fOpList.get(); in getOpList()
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()[all …]
55 sk_sp<GrTextureOpList> fOpList; variable
169 , fOpList(sk_ref_sp(fRenderTargetProxy->getLastRenderTargetOpList())) in GrRenderTargetContext()188 if (fOpList && !fOpList->isClosed()) { in validate()189 SkASSERT(fRenderTargetProxy->getLastOpList() == fOpList.get()); in validate()221 if (!fOpList || fOpList->isClosed()) { in getRTOpList()222 fOpList = this->drawingManager()->newRTOpList(fRenderTargetProxy.get(), fManagedOpList); in getRTOpList()225 return fOpList.get(); in getRTOpList()
552 sk_sp<GrRenderTargetOpList> fOpList; variable
29 , fOpList(sk_ref_sp(fTextureProxy->getLastTextureOpList())) { in GrTextureContext()38 if (fOpList && !fOpList->isClosed()) { in validate()39 SkASSERT(fTextureProxy->getLastOpList() == fOpList.get()); in validate()64 if (!fOpList || fOpList->isClosed()) { in getOpList()65 fOpList = this->drawingManager()->newTextureOpList(fTextureProxy.get()); in getOpList()68 return fOpList.get(); in getOpList()
56 sk_sp<GrTextureOpList> fOpList; variable
172 , fOpList(sk_ref_sp(fRenderTargetProxy->getLastRenderTargetOpList())) in GrRenderTargetContext()192 if (fOpList && !fOpList->isClosed()) { in validate()193 SkASSERT(fRenderTargetProxy->getLastOpList() == fOpList.get()); in validate()225 if (!fOpList || fOpList->isClosed()) { in getRTOpList()226 fOpList = this->drawingManager()->newRTOpList(fRenderTargetProxy.get(), fManagedOpList); in getRTOpList()229 return fOpList.get(); in getRTOpList()
516 sk_sp<GrRenderTargetOpList> fOpList; variable
158 OpList fOpList; variable