Lines Matching refs:GrTextureOpList
22 GrTextureOpList::GrTextureOpList(GrResourceProvider* resourceProvider, in GrTextureOpList() function in GrTextureOpList
31 void GrTextureOpList::deleteOp(int index) { in deleteOp()
36 void GrTextureOpList::deleteOps() { in deleteOps()
46 GrTextureOpList::~GrTextureOpList() { in ~GrTextureOpList()
53 void GrTextureOpList::dump(bool printDependencies) const { in dump()
75 void GrTextureOpList::onPrepare(GrOpFlushState* flushState) { in onPrepare()
96 bool GrTextureOpList::onExecute(GrOpFlushState* flushState) { in onExecute()
130 void GrTextureOpList::endFlush() { in endFlush()
139 bool GrTextureOpList::copySurface(GrContext* context, in copySurface()
161 void GrTextureOpList::purgeOpsWithUninstantiatedProxies() { in purgeOpsWithUninstantiatedProxies()
181 void GrTextureOpList::gatherProxyIntervals(GrResourceAllocator* alloc) const { in gatherProxyIntervals()
210 void GrTextureOpList::recordOp(std::unique_ptr<GrOp> op) { in recordOp()