• Home
  • Raw
  • Download

Lines Matching refs:GrRenderTargetOpList

39 inline GrRenderTargetOpList::OpChain::List::List(std::unique_ptr<GrOp> op)  in List()
44 inline GrRenderTargetOpList::OpChain::List::List(List&& that) { *this = std::move(that); } in List()
46 inline GrRenderTargetOpList::OpChain::List& GrRenderTargetOpList::OpChain::List::operator=( in operator =()
55 inline std::unique_ptr<GrOp> GrRenderTargetOpList::OpChain::List::popHead() { in popHead()
66 inline std::unique_ptr<GrOp> GrRenderTargetOpList::OpChain::List::removeOp(GrOp* op) { in removeOp()
88 inline void GrRenderTargetOpList::OpChain::List::pushHead(std::unique_ptr<GrOp> op) { in pushHead()
101 inline void GrRenderTargetOpList::OpChain::List::pushTail(std::unique_ptr<GrOp> op) { in pushTail()
107 inline void GrRenderTargetOpList::OpChain::List::validate() const { in validate()
118 GrRenderTargetOpList::OpChain::OpChain(std::unique_ptr<GrOp> op, in OpChain()
131 void GrRenderTargetOpList::OpChain::visitProxies(const GrOp::VisitProxyFunc& func, in visitProxies()
147 void GrRenderTargetOpList::OpChain::deleteOps(GrOpMemoryPool* pool) { in deleteOps()
155 GrRenderTargetOpList::OpChain::List GrRenderTargetOpList::OpChain::DoConcat( in DoConcat()
231 bool GrRenderTargetOpList::OpChain::tryConcat( in tryConcat()
289 bool GrRenderTargetOpList::OpChain::prependChain(OpChain* that, const GrCaps& caps, in prependChain()
313 std::unique_ptr<GrOp> GrRenderTargetOpList::OpChain::appendOp( in appendOp()
336 inline void GrRenderTargetOpList::OpChain::validate() const { in validate()
349 GrRenderTargetOpList::GrRenderTargetOpList(GrResourceProvider* resourceProvider, in GrRenderTargetOpList() function in GrRenderTargetOpList
358 void GrRenderTargetOpList::deleteOps() { in deleteOps()
365 GrRenderTargetOpList::~GrRenderTargetOpList() { in ~GrRenderTargetOpList()
372 void GrRenderTargetOpList::dump(bool printDependencies) const { in dump()
396 void GrRenderTargetOpList::visitProxies_debugOnly(const GrOp::VisitProxyFunc& func) const { in visitProxies_debugOnly()
404 void GrRenderTargetOpList::onPrepare(GrOpFlushState* flushState) { in onPrepare()
459 bool GrRenderTargetOpList::onExecute(GrOpFlushState* flushState) { in onExecute()
521 void GrRenderTargetOpList::endFlush() { in endFlush()
528 void GrRenderTargetOpList::discard() { in discard()
537 void GrRenderTargetOpList::setStencilLoadOp(GrLoadOp op) { in setStencilLoadOp()
541 void GrRenderTargetOpList::setColorLoadOp(GrLoadOp op, const SkPMColor4f& color) { in setColorLoadOp()
546 bool GrRenderTargetOpList::resetForFullscreenClear() { in resetForFullscreenClear()
577 bool GrRenderTargetOpList::copySurface(GrContext* context, in copySurface()
592 void GrRenderTargetOpList::purgeOpsWithUninstantiatedProxies() { in purgeOpsWithUninstantiatedProxies()
609 void GrRenderTargetOpList::gatherProxyIntervals(GrResourceAllocator* alloc) const { in gatherProxyIntervals()
646 void GrRenderTargetOpList::recordOp( in recordOp()
705 void GrRenderTargetOpList::forwardCombine(const GrCaps& caps) { in forwardCombine()