Home
last modified time | relevance | path

Searched defs:opList (Results 1 – 13 of 13) sorted by relevance

/external/skqp/src/gpu/
DGrRenderTargetContextPriv.h30 GrRenderTargetOpList* opList = fRenderTargetContext->getRTOpList(); in setLastClip() local
40 GrRenderTargetOpList* opList = fRenderTargetContext->getRTOpList(); in mustRenderClip() local
DGrDrawingManager.h116 GrOpList* opList(int index) { return fOpLists[index].get(); } in opList() function
117 const GrOpList* opList(int index) const { return fOpLists[index].get(); } in opList() function
DGrDrawingManager.cpp80 void GrDrawingManager::OpListDAG::add(sk_sp<GrOpList> opList) { in add()
375 GrOpList* opList = fDAG.opList(i); in executeOpLists() local
586 sk_sp<GrRenderTargetOpList> opList(new GrRenderTargetOpList( in newRTOpList() local
627 sk_sp<GrTextureOpList> opList(new GrTextureOpList(fContext->contextPriv().resourceProvider(), in newTextureOpList() local
DGrPipeline.cpp77 void GrPipeline::addDependenciesTo(GrOpList* opList, const GrCaps& caps) const { in addDependenciesTo()
DGrOpList.cpp109 GrOpList* opList = dependedOn->getLastOpList(); in addDependency() local
DGrSurfaceProxy.cpp282 void GrSurfaceProxy::setLastOpList(GrOpList* opList) { in setLastOpList()
DGrRenderTargetContext.cpp1985 auto opList = this->getRTOpList(); in addDrawOp() local
/external/swiftshader/src/OpenGL/compiler/
DAnalyzeCallDepth.cpp124 TIntermAggregate* opList = node->getStatementList(); in visitSwitch() local
DOutputASM.cpp2000 TIntermAggregate* opList = node->getStatementList(); in visitSwitch() local
/external/skqp/tests/
DOpChainTest.cpp208 GrRenderTargetOpList opList(context->contextPriv().resourceProvider(), variable
/external/llvm-project/mlir/lib/CAPI/IR/
DIR.cpp441 auto &opList = unwrap(block)->getOperations(); in mlirBlockInsertOwnedOperation() local
/external/python/setuptools/setuptools/_vendor/
Dpyparsing.py4995 def infixNotation( baseExpr, opList, lpar=Suppress('('), rpar=Suppress(')') ): argument
/external/python/setuptools/pkg_resources/_vendor/
Dpyparsing.py4995 def infixNotation( baseExpr, opList, lpar=Suppress('('), rpar=Suppress(')') ): argument