Lines Matching refs:flushState
75 void GrTextureOpList::onPrepare(GrOpFlushState* flushState) { in onPrepare() argument
89 flushState->setOpArgs(&opArgs); in onPrepare()
90 fRecordedOps[i]->prepare(flushState); in onPrepare()
91 flushState->setOpArgs(nullptr); in onPrepare()
96 bool GrTextureOpList::onExecute(GrOpFlushState* flushState) { in onExecute() argument
104 flushState->gpu()->getCommandBuffer(fTarget.get()->peekTexture(), in onExecute()
106 flushState->setCommandBuffer(commandBuffer); in onExecute()
119 flushState->setOpArgs(&opArgs); in onExecute()
120 fRecordedOps[i]->execute(flushState, fRecordedOps[i].get()->bounds()); in onExecute()
121 flushState->setOpArgs(nullptr); in onExecute()
124 flushState->gpu()->submit(commandBuffer); in onExecute()
125 flushState->setCommandBuffer(nullptr); in onExecute()