Searched refs:eglSwapInterval (Results 1 - 13 of 13) 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/base/libs/hwui/debug/
H A Dnullegl.cpp117 EGLBoolean eglSwapInterval(EGLDisplay dpy, EGLint interval) { function
/frameworks/native/opengl/tests/fillrate/
H A Dfillrate.cpp122 eglSwapInterval(dpy, 1);
/frameworks/native/libs/gui/tests/
H A DSurfaceTextureGLToGL_test.cpp166 EXPECT_TRUE(eglSwapInterval(mEglDisplay, 0));
212 EXPECT_TRUE(eglSwapInterval(mEglDisplay, 0));
/frameworks/base/opengl/java/android/opengl/
H A DEGL14.java382 // C function EGLBoolean eglSwapInterval ( EGLDisplay dpy, EGLint interval )
384 public static native boolean eglSwapInterval( method in class:EGL14
/frameworks/base/libs/hwui/renderthread/
H A DEglManager.cpp283 eglSwapInterval(mEglDisplay, 0);
/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/services/surfaceflinger/
H A DDisplayDevice.cpp150 // * In makeCurrent(), using eglSwapInterval. Some EGL drivers set the
373 eglSwapInterval(dpy, 0);
/frameworks/native/opengl/libs/EGL/
H A DeglApi.cpp1357 EGLBoolean eglSwapInterval(EGLDisplay dpy, EGLint interval) function
1366 if (cnx->dso && cnx->egl.eglSwapInterval) {
1367 res = cnx->egl.eglSwapInterval(dp->disp.dpy, interval);
/frameworks/base/core/jni/
H A Dandroid_opengl_EGL14.cpp964 /* EGLBoolean eglSwapInterval ( EGLDisplay dpy, EGLint interval ) */
971 _returnValue = eglSwapInterval(
1232 {"eglSwapInterval", "(Landroid/opengl/EGLDisplay;I)Z", (void *) android_eglSwapInterval },
/frameworks/native/opengl/libagl/
H A Degl.cpp1994 EGLBoolean eglSwapInterval(EGLDisplay dpy, EGLint /*interval*/) function
1998 // TODO: eglSwapInterval()

Completed in 774 milliseconds