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

  /external/chromium_org/ui/gfx/ozone/dri/
dri_wrapper.h 60 // Schedules a pageflip for CRTC |crtc_id|. This function will return
61 // immediately. Upon completion of the pageflip event, the CRTC will be
64 // will receive when processing the pageflip event.
65 virtual bool PageFlip(uint32_t crtc_id, uint32_t framebuffer, void* data);
dri_wrapper.cc 75 bool DriWrapper::PageFlip(uint32_t crtc_id,
hardware_display_controller.cc 108 if (!drm_->PageFlip(crtc_id_,
dri_surface_unittest.cc 55 virtual bool PageFlip(uint32_t crtc_id,
dri_surface_factory_unittest.cc 74 virtual bool PageFlip(uint32_t crtc_id,
hardware_display_controller_unittest.cc 82 virtual bool PageFlip(uint32_t crtc_id,

Completed in 217 milliseconds