Searched refs:mLastSubmittedQueueSerial (Results 1 – 4 of 4) sorted by relevance
336 return mLastFlushedQueueSerial != mLastSubmittedQueueSerial;402 QueueSerial mLastSubmittedQueueSerial;
209 mLastSubmittedQueueSerial = mLastFlushedQueueSerial; in init()1436 lastSubmittedQueueSerial = mLastSubmittedQueueSerial; in flush()2012 mLastSubmittedQueueSerial = mLastFlushedQueueSerial; in submitCommands()2049 ANGLE_TRY(finishQueueSerialInternal(mLastSubmittedQueueSerial)); in submitEmptyCommand()2166 ANGLE_TRY(SetEventsWithQueueSerialToState(commandsState.events, mLastSubmittedQueueSerial, in flushInternal()2178 return finishQueueSerialInternal(mLastSubmittedQueueSerial); in finishInternal()
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()[all …]
838 const QueueSerial &getLastSubmittedQueueSerial() const { return mLastSubmittedQueueSerial; } in getLastSubmittedQueueSerial()1596 QueueSerial mLastSubmittedQueueSerial; variable