Searched refs:eglWaitClient (Results 1 - 7 of 7) 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.java323 // C function EGLBoolean eglWaitClient ( void )
325 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/GLES_trace/proto/
H A Dgltrace.proto792 eglWaitClient = 2031;
/frameworks/native/opengl/libs/EGL/
H A DeglApi.cpp1313 EGLBoolean eglWaitClient(void) function
1322 if (cnx->egl.eglWaitClient) {
1323 res = cnx->egl.eglWaitClient();
/frameworks/base/core/jni/
H A Dandroid_opengl_EGL14.cpp852 /* EGLBoolean eglWaitClient ( void ) */
857 _returnValue = eglWaitClient();
1253 {"eglWaitClient", "()Z", (void *) android_eglWaitClient },
/frameworks/native/opengl/libagl/
H A Degl.cpp2004 EGLBoolean eglWaitClient(void) function

Completed in 181 milliseconds