Searched refs:eglSwapInterval (Results 1 - 14 of 14) sorted by relevance

/frameworks/base/core/jni/
H A Dandroid_view_HardwareRenderer.cpp91 eglSwapInterval(display, 0);
H A Dandroid_opengl_EGL14.cpp962 /* EGLBoolean eglSwapInterval ( EGLDisplay dpy, EGLint interval ) */
969 _returnValue = eglSwapInterval(
1228 {"eglSwapInterval", "(Landroid/opengl/EGLDisplay;I)Z", (void *) android_eglSwapInterval },
/frameworks/native/opengl/tests/swapinterval/
H A Dswapinterval.cpp95 eglSwapInterval(dpy, 1);
/frameworks/native/opengl/tools/glgen/specs/egl/
H A DEGL14.spec22 EGLBoolean eglSwapInterval ( EGLDisplay dpy, EGLint interval )
/frameworks/native/opengl/tests/fillrate/
H A Dfillrate.cpp119 eglSwapInterval(dpy, 1);
/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/libs/GLES_trace/
H A Dgltrace.proto493 eglSwapInterval = 2028;
/frameworks/native/opengl/include/EGL/
H A Degl.h294 EGLAPI EGLBoolean EGLAPIENTRY eglSwapInterval(EGLDisplay dpy, EGLint interval);
/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/rs/driver/
H A DrsdGL.cpp270 eglSwapInterval(dc->gl.egl.display, 0);
/frameworks/native/libs/gui/tests/
H A DSurfaceTexture_test.cpp1552 EXPECT_TRUE(eglSwapInterval(mEglDisplay, 0));
1597 EXPECT_TRUE(eglSwapInterval(mEglDisplay, 0));
/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
/frameworks/native/opengl/libagl/
H A Degl.cpp1947 EGLBoolean eglSwapInterval(EGLDisplay dpy, EGLint interval) function
1951 // TODO: eglSwapInterval()

Completed in 219 milliseconds