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

/frameworks/native/opengl/libs/EGL/
H A DeglApi.cpp995 EGLBoolean eglSwapInterval(EGLDisplay dpy, EGLint interval) function
1004 if (cnx->dso && cnx->egl.eglSwapInterval) {
1005 res = cnx->egl.eglSwapInterval(dp->disp.dpy, interval);
/frameworks/base/opengl/java/android/opengl/
H A DEGL14.java363 // C function EGLBoolean eglSwapInterval ( EGLDisplay dpy, EGLint interval )
365 public static native boolean eglSwapInterval( method in class:EGL14
/frameworks/native/opengl/libagl/
H A Degl.cpp1947 EGLBoolean eglSwapInterval(EGLDisplay dpy, EGLint interval) function
1951 // TODO: eglSwapInterval()
/frameworks/native/opengl/libs/GLES_trace/src/
H A Dgltrace.pb.cpp1002 const GLMessage_Function GLMessage::eglSwapInterval; member in class:android::gltrace::GLMessage
H A Dgltrace.pb.h1335 static const Function eglSwapInterval = GLMessage_Function_eglSwapInterval; member in class:android::gltrace::GLMessage

Completed in 2155 milliseconds