HomeSort by relevance Sort by last modified time
    Searched refs:PAGE_FLIP (Results 1 - 6 of 6) 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;
  /hardware/qcom/display/msm8084/libgralloc/
framebuffer.cpp 56 PAGE_FLIP = 0x00000001,
231 uint32_t flags = PAGE_FLIP;
236 flags &= ~PAGE_FLIP;
  /hardware/qcom/display/msm8226/libgralloc/
framebuffer.cpp 56 PAGE_FLIP = 0x00000001,
229 uint32_t flags = PAGE_FLIP;
234 flags &= ~PAGE_FLIP;
  /hardware/qcom/display/msm8960/libgralloc/
framebuffer.cpp 56 PAGE_FLIP = 0x00000001,
225 uint32_t flags = PAGE_FLIP;
230 flags &= ~PAGE_FLIP;
  /hardware/qcom/display/msm8974/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 172 milliseconds