Lines Matching refs:flushState
82 void GrTextureOpList::onPrepare(GrOpFlushState* flushState) { in onPrepare() argument
97 flushState->setOpArgs(&opArgs); in onPrepare()
98 fRecordedOps[i]->prepare(flushState); in onPrepare()
99 flushState->setOpArgs(nullptr); in onPrepare()
104 bool GrTextureOpList::onExecute(GrOpFlushState* flushState) { in onExecute() argument
121 flushState->gpu()->getCommandBuffer(fTarget->peekTexture(), in onExecute()
123 flushState->setCommandBuffer(commandBuffer); in onExecute()
137 flushState->setOpArgs(&opArgs); in onExecute()
138 fRecordedOps[i]->execute(flushState, fRecordedOps[i].get()->bounds()); in onExecute()
139 flushState->setOpArgs(nullptr); in onExecute()
142 flushState->gpu()->submit(commandBuffer); in onExecute()
143 flushState->setCommandBuffer(nullptr); in onExecute()