Home
last modified time | relevance | path

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

/frameworks/libs/native_bridge_support/android_api/libEGL/
Dstubs_riscv64.cc129 DEFINE_INTERCEPTABLE_STUB_FUNCTION(eglSwapInterval);
248 INIT_INTERCEPTABLE_STUB_FUNCTION("libEGL.so", eglSwapInterval); in init_stub_library()
Dstubs_arm64.cc129 DEFINE_INTERCEPTABLE_STUB_FUNCTION(eglSwapInterval);
248 INIT_INTERCEPTABLE_STUB_FUNCTION("libEGL.so", eglSwapInterval); in init_stub_library()
Dstubs_arm.cc129 DEFINE_INTERCEPTABLE_STUB_FUNCTION(eglSwapInterval);
248 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/opengl/java/android/opengl/
DEGL14.java387 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.cpp310 EGLBoolean eglSwapInterval(EGLDisplay dpy, EGLint interval) { in eglSwapInterval() function
314 return cnx->platform.eglSwapInterval(dpy, interval); in eglSwapInterval()
Degl_platform_entries.cpp1536 if (cnx->dso && cnx->egl.eglSwapInterval) { in eglSwapIntervalImpl()
1537 res = cnx->egl.eglSwapInterval(dp->disp.dpy, interval); in eglSwapIntervalImpl()
/frameworks/base/tests/graphics/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.cpp568 eglSwapInterval(mEglDisplay, 0); in makeCurrent()
/frameworks/base/core/jni/
Dandroid_opengl_EGL14.cpp979 _returnValue = eglSwapInterval( in android_eglSwapInterval()
/frameworks/base/tools/aapt2/integration-tests/CommandTests/
Dandroid-33.jarAndroidManifest.xml META-INF/ META-INF/MANIFEST.MF NOTICES/ NOTICES/libcore ...
/frameworks/opt/setupwizard/tools/docs/
Dandroid-22.txt18688 method public static boolean eglSwapInterval(android.opengl.EGLDisplay, int);
/frameworks/base/core/api/
Dcurrent.txt29547 method public static boolean eglSwapInterval(android.opengl.EGLDisplay, int);