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

  /hardware/libhardware/modules/gralloc/
framebuffer.cpp 50 PAGE_FLIP = 0x00000001,
108 // If we can't do the page_flip, just copy the buffer to the front
180 uint32_t flags = PAGE_FLIP;
183 flags &= ~PAGE_FLIP;
190 flags &= ~PAGE_FLIP;
  /hardware/msm7k/libgralloc/
framebuffer.cpp 49 PAGE_FLIP = 0x00000001,
111 // If we can't do the page_flip, just copy the buffer to the front
201 uint32_t flags = PAGE_FLIP;
204 flags &= ~PAGE_FLIP;
211 flags &= ~PAGE_FLIP;
  /hardware/msm7k/libgralloc-qsd8k/
framebuffer.cpp 52 PAGE_FLIP = 0x00000001,
237 uint32_t flags = PAGE_FLIP;
240 flags &= ~PAGE_FLIP;
247 flags &= ~PAGE_FLIP;
  /hardware/qcom/display/libgralloc/
framebuffer.cpp 56 PAGE_FLIP = 0x00000001,
225 uint32_t flags = PAGE_FLIP;
230 flags &= ~PAGE_FLIP;
  /frameworks/native/opengl/libagl/
egl.cpp 142 PAGE_FLIP = 0x00000001,
    [all...]

Completed in 6480 milliseconds