Home
last modified time | relevance | path

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

/third_party/flutter/skia/src/gpu/
DGrRenderTargetContextPriv.h30 GrRenderTargetOpList* opList = fRenderTargetContext->getRTOpList(); in setLastClip() local
40 GrRenderTargetOpList* opList = fRenderTargetContext->getRTOpList(); in mustRenderClip() local
DGrDrawingManager.cpp643 sk_sp<GrRenderTargetOpList> opList(new GrRenderTargetOpList( in newRTOpList() local
667 sk_sp<GrTextureOpList> opList(new GrTextureOpList(fContext->priv().refOpMemoryPool(), in newTextureOpList() local
DGrRenderTargetContext.cpp304 GrRenderTargetOpList* opList = this->getRTOpList(); in internalClear() local
2346 auto opList = this->getRTOpList(); in addDrawOp() local
/third_party/skia/third_party/externals/swiftshader/src/OpenGL/compiler/
DAnalyzeCallDepth.cpp124 TIntermAggregate* opList = node->getStatementList(); in visitSwitch() local
DOutputASM.cpp2000 TIntermAggregate* opList = node->getStatementList(); in visitSwitch() local
/third_party/flutter/skia/tests/
DOpChainTest.cpp208 GrRenderTargetOpList opList(sk_ref_sp(context->priv().opMemoryPool()), variable