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.cpp112 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/tests/HwAccelerationTest/src/com/android/test/hwui/
H A DGLDepthTestActivity.java260 EGL14.eglSwapInterval(display, 0);
/frameworks/native/opengl/include/EGL/
H A Degl.h166 EGLAPI EGLBoolean EGLAPIENTRY eglSwapInterval (EGLDisplay dpy, EGLint interval);
/frameworks/base/libs/hwui/renderthread/
H A DEglManager.cpp386 eglSwapInterval(mEglDisplay, 0);
/frameworks/native/services/surfaceflinger/RenderEngine/
H A DRenderEngine.cpp207 eglSwapInterval(mEGLDisplay, 0);
/frameworks/native/opengl/libs/EGL/
H A DeglApi.cpp1591 EGLBoolean eglSwapInterval(EGLDisplay dpy, EGLint interval) function
1600 if (cnx->dso && cnx->egl.eglSwapInterval) {
1601 res = cnx->egl.eglSwapInterval(dp->disp.dpy, interval);
/frameworks/base/core/jni/
H A Dandroid_opengl_EGL14.cpp963 /* EGLBoolean eglSwapInterval ( EGLDisplay dpy, EGLint interval ) */
970 _returnValue = eglSwapInterval(
1231 {"eglSwapInterval", "(Landroid/opengl/EGLDisplay;I)Z", (void *) android_eglSwapInterval },
/frameworks/native/opengl/libagl/
H A Degl.cpp2013 EGLBoolean eglSwapInterval(EGLDisplay dpy, EGLint /*interval*/) function
2017 // TODO: eglSwapInterval()

Completed in 849 milliseconds