Home
last modified time | relevance | path

Searched refs:SWAP_POSTED (Results 1 – 2 of 2) sorted by relevance

/external/chromium_org/ui/compositor/
Dcompositor.cc221 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()
Dcompositor.h313 enum SwapState { SWAP_NONE, SWAP_POSTED, SWAP_COMPLETED }; in NON_EXPORTED_BASE() enumerator