Home
last modified time | relevance | path

Searched refs:eglSwapInterval (Results 1 – 15 of 15) sorted by relevance

/frameworks/native/opengl/tests/swapinterval/
Dswapinterval.cpp95 eglSwapInterval(dpy, 1); in main()
/frameworks/native/opengl/tests/fillrate/
Dfillrate.cpp119 eglSwapInterval(dpy, 1); in main()
/frameworks/native/opengl/tools/glgen/specs/egl/
DEGL14.spec22 EGLBoolean eglSwapInterval ( EGLDisplay dpy, EGLint interval )
/frameworks/native/opengl/libs/EGL/
Degl_entries.in33 EGL_ENTRY(EGLBoolean, eglSwapInterval, EGLDisplay, EGLint)
DeglApi.cpp1223 EGLBoolean eglSwapInterval(EGLDisplay dpy, EGLint interval) in eglSwapInterval() function
1232 if (cnx->dso && cnx->egl.eglSwapInterval) { in eglSwapInterval()
1233 res = cnx->egl.eglSwapInterval(dp->disp.dpy, interval); in eglSwapInterval()
/frameworks/base/opengl/java/android/opengl/
DEGL14.java364 public static native boolean eglSwapInterval( in eglSwapInterval() method in EGL14
/frameworks/native/opengl/include/EGL/
Degl.h294 EGLAPI EGLBoolean EGLAPIENTRY eglSwapInterval(EGLDisplay dpy, EGLint interval);
/frameworks/native/services/surfaceflinger/
DDisplayDevice.cpp273 eglSwapInterval(dpy, 0); in makeCurrent()
/frameworks/native/opengl/libs/GLES_trace/
Dgltrace.proto597 eglSwapInterval = 2028; enumerator
/frameworks/native/libs/gui/tests/
DSurfaceTexture_test.cpp1639 EXPECT_TRUE(eglSwapInterval(mEglDisplay, 0)); in TEST_F()
1684 EXPECT_TRUE(eglSwapInterval(mEglDisplay, 0)); in TEST_F()
/frameworks/base/core/jni/
Dandroid_opengl_EGL14.cpp972 _returnValue = eglSwapInterval( in android_eglSwapInterval()
/frameworks/native/opengl/libagl/
Degl.cpp1953 EGLBoolean eglSwapInterval(EGLDisplay dpy, EGLint interval) in eglSwapInterval() function
/frameworks/native/opengl/libs/GLES_trace/src/
Dgltrace.pb.cpp1210 const GLMessage_Function GLMessage::eglSwapInterval; member in android::gltrace::GLMessage
Dgltrace.pb.h1558 static const Function eglSwapInterval = GLMessage_Function_eglSwapInterval; variable
/frameworks/base/api/
Dcurrent.txt15252 method public static boolean eglSwapInterval(android.opengl.EGLDisplay, int);