Searched refs:fOpList (Results 1 - 6 of 6) sorted by relevance

/external/skia/src/gpu/
H A DGrTextureContext.cpp27 , fOpList(SkSafeRef(fTextureProxy->getLastTextureOpList())) {
36 if (fOpList && !fOpList->isClosed()) {
37 SkASSERT(fTextureProxy->getLastOpList() == fOpList);
44 SkSafeUnref(fOpList);
63 if (!fOpList || fOpList->isClosed()) {
64 fOpList = this->drawingManager()->newOpList(fTextureProxy.get());
67 return fOpList;
H A DGrAuditTrail.cpp42 auditOp->fOpListID = fOpList.count();
50 fOpList.emplace_back(opNode);
58 SkASSERT(index < fOpList.count() && fOpList[index]);
59 OpNode& consumerOp = *fOpList[index];
65 SkASSERT(consumedIndex < fOpList.count() && fOpList[consumedIndex]);
66 OpNode& consumedOp = *fOpList[consumedIndex];
83 fOpList[consumedIndex].reset(nullptr);
88 SkASSERT(opListID < fOpList
[all...]
H A DGrTextureContext.h61 GrTextureOpList* fOpList; member in class:GrTextureContext
H A DGrRenderTargetContext.cpp82 , fOpList(SkSafeRef(fRenderTargetProxy->getLastRenderTargetOpList()))
99 if (fOpList && !fOpList->isClosed()) {
100 SkASSERT(fRenderTargetProxy->getLastOpList() == fOpList);
107 SkSafeUnref(fOpList);
126 if (!fOpList || fOpList->isClosed()) {
127 fOpList = this->drawingManager()->newOpList(fRenderTargetProxy.get());
130 return fOpList;
H A DGrRenderTargetContext.h496 GrRenderTargetOpList* fOpList; member in class:GrRenderTargetContext
/external/skia/include/private/
H A DGrAuditTrail.h156 OpList fOpList; member in class:GrAuditTrail

Completed in 162 milliseconds