Searched refs:eglSwapInterval (Results 1 – 15 of 15) sorted by relevance
/frameworks/native/opengl/tests/swapinterval/ |
D | swapinterval.cpp | 95 eglSwapInterval(dpy, 1); in main()
|
/frameworks/native/opengl/tests/fillrate/ |
D | fillrate.cpp | 119 eglSwapInterval(dpy, 1); in main()
|
/frameworks/native/opengl/tools/glgen/specs/egl/ |
D | EGL14.spec | 22 EGLBoolean eglSwapInterval ( EGLDisplay dpy, EGLint interval )
|
/frameworks/native/opengl/libs/EGL/ |
D | egl_entries.in | 33 EGL_ENTRY(EGLBoolean, eglSwapInterval, EGLDisplay, EGLint)
|
D | eglApi.cpp | 1223 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/ |
D | EGL14.java | 364 public static native boolean eglSwapInterval( in eglSwapInterval() method in EGL14
|
/frameworks/native/opengl/include/EGL/ |
D | egl.h | 294 EGLAPI EGLBoolean EGLAPIENTRY eglSwapInterval(EGLDisplay dpy, EGLint interval);
|
/frameworks/native/services/surfaceflinger/ |
D | DisplayDevice.cpp | 273 eglSwapInterval(dpy, 0); in makeCurrent()
|
/frameworks/native/opengl/libs/GLES_trace/ |
D | gltrace.proto | 597 eglSwapInterval = 2028; enumerator
|
/frameworks/native/libs/gui/tests/ |
D | SurfaceTexture_test.cpp | 1639 EXPECT_TRUE(eglSwapInterval(mEglDisplay, 0)); in TEST_F() 1684 EXPECT_TRUE(eglSwapInterval(mEglDisplay, 0)); in TEST_F()
|
/frameworks/base/core/jni/ |
D | android_opengl_EGL14.cpp | 972 _returnValue = eglSwapInterval( in android_eglSwapInterval()
|
/frameworks/native/opengl/libagl/ |
D | egl.cpp | 1953 EGLBoolean eglSwapInterval(EGLDisplay dpy, EGLint interval) in eglSwapInterval() function
|
/frameworks/native/opengl/libs/GLES_trace/src/ |
D | gltrace.pb.cpp | 1210 const GLMessage_Function GLMessage::eglSwapInterval; member in android::gltrace::GLMessage
|
D | gltrace.pb.h | 1558 static const Function eglSwapInterval = GLMessage_Function_eglSwapInterval; variable
|
/frameworks/base/api/ |
D | current.txt | 15252 method public static boolean eglSwapInterval(android.opengl.EGLDisplay, int);
|