Lines Matching refs:flushState
404 void GrRenderTargetOpList::onPrepare(GrOpFlushState* flushState) { in onPrepare() argument
423 flushState->setOpArgs(&opArgs); in onPrepare()
424 chain.head()->prepare(flushState); in onPrepare()
425 flushState->setOpArgs(nullptr); in onPrepare()
459 bool GrRenderTargetOpList::onExecute(GrOpFlushState* flushState) { in onExecute() argument
479 !flushState->gpu()->caps()->performColorClearsAsDraws()); in onExecute()
481 !flushState->gpu()->caps()->performStencilClearsAsDraws()); in onExecute()
483 flushState->gpu(), in onExecute()
490 flushState->setCommandBuffer(commandBuffer); in onExecute()
509 flushState->setOpArgs(&opArgs); in onExecute()
510 chain.head()->execute(flushState, chain.bounds()); in onExecute()
511 flushState->setOpArgs(nullptr); in onExecute()
515 flushState->gpu()->submit(commandBuffer); in onExecute()
516 flushState->setCommandBuffer(nullptr); in onExecute()