Searched refs:SYNC_FRAME_DROPPED (Results 1 – 1 of 1) sorted by relevance
117 public static final int SYNC_FRAME_DROPPED = 1 << 3; field in HardwareRenderer122 SYNC_CONTEXT_IS_STOPPED, SYNC_FRAME_DROPPED})392 if (mWaitForPresent && (syncResult & SYNC_FRAME_DROPPED) == 0) { in syncAndDraw()