Searched refs:mSyncResult (Results 1 – 2 of 2) sorted by relevance
36 , mSyncResult(SyncResult::OK) {} in DrawFrameTask()71 mSyncResult = SyncResult::OK; in drawFrame()75 return mSyncResult; in drawFrame()146 mSyncResult |= SyncResult::LostSurfaceRewardIfFound; in syncFrameState()149 mSyncResult |= SyncResult::ContextIsStopped; in syncFrameState()156 mSyncResult |= SyncResult::UIRedrawRequired; in syncFrameState()160 mSyncResult |= SyncResult::FrameDropped; in syncFrameState()
103 int mSyncResult; variable