Home
last modified time | relevance | path

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

/frameworks/libs/native_bridge_support/android_api/libEGL/
Dstubs_riscv64.cc132 DEFINE_INTERCEPTABLE_STUB_FUNCTION(eglWaitClient);
251 INIT_INTERCEPTABLE_STUB_FUNCTION("libEGL.so", eglWaitClient); in init_stub_library()
Dstubs_arm64.cc132 DEFINE_INTERCEPTABLE_STUB_FUNCTION(eglWaitClient);
251 INIT_INTERCEPTABLE_STUB_FUNCTION("libEGL.so", eglWaitClient); in init_stub_library()
Dstubs_arm.cc132 DEFINE_INTERCEPTABLE_STUB_FUNCTION(eglWaitClient);
251 INIT_INTERCEPTABLE_STUB_FUNCTION("libEGL.so", eglWaitClient); in init_stub_library()
/frameworks/native/opengl/libs/
DlibEGL.map.txt73 eglWaitClient;
Dplatform_entries.in36 EGL_ENTRY(EGLBoolean, eglWaitClient, void)
/frameworks/native/opengl/tools/glgen/specs/egl/
DEGL14.spec16 EGLBoolean eglWaitClient ( void )
/frameworks/base/opengl/java/android/opengl/
DEGL14.java329 public static native boolean eglWaitClient( in eglWaitClient() method in EGL14
/frameworks/native/opengl/libs/EGL/
Degl_entries.in39 EGL_ENTRY(EGLBoolean, eglWaitClient, void)
DeglApi.cpp317 EGLBoolean eglWaitClient(void) { in eglWaitClient() function
321 return cnx->platform.eglWaitClient(); in eglWaitClient()
Degl_platform_entries.cpp1552 if (cnx->egl.eglWaitClient) { in eglWaitClientImpl()
1553 res = cnx->egl.eglWaitClient(); in eglWaitClientImpl()
/frameworks/native/opengl/include/EGL/
Degl.h206 EGLAPI EGLBoolean EGLAPIENTRY eglWaitClient (void);
/frameworks/base/core/jni/
Dandroid_opengl_EGL14.cpp840 _returnValue = eglWaitClient(); in android_eglWaitClient()
/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.txt18690 method public static boolean eglWaitClient();
/frameworks/base/core/api/
Dcurrent.txt29549 method public static boolean eglWaitClient();