Searched refs:mSyncResult (Results 1 – 2 of 2) sorted by relevance
91 , mSyncResult(SyncResult::OK) {} in DrawFrameTask()128 mSyncResult = SyncResult::OK; in drawFrame()132 return mSyncResult; in drawFrame()241 mSyncResult |= SyncResult::LostSurfaceRewardIfFound; in syncFrameState()244 mSyncResult |= SyncResult::ContextIsStopped; in syncFrameState()251 mSyncResult |= SyncResult::UIRedrawRequired; in syncFrameState()255 mSyncResult |= SyncResult::FrameDropped; in syncFrameState()
120 int mSyncResult; variable