/frameworks/libs/native_bridge_support/libEGL/ |
D | stubs_arm.cc | 124 DEFINE_INTERCEPTABLE_STUB_FUNCTION(eglSwapInterval); 238 INIT_INTERCEPTABLE_STUB_FUNCTION("libEGL.so", eglSwapInterval); in init_stub_library()
|
D | stubs_arm64.cc | 124 DEFINE_INTERCEPTABLE_STUB_FUNCTION(eglSwapInterval); 238 INIT_INTERCEPTABLE_STUB_FUNCTION("libEGL.so", eglSwapInterval); in init_stub_library()
|
/frameworks/native/opengl/tests/swapinterval/ |
D | swapinterval.cpp | 96 eglSwapInterval(dpy, 1); in main()
|
/frameworks/native/opengl/libs/ |
D | libEGL.map.txt | 70 eglSwapInterval;
|
D | platform_entries.in | 35 EGL_ENTRY(EGLBoolean, eglSwapInterval, EGLDisplay, EGLint)
|
/frameworks/native/opengl/tools/glgen/specs/egl/ |
D | EGL14.spec | 22 EGLBoolean eglSwapInterval ( EGLDisplay dpy, EGLint interval )
|
/frameworks/native/opengl/tests/fillrate/ |
D | fillrate.cpp | 122 eglSwapInterval(dpy, 1); in main()
|
/frameworks/native/libs/gui/tests/ |
D | SurfaceTextureGLToGL_test.cpp | 166 EXPECT_TRUE(eglSwapInterval(mEglDisplay, 0)); in TEST_F() 212 EXPECT_TRUE(eglSwapInterval(mEglDisplay, 0)); in TEST_F()
|
/frameworks/base/libs/hwui/debug/ |
D | nullegl.cpp | 112 EGLBoolean eglSwapInterval(EGLDisplay dpy, EGLint interval) { in eglSwapInterval() function
|
/frameworks/base/opengl/java/android/opengl/ |
D | EGL14.java | 386 public static native boolean eglSwapInterval( in eglSwapInterval() method in EGL14
|
/frameworks/native/opengl/libs/EGL/ |
D | egl_entries.in | 33 EGL_ENTRY(EGLBoolean, eglSwapInterval, EGLDisplay, EGLint)
|
D | eglApi.cpp | 311 EGLBoolean eglSwapInterval(EGLDisplay dpy, EGLint interval) { in eglSwapInterval() function 315 return cnx->platform.eglSwapInterval(dpy, interval); in eglSwapInterval()
|
D | egl_platform_entries.cpp | 1608 if (cnx->dso && cnx->egl.eglSwapInterval) { in eglSwapIntervalImpl() 1609 res = cnx->egl.eglSwapInterval(dp->disp.dpy, interval); in eglSwapIntervalImpl()
|
/frameworks/base/tests/HwAccelerationTest/src/com/android/test/hwui/ |
D | GLDepthTestActivity.java | 260 EGL14.eglSwapInterval(display, 0); in onSurfaceCreated()
|
/frameworks/native/opengl/include/EGL/ |
D | egl.h | 166 EGLAPI EGLBoolean EGLAPIENTRY eglSwapInterval (EGLDisplay dpy, EGLint interval);
|
/frameworks/base/libs/hwui/renderthread/ |
D | EglManager.cpp | 406 eglSwapInterval(mEglDisplay, 0); in makeCurrent()
|
/frameworks/base/core/jni/ |
D | android_opengl_EGL14.cpp | 978 _returnValue = eglSwapInterval( in android_eglSwapInterval()
|
/frameworks/native/opengl/libagl/ |
D | egl.cpp | 2013 EGLBoolean eglSwapInterval(EGLDisplay dpy, EGLint /*interval*/) in eglSwapInterval() function
|
/frameworks/opt/setupwizard/tools/docs/ |
D | android-22.txt | 18688 method public static boolean eglSwapInterval(android.opengl.EGLDisplay, int);
|
/frameworks/base/non-updatable-api/ |
D | current.txt | 31298 method public static boolean eglSwapInterval(android.opengl.EGLDisplay, int);
|
/frameworks/base/api/ |
D | current.txt | 31442 method public static boolean eglSwapInterval(android.opengl.EGLDisplay, int);
|