Home
last modified time | relevance | path

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

/frameworks/libs/native_bridge_support/libEGL/
Dstubs_arm.cc124 DEFINE_INTERCEPTABLE_STUB_FUNCTION(eglSwapInterval);
238 INIT_INTERCEPTABLE_STUB_FUNCTION("libEGL.so", eglSwapInterval); in init_stub_library()
Dstubs_arm64.cc124 DEFINE_INTERCEPTABLE_STUB_FUNCTION(eglSwapInterval);
238 INIT_INTERCEPTABLE_STUB_FUNCTION("libEGL.so", eglSwapInterval); in init_stub_library()
/frameworks/native/opengl/tests/swapinterval/
Dswapinterval.cpp96 eglSwapInterval(dpy, 1); in main()
/frameworks/native/opengl/libs/
DlibEGL.map.txt70 eglSwapInterval;
Dplatform_entries.in35 EGL_ENTRY(EGLBoolean, eglSwapInterval, EGLDisplay, EGLint)
/frameworks/native/opengl/tools/glgen/specs/egl/
DEGL14.spec22 EGLBoolean eglSwapInterval ( EGLDisplay dpy, EGLint interval )
/frameworks/native/opengl/tests/fillrate/
Dfillrate.cpp122 eglSwapInterval(dpy, 1); in main()
/frameworks/native/libs/gui/tests/
DSurfaceTextureGLToGL_test.cpp166 EXPECT_TRUE(eglSwapInterval(mEglDisplay, 0)); in TEST_F()
212 EXPECT_TRUE(eglSwapInterval(mEglDisplay, 0)); in TEST_F()
/frameworks/base/libs/hwui/debug/
Dnullegl.cpp112 EGLBoolean eglSwapInterval(EGLDisplay dpy, EGLint interval) { in eglSwapInterval() function
/frameworks/base/opengl/java/android/opengl/
DEGL14.java386 public static native boolean eglSwapInterval( in eglSwapInterval() method in EGL14
/frameworks/native/opengl/libs/EGL/
Degl_entries.in33 EGL_ENTRY(EGLBoolean, eglSwapInterval, EGLDisplay, EGLint)
DeglApi.cpp311 EGLBoolean eglSwapInterval(EGLDisplay dpy, EGLint interval) { in eglSwapInterval() function
315 return cnx->platform.eglSwapInterval(dpy, interval); in eglSwapInterval()
Degl_platform_entries.cpp1608 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/
DGLDepthTestActivity.java260 EGL14.eglSwapInterval(display, 0); in onSurfaceCreated()
/frameworks/native/opengl/include/EGL/
Degl.h166 EGLAPI EGLBoolean EGLAPIENTRY eglSwapInterval (EGLDisplay dpy, EGLint interval);
/frameworks/base/libs/hwui/renderthread/
DEglManager.cpp406 eglSwapInterval(mEglDisplay, 0); in makeCurrent()
/frameworks/base/core/jni/
Dandroid_opengl_EGL14.cpp978 _returnValue = eglSwapInterval( in android_eglSwapInterval()
/frameworks/native/opengl/libagl/
Degl.cpp2013 EGLBoolean eglSwapInterval(EGLDisplay dpy, EGLint /*interval*/) in eglSwapInterval() function
/frameworks/opt/setupwizard/tools/docs/
Dandroid-22.txt18688 method public static boolean eglSwapInterval(android.opengl.EGLDisplay, int);
/frameworks/base/non-updatable-api/
Dcurrent.txt31298 method public static boolean eglSwapInterval(android.opengl.EGLDisplay, int);
/frameworks/base/api/
Dcurrent.txt31442 method public static boolean eglSwapInterval(android.opengl.EGLDisplay, int);