Searched refs:SWAP_POSTED (Results 1 – 2 of 2) sorted by relevance
221 DCHECK_NE(swap_state_, SWAP_POSTED); in Draw()367 DCHECK_EQ(swap_state_, SWAP_POSTED); in DidCompleteSwapBuffers()385 swap_state_ = SWAP_POSTED; in DidPostSwapBuffers()390 if (swap_state_ == SWAP_POSTED) { in DidAbortSwapBuffers()
313 enum SwapState { SWAP_NONE, SWAP_POSTED, SWAP_COMPLETED }; in NON_EXPORTED_BASE() enumerator