Home
last modified time | relevance | path

Searched refs:fOpList (Results 1 – 12 of 12) sorted by relevance

/external/skia/src/gpu/
DGrTextureContext.cpp25 , 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()
DGrAuditTrail.cpp43 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 …]
DGrTextureContext.h55 sk_sp<GrTextureOpList> fOpList; variable
DGrRenderTargetContext.cpp169 , 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()
DGrRenderTargetContext.h552 sk_sp<GrRenderTargetOpList> fOpList; variable
/external/skqp/src/gpu/
DGrTextureContext.cpp29 , 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()
DGrAuditTrail.cpp43 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 …]
DGrTextureContext.h56 sk_sp<GrTextureOpList> fOpList; variable
DGrRenderTargetContext.cpp172 , 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()
DGrRenderTargetContext.h516 sk_sp<GrRenderTargetOpList> fOpList; variable
/external/skqp/include/private/
DGrAuditTrail.h158 OpList fOpList; variable
/external/skia/include/private/
DGrAuditTrail.h158 OpList fOpList; variable