Searched defs:opList (Results 1 – 13 of 13) sorted by relevance
30 GrRenderTargetOpList* opList = fRenderTargetContext->getRTOpList(); in setLastClip() local40 GrRenderTargetOpList* opList = fRenderTargetContext->getRTOpList(); in mustRenderClip() local
116 GrOpList* opList(int index) { return fOpLists[index].get(); } in opList() function117 const GrOpList* opList(int index) const { return fOpLists[index].get(); } in opList() function
80 void GrDrawingManager::OpListDAG::add(sk_sp<GrOpList> opList) { in add()375 GrOpList* opList = fDAG.opList(i); in executeOpLists() local586 sk_sp<GrRenderTargetOpList> opList(new GrRenderTargetOpList( in newRTOpList() local627 sk_sp<GrTextureOpList> opList(new GrTextureOpList(fContext->contextPriv().resourceProvider(), in newTextureOpList() local
77 void GrPipeline::addDependenciesTo(GrOpList* opList, const GrCaps& caps) const { in addDependenciesTo()
109 GrOpList* opList = dependedOn->getLastOpList(); in addDependency() local
282 void GrSurfaceProxy::setLastOpList(GrOpList* opList) { in setLastOpList()
1985 auto opList = this->getRTOpList(); in addDrawOp() local
124 TIntermAggregate* opList = node->getStatementList(); in visitSwitch() local
2000 TIntermAggregate* opList = node->getStatementList(); in visitSwitch() local
208 GrRenderTargetOpList opList(context->contextPriv().resourceProvider(), variable
441 auto &opList = unwrap(block)->getOperations(); in mlirBlockInsertOwnedOperation() local
4995 def infixNotation( baseExpr, opList, lpar=Suppress('('), rpar=Suppress(')') ): argument