Home
last modified time | relevance | path

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

/device/generic/goldfish-opengl/system/egl/
Degl.cpp259 virtual void setSwapInterval(int interval) = 0;
333 virtual void setSwapInterval(int interval);
412 void egl_window_surface_t::setSwapInterval(int interval) in setSwapInterval() function in egl_window_surface_t
414 nativeWindow->setSwapInterval(nativeWindow, interval); in setSwapInterval()
559 virtual void setSwapInterval(int interval) { (void)interval; } in setSwapInterval() function
1276 draw->setSwapInterval(interval); in eglSwapInterval()
/device/linaro/hikey/gralloc/
Dframebuffer_device.cpp481 dev->setSwapInterval = fb_set_swap_interval; in framebuffer_device_open()
/device/generic/goldfish-opengl/system/gralloc/
Dgralloc.cpp1393 dev->device.setSwapInterval = fb_setSwapInterval; in gralloc_device_open()