Home
last modified time | relevance | path

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

/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.java328 public static native boolean eglWaitClient( in eglWaitClient() method in EGL14
/frameworks/native/opengl/libs/EGL/
Degl_entries.in39 EGL_ENTRY(EGLBoolean, eglWaitClient, void)
DeglApi.cpp319 EGLBoolean eglWaitClient(void) { in eglWaitClient() function
323 return cnx->platform.eglWaitClient(); in eglWaitClient()
Degl_platform_entries.cpp1608 if (cnx->egl.eglWaitClient) { in eglWaitClientImpl()
1609 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.cpp839 _returnValue = eglWaitClient(); in android_eglWaitClient()
/frameworks/native/opengl/libagl/
Degl.cpp2037 EGLBoolean eglWaitClient(void) in eglWaitClient() function
/frameworks/opt/setupwizard/tools/docs/
Dandroid-22.txt18690 method public static boolean eglWaitClient();
/frameworks/base/api/
Dcurrent.txt31006 method public static boolean eglWaitClient();