Lines Matching refs:GrOpList
18 uint32_t GrOpList::CreateUniqueID() { in CreateUniqueID()
27 GrOpList::GrOpList(GrResourceProvider* resourceProvider, sk_sp<GrOpMemoryPool> opMemoryPool, in GrOpList() function in GrOpList
50 GrOpList::~GrOpList() { in ~GrOpList()
57 bool GrOpList::instantiate(GrResourceProvider* resourceProvider) { in instantiate()
61 void GrOpList::endFlush() { in endFlush()
71 void GrOpList::instantiateDeferredProxies(GrResourceProvider* resourceProvider) { in instantiateDeferredProxies()
81 void GrOpList::prepare(GrOpFlushState* flushState) { in prepare()
90 void GrOpList::addDependency(GrOpList* dependedOn) { in addDependency()
104 void GrOpList::addDependency(GrSurfaceProxy* dependedOn, const GrCaps& caps) { in addDependency()
109 GrOpList* opList = dependedOn->getLastOpList(); in addDependency()
129 bool GrOpList::dependsOn(const GrOpList* dependedOn) const { in dependsOn()
140 void GrOpList::addDependent(GrOpList* dependent) { in addDependent()
145 bool GrOpList::isDependedent(const GrOpList* dependent) const { in isDependedent()
155 void GrOpList::validate() const { in validate()
164 bool GrOpList::isInstantiated() const { return fTarget.get()->isInstantiated(); } in isInstantiated()
166 void GrOpList::closeThoseWhoDependOnMe(const GrCaps& caps) { in closeThoseWhoDependOnMe()
174 bool GrOpList::isFullyInstantiated() const { in isFullyInstantiated()
205 void GrOpList::dump(bool printDependencies) const { in dump()