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

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

Completed in 218 milliseconds