Lines Matching refs:GrRenderTargetOpList
27 GrRenderTargetOpList::GrRenderTargetOpList(GrRenderTargetProxy* proxy, in GrRenderTargetOpList() function in GrRenderTargetOpList
35 GrRenderTargetOpList::~GrRenderTargetOpList() { in ~GrRenderTargetOpList()
41 void GrRenderTargetOpList::dump() const { in dump()
60 void GrRenderTargetOpList::visitProxies_debugOnly(const GrOp::VisitProxyFunc& func) const { in visitProxies_debugOnly()
67 void GrRenderTargetOpList::onPrepare(GrOpFlushState* flushState) { in onPrepare()
135 bool GrRenderTargetOpList::onExecute(GrOpFlushState* flushState) { in onExecute()
183 void GrRenderTargetOpList::endFlush() { in endFlush()
190 void GrRenderTargetOpList::discard() { in discard()
199 void GrRenderTargetOpList::fullClear(const GrCaps& caps, GrColor color) { in fullClear()
226 bool GrRenderTargetOpList::copySurface(const GrCaps& caps, in copySurface()
241 void GrRenderTargetOpList::purgeOpsWithUninstantiatedProxies() { in purgeOpsWithUninstantiatedProxies()
258 void GrRenderTargetOpList::gatherProxyIntervals(GrResourceAllocator* alloc) const { in gatherProxyIntervals()
296 bool GrRenderTargetOpList::combineIfPossible(const RecordedOp& a, GrOp* b, in combineIfPossible()
320 void GrRenderTargetOpList::recordOp(std::unique_ptr<GrOp> op, in recordOp()
382 void GrRenderTargetOpList::forwardCombine(const GrCaps& caps) { in forwardCombine()