HomeSort by relevance Sort by last modified time
    Searched refs:handle_page_flip (Results 1 - 7 of 7) sorted by null

  /external/libkmsxx/kms++/inc/kms++/
pagefliphandler.h 9 virtual void handle_page_flip(uint32_t frame, double time) = 0;
  /external/libkmsxx/py/tests/
db.py 21 def handle_page_flip(self, frame, time): member in class:FlipHandler
74 fliphandler.handle_page_flip(0, 0)
80 fliphandler.handle_page_flip(ev.seq, ev.time)
sync.py 103 def handle_page_flip(self, frame, time): member in class:FlipHandler
210 flip_handler.handle_page_flip(ev.seq, ev.time)
  /external/libkmsxx/utils/
wbcap.cpp 141 void handle_page_flip(uint32_t frame, double time) function in class:WBFlipState
185 void handle_page_flip(uint32_t frame, double time) function in class:BarFlipState
kmstest.cpp 911 void handle_page_flip(uint32_t frame, double time) function in class:FlipState
  /external/libkmsxx/kms++/src/
card.cpp 216 handler->handle_page_flip(frame, time);
  /external/libkmsxx/kmscube/
cube-gbm.cpp 236 void handle_page_flip(uint32_t frame, double time) function in class:OutputHandler

Completed in 268 milliseconds