Searched defs:eglSwapInterval (Results 1 - 3 of 3) sorted by relevance

/development/tools/emulator/opengl/tests/gles_android_wrapper/
H A Degl_dispatch.h43 eglSwapInterval_t eglSwapInterval; member in struct:egl_dispatch
88 eglSwapInterval_t set_eglSwapInterval(eglSwapInterval_t f) { eglSwapInterval_t retval = eglSwapInterval; eglSwapInterval = f; return retval;}
H A Degl.cpp456 EGLBoolean eglSwapInterval(EGLDisplay dpy, EGLint interval) function
458 return getDispatch()->eglSwapInterval(dpy, interval);
/development/tools/emulator/opengl/system/egl/
H A Degl.cpp835 EGLBoolean eglSwapInterval(EGLDisplay dpy, EGLint interval) function

Completed in 9 milliseconds