Searched defs:eglSwapInterval (Results 1 - 5 of 5) sorted by last modified time

/frameworks/native/opengl/libagl/
H A Degl.cpp1953 EGLBoolean eglSwapInterval(EGLDisplay dpy, EGLint interval) function
1957 // TODO: eglSwapInterval()
/frameworks/native/opengl/libs/EGL/
H A DeglApi.cpp1223 EGLBoolean eglSwapInterval(EGLDisplay dpy, EGLint interval) function
1232 if (cnx->dso && cnx->egl.eglSwapInterval) {
1233 res = cnx->egl.eglSwapInterval(dp->disp.dpy, interval);
/frameworks/native/opengl/libs/GLES_trace/src/
H A Dgltrace.pb.cpp1210 const GLMessage_Function GLMessage::eglSwapInterval; member in class:android::gltrace::GLMessage
H A Dgltrace.pb.h1558 static const Function eglSwapInterval = GLMessage_Function_eglSwapInterval; member in class:android::gltrace::GLMessage
/frameworks/base/opengl/java/android/opengl/
H A DEGL14.java362 // C function EGLBoolean eglSwapInterval ( EGLDisplay dpy, EGLint interval )
364 public static native boolean eglSwapInterval( method in class:EGL14

Completed in 177 milliseconds