Home
last modified time | relevance | path

Searched refs:eglSwapInterval (Results 1 – 5 of 5) sorted by relevance

/device/generic/goldfish/opengl/system/egl/
Degl_ftable.h41 {"eglSwapInterval", (void *)eglSwapInterval},
Degl.cpp886 EGLBoolean eglSwapInterval(EGLDisplay dpy, EGLint interval) in eglSwapInterval() function
/device/generic/goldfish/opengl/tests/gles_android_wrapper/
Degl_ftable.h41 {"eglSwapInterval", (void *)eglSwapInterval},
Degl_dispatch.h43 eglSwapInterval_t eglSwapInterval; member
88 …pInterval(eglSwapInterval_t f) { eglSwapInterval_t retval = eglSwapInterval; eglSwapInterval = f; … in set_eglSwapInterval()
Degl.cpp456 EGLBoolean eglSwapInterval(EGLDisplay dpy, EGLint interval) in eglSwapInterval() function
458 return getDispatch()->eglSwapInterval(dpy, interval); in eglSwapInterval()