Searched refs:opList (Results 1 – 6 of 6) sorted by relevance
30 GrRenderTargetOpList* opList = fRenderTargetContext->getRTOpList(); in setLastClip() local31 opList->fLastClipStackGenID = clipStackGenID; in setLastClip()32 opList->fLastDevClipBounds = devClipBounds; in setLastClip()33 opList->fLastClipNumAnalyticFPs = numClipAnalyticFPs; in setLastClip()40 GrRenderTargetOpList* opList = fRenderTargetContext->getRTOpList(); in mustRenderClip() local41 return opList->fLastClipStackGenID != clipStackGenID || in mustRenderClip()42 !opList->fLastDevClipBounds.contains(devClipBounds) || in mustRenderClip()43 opList->fLastClipNumAnalyticFPs != numClipAnalyticFPs; in mustRenderClip()
643 sk_sp<GrRenderTargetOpList> opList(new GrRenderTargetOpList( in newRTOpList() local647 SkASSERT(rtp->getLastRenderTask() == opList.get()); in newRTOpList()650 fDAG.add(opList); in newRTOpList()653 fActiveOpList = opList.get(); in newRTOpList()658 return opList; in newRTOpList()667 sk_sp<GrTextureOpList> opList(new GrTextureOpList(fContext->priv().refOpMemoryPool(), in newTextureOpList() local671 SkASSERT(textureProxy->getLastRenderTask() == opList.get()); in newTextureOpList()673 fDAG.add(opList); in newTextureOpList()675 fActiveOpList = opList.get(); in newTextureOpList()679 return opList; in newTextureOpList()
304 GrRenderTargetOpList* opList = this->getRTOpList(); in internalClear() local305 if (opList->resetForFullscreenClear(this->canDiscardPreviousOpsOnFullClear()) && in internalClear()308 opList->setColorLoadOp(GrLoadOp::kClear, color); in internalClear()313 opList->setColorLoadOp(GrLoadOp::kDiscard); in internalClear()2350 auto opList = this->getRTOpList(); in addDrawOp() local2352 willAddFn(op.get(), opList->uniqueID()); in addDrawOp()2358 opList->addDrawOp(std::move(op), analysis, std::move(appliedClip), dstProxy, in addDrawOp()
208 GrRenderTargetOpList opList(sk_ref_sp(context->priv().opMemoryPool()), variable224 opList.addOp(std::move(op),228 opList.makeClosed(*context->priv().caps());229 opList.prepare(&flushState);230 opList.execute(&flushState);231 opList.endFlush();
124 TIntermAggregate* opList = node->getStatementList(); in visitSwitch() local126 if(!switchValue || !opList) in visitSwitch()135 TIntermSequence& sequence = opList->getSequence(); in visitSwitch()
2000 TIntermAggregate* opList = node->getStatementList(); in visitSwitch() local2002 if(!switchValue || !opList) in visitSwitch()2011 TIntermSequence& sequence = opList->getSequence(); in visitSwitch()