Home
last modified time | relevance | path

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

/external/angle/src/libGLESv2/
Dentry_points_egl_autogen.h89 ANGLE_EXPORT EGLBoolean EGLAPIENTRY EGL_SwapInterval(EGLDisplay dpy, EGLint interval);
DlibGLESv2_no_capture_autogen.def1032 EGL_SwapInterval
DlibGLESv2_with_capture_autogen.def1032 EGL_SwapInterval
DlibGLESv2_autogen.def1032 EGL_SwapInterval
Dproc_table_egl_autogen.cpp125 {"eglSwapInterval", P(EGL_SwapInterval)},
Dentry_points_egl_autogen.cpp508 EGLBoolean EGLAPIENTRY EGL_SwapInterval(EGLDisplay dpy, EGLint interval) in EGL_SwapInterval() function
/external/angle/src/libEGL/
Degl_loader_autogen.h45 #define EGL_SwapInterval l_EGL_SwapInterval macro
DlibEGL_autogen.cpp266 return EGL_SwapInterval(dpy, interval); in eglSwapInterval()