/external/skia/src/gpu/ |
D | GrRenderTargetContextPriv.h | 30 GrRenderTargetOpList* opList = fRenderTargetContext->getRTOpList(); in setLastClip() local 40 GrRenderTargetOpList* opList = fRenderTargetContext->getRTOpList(); in mustRenderClip() local
|
D | GrDrawingManager.h | 123 GrOpList* opList(int index) { return fOpLists[index].get(); } in opList() function 124 const GrOpList* opList(int index) const { return fOpLists[index].get(); } in opList() function
|
D | GrDrawingManager.cpp | 75 void GrDrawingManager::OpListDAG::add(sk_sp<GrOpList> opList) { in add() 400 GrOpList* opList = fDAG.opList(i); in executeOpLists() local 640 sk_sp<GrRenderTargetOpList> opList(new GrRenderTargetOpList( in newRTOpList() local 689 sk_sp<GrTextureOpList> opList(new GrTextureOpList(resourceProvider, in newTextureOpList() local
|
D | GrPipeline.cpp | 77 void GrPipeline::addDependenciesTo(GrOpList* opList, const GrCaps& caps) const { in addDependenciesTo()
|
D | GrOpList.cpp | 109 GrOpList* opList = dependedOn->getLastOpList(); in addDependency() local
|
D | GrSurfaceProxy.cpp | 279 void GrSurfaceProxy::setLastOpList(GrOpList* opList) { in setLastOpList()
|
D | GrRenderTargetContext.cpp | 2095 auto opList = this->getRTOpList(); in addDrawOp() local
|
/external/skqp/src/gpu/ |
D | GrRenderTargetContextPriv.h | 30 GrRenderTargetOpList* opList = fRenderTargetContext->getRTOpList(); in setLastClip() local 40 GrRenderTargetOpList* opList = fRenderTargetContext->getRTOpList(); in mustRenderClip() local
|
D | GrDrawingManager.h | 116 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
|
D | GrDrawingManager.cpp | 80 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
|
D | GrPipeline.cpp | 77 void GrPipeline::addDependenciesTo(GrOpList* opList, const GrCaps& caps) const { in addDependenciesTo()
|
D | GrOpList.cpp | 109 GrOpList* opList = dependedOn->getLastOpList(); in addDependency() local
|
D | GrSurfaceProxy.cpp | 282 void GrSurfaceProxy::setLastOpList(GrOpList* opList) { in setLastOpList()
|
D | GrRenderTargetContext.cpp | 1985 auto opList = this->getRTOpList(); in addDrawOp() local
|
/external/swiftshader/src/OpenGL/compiler/ |
D | AnalyzeCallDepth.cpp | 124 TIntermAggregate* opList = node->getStatementList(); in visitSwitch() local
|
D | OutputASM.cpp | 2000 TIntermAggregate* opList = node->getStatementList(); in visitSwitch() local
|
/external/skqp/tests/ |
D | OpChainTest.cpp | 208 GrRenderTargetOpList opList(context->contextPriv().resourceProvider(), variable
|
/external/skia/tests/ |
D | OpChainTest.cpp | 207 GrRenderTargetOpList opList(context->priv().resourceProvider(), variable
|
/external/python/setuptools/setuptools/_vendor/ |
D | pyparsing.py | 4995 def infixNotation( baseExpr, opList, lpar=Suppress('('), rpar=Suppress(')') ): argument
|
/external/python/setuptools/pkg_resources/_vendor/ |
D | pyparsing.py | 4995 def infixNotation( baseExpr, opList, lpar=Suppress('('), rpar=Suppress(')') ): argument
|