Home
last modified time | relevance | path

Searched refs:setSwapInterval (Results 1 – 8 of 8) sorted by relevance

/device/generic/opengl-transport/host/libs/virglrenderer/include/system/
Dwindow.h45 int (*setSwapInterval)(ANativeWindow*, int); member
/device/google/cuttlefish_common/guest/hals/gralloc/legacy/
Dframebuffer.cpp132 dev->device.setSwapInterval = fb_setSwapInterval; in fb_device_open()
/device/generic/goldfish-opengl/system/egl/
Degl.cpp283 virtual void setSwapInterval(int interval) = 0;
363 virtual void setSwapInterval(int interval);
449 void egl_window_surface_t::setSwapInterval(int interval) in setSwapInterval() function in egl_window_surface_t
451 nativeWindow->setSwapInterval(nativeWindow, interval); in setSwapInterval()
598 virtual void setSwapInterval(int interval) { (void)interval; } in setSwapInterval() function
1468 draw->setSwapInterval(interval); in eglSwapInterval()
/device/generic/opengl-transport/host/libs/virglrenderer/
DRenderControl.cpp85 static int setSwapInterval(ANativeWindow*, int) { in setSwapInterval() function
156 this->setSwapInterval = ::setSwapInterval; in FakeANativeWindow()
/device/generic/goldfish/gralloc/
Dframebuffer.cpp332 dev->device.setSwapInterval = fb_setSwapInterval;
/device/linaro/hikey/gralloc/
Dframebuffer_device.cpp483 dev->setSwapInterval = fb_set_swap_interval; in framebuffer_device_open()
/device/linaro/hikey/gralloc960/
Dframebuffer_device.cpp625 dev->setSwapInterval = fb_set_swap_interval; in framebuffer_device_open()
/device/generic/goldfish-opengl/system/gralloc/
Dgralloc.cpp1497 dev->device.setSwapInterval = fb_setSwapInterval; in gralloc_device_open()