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

/frameworks/native/opengl/tests/swapinterval/
H A Dswapinterval.cpp96 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.cpp120 eglSwapInterval(dpy, 1);
/frameworks/native/libs/gui/tests/
H A DSurfaceTextureGLToGL_test.cpp159 EXPECT_TRUE(eglSwapInterval(mEglDisplay, 0));
204 EXPECT_TRUE(eglSwapInterval(mEglDisplay, 0));
/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/base/tests/HwAccelerationTest/src/com/android/test/hwui/
H A DGLDepthTestActivity.java260 EGL14.eglSwapInterval(display, 0);
/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.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/native/services/surfaceflinger/
H A DDisplayDevice.cpp100 // * In makeCurrent(), using eglSwapInterval. Some EGL drivers set the
280 eglSwapInterval(dpy, 0);
/frameworks/native/opengl/libs/GLES_trace/
H A Dgltrace.proto787 eglSwapInterval = 2028;
/frameworks/base/core/jni/
H A Dandroid_opengl_EGL14.cpp988 /* EGLBoolean eglSwapInterval ( EGLDisplay dpy, EGLint interval ) */
995 _returnValue = eglSwapInterval(
1256 {"eglSwapInterval", "(Landroid/opengl/EGLDisplay;I)Z", (void *) android_eglSwapInterval },
/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 296 milliseconds