Lines Matching refs:mLastSubmittedQueueSerial
1402 mLastSubmittedQueueSerial = mLastFlushedQueueSerial; in initialize()
3683 ASSERT(QueueSerialsHaveDifferentIndexOrSmaller(mLastSubmittedQueueSerial, in submitCommands()
3691 mLastSubmittedQueueSerial = mLastFlushedQueueSerial; in submitCommands()
3692 mSubmittedResourceUse.setQueueSerial(mLastSubmittedQueueSerial); in submitCommands()
6151 ASSERT(mLastSubmittedQueueSerial == mLastFlushedQueueSerial); in onSurfaceUnMakeCurrent()
7739 mLastFlushedQueueSerial != mLastSubmittedQueueSerial; in flushAndSubmitCommands()
7763 ASSERT(QueueSerialsHaveDifferentIndexOrSmaller(mLastSubmittedQueueSerial, in flushAndSubmitCommands()
7799 if (mLastFlushedQueueSerial == mLastSubmittedQueueSerial) in flushAndSubmitCommands()
7830 ASSERT(mOutsideRenderPassCommands->getQueueSerial() > mLastSubmittedQueueSerial); in flushAndSubmitCommands()
8322 ASSERT(mLastSubmittedQueueSerial.valid()); in onSyncObjectInit()
8336 syncHelper->setQueueSerial(mLastSubmittedQueueSerial); in onSyncObjectInit()