HomeSort by relevance Sort by last modified time
    Searched refs:PAGE_FLIP (Results 1 - 12 of 12) 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;
  /hardware/libhardware/modules/gralloc/
framebuffer.cpp 53 PAGE_FLIP = 0x00000001,
93 // If we can't do the page_flip, just copy the buffer to the front
165 uint32_t flags = PAGE_FLIP;
174 flags &= ~PAGE_FLIP;
180 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;
  /device/linaro/hikey/gralloc960/
framebuffer_device.cpp 45 PAGE_FLIP = 0x00000001,
241 uint32_t flags = PAGE_FLIP;
245 flags &= ~PAGE_FLIP;
253 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 50 PAGE_FLIP = 0x00000001,
231 uint32_t flags = PAGE_FLIP;
236 flags &= ~PAGE_FLIP;
  /hardware/qcom/display/msm8909w_3100/libgralloc/
framebuffer.cpp 50 PAGE_FLIP = 0x00000001,
231 uint32_t flags = PAGE_FLIP;
236 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 45 PAGE_FLIP = 0x00000001,
224 uint32_t flags = PAGE_FLIP;
229 flags &= ~PAGE_FLIP;
  /frameworks/native/opengl/libagl/
egl.cpp 164 PAGE_FLIP = 0x00000001,
    [all...]

Completed in 217 milliseconds