Searched refs:fLastOpList (Results 1 – 2 of 2) sorted by relevance
67 , fLastOpList(nullptr) { in GrSurfaceProxy()98 , fLastOpList(nullptr) { in GrSurfaceProxy()110 SkASSERT(!fLastOpList); in ~GrSurfaceProxy()284 if (fLastOpList) { in setLastOpList()285 SkASSERT(fLastOpList->isClosed()); in setLastOpList()290 fLastOpList = opList; in setLastOpList()294 return fLastOpList ? fLastOpList->asRenderTargetOpList() : nullptr; in getLastRenderTargetOpList()298 return fLastOpList ? fLastOpList->asTextureOpList() : nullptr; in getLastTextureOpList()
373 GrOpList* getLastOpList() { return fLastOpList; } in getLastOpList()523 GrOpList* fLastOpList; variable