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

  /hardware/libhardware/modules/gralloc/
framebuffer.cpp 57 PAGE_FLIP = 0x00000001,
115 // If we can't do the page_flip, just copy the buffer to the front
187 uint32_t flags = PAGE_FLIP;
196 flags &= ~PAGE_FLIP;
202 flags &= ~PAGE_FLIP;
  /device/linaro/hikey/gralloc/
framebuffer_device.cpp 47 PAGE_FLIP = 0x00000001,
272 uint32_t flags = PAGE_FLIP;
277 flags &= ~PAGE_FLIP;
285 flags &= ~PAGE_FLIP;
  /hardware/qcom/display/msm8084/libgralloc/
framebuffer.cpp 56 PAGE_FLIP = 0x00000001,
233 uint32_t flags = PAGE_FLIP;
238 flags &= ~PAGE_FLIP;
  /hardware/qcom/display/msm8226/libgralloc/
framebuffer.cpp 56 PAGE_FLIP = 0x00000001,
234 uint32_t flags = PAGE_FLIP;
239 flags &= ~PAGE_FLIP;
  /hardware/qcom/display/msm8909/libgralloc/
framebuffer.cpp 48 PAGE_FLIP = 0x00000001,
229 uint32_t flags = PAGE_FLIP;
234 flags &= ~PAGE_FLIP;
  /hardware/qcom/display/msm8960/libgralloc/
framebuffer.cpp 56 PAGE_FLIP = 0x00000001,
226 uint32_t flags = PAGE_FLIP;
231 flags &= ~PAGE_FLIP;
  /hardware/qcom/display/msm8994/libgralloc/
framebuffer.cpp 56 PAGE_FLIP = 0x00000001,
237 uint32_t flags = PAGE_FLIP;
242 flags &= ~PAGE_FLIP;
  /hardware/qcom/display/msm8996/libgralloc/
framebuffer.cpp 48 PAGE_FLIP = 0x00000001,
227 uint32_t flags = PAGE_FLIP;
232 flags &= ~PAGE_FLIP;
  /hardware/qcom/display/msm8998/libgralloc/
framebuffer.cpp 50 PAGE_FLIP = 0x00000001,
231 uint32_t flags = PAGE_FLIP;
236 flags &= ~PAGE_FLIP;
  /frameworks/native/opengl/libagl/
egl.cpp 144 PAGE_FLIP = 0x00000001,
    [all...]

Completed in 629 milliseconds