Searched refs:eglWaitClient (Results 1 - 6 of 6) sorted by relevance

/frameworks/native/opengl/tools/glgen/specs/egl/
H A DEGL14.spec16 EGLBoolean eglWaitClient ( void )
/frameworks/base/opengl/java/android/opengl/
H A DEGL14.java324 // C function EGLBoolean eglWaitClient ( void )
326 public static native boolean eglWaitClient( method in class:EGL14
/frameworks/native/opengl/include/EGL/
H A Degl.h280 EGLAPI EGLBoolean EGLAPIENTRY eglWaitClient(void);
/frameworks/native/opengl/libs/EGL/
H A DeglApi.cpp1378 EGLBoolean eglWaitClient(void) function
1387 if (cnx->egl.eglWaitClient) {
1388 res = cnx->egl.eglWaitClient();
/frameworks/base/core/jni/
H A Dandroid_opengl_EGL14.cpp828 /* EGLBoolean eglWaitClient ( void ) */
833 _returnValue = eglWaitClient();
1225 {"eglWaitClient", "()Z", (void *) android_eglWaitClient },
/frameworks/native/opengl/libagl/
H A Degl.cpp2018 EGLBoolean eglWaitClient(void) function

Completed in 114 milliseconds