HomeSort by relevance Sort by last modified time
    Searched defs:PAGE_FLIP (Results 1 - 3 of 3) sorted by null

  /device/generic/goldfish/gralloc/
framebuffer.cpp 53 PAGE_FLIP = 0x00000001,
111 // If we can't do the page_flip, just copy the buffer to the front
183 uint32_t flags = PAGE_FLIP;
192 flags &= ~PAGE_FLIP;
198 flags &= ~PAGE_FLIP;
  /device/linaro/hikey/gralloc/
framebuffer_device.cpp 48 PAGE_FLIP = 0x00000001,
270 uint32_t flags = PAGE_FLIP;
275 flags &= ~PAGE_FLIP;
283 flags &= ~PAGE_FLIP;
  /device/linaro/hikey/gralloc960/
framebuffer_device.cpp 54 PAGE_FLIP = 0x00000001,
253 uint32_t flags = PAGE_FLIP;
258 flags &= ~PAGE_FLIP;
266 flags &= ~PAGE_FLIP;

Completed in 734 milliseconds