Home
last modified time | relevance | path

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

/device/generic/goldfish-opengl/system/egl/
Degl_ftable.h41 {"eglSwapInterval", (void *)eglSwapInterval},
Degl.cpp1263 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.cpp420 EGLBoolean eglSwapInterval(EGLDisplay dpy, EGLint interval) in eglSwapInterval() function
422 return getDispatch()->eglSwapInterval(dpy, interval); in eglSwapInterval()
/device/generic/goldfish-opengl/system/include/EGL/
Degl.h294 EGLAPI EGLBoolean EGLAPIENTRY eglSwapInterval(EGLDisplay dpy, EGLint interval);