Searched refs:eglWaitClient (Results 1 - 9 of 9) 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.java317 // C function EGLBoolean eglWaitClient ( void )
319 public static native boolean eglWaitClient( method in class:EGL14
/frameworks/native/opengl/libs/GLES_trace/
H A Dgltrace.proto496 eglWaitClient = 2031;
/frameworks/native/opengl/include/EGL/
H A Degl.h280 EGLAPI EGLBoolean EGLAPIENTRY eglWaitClient(void);
/frameworks/native/opengl/libs/EGL/
H A DeglApi.cpp1016 EGLBoolean eglWaitClient(void) function
1025 if (cnx->egl.eglWaitClient) {
1026 res = cnx->egl.eglWaitClient();
/frameworks/base/core/jni/
H A Dandroid_opengl_EGL14.cpp831 /* EGLBoolean eglWaitClient ( void ) */
836 _returnValue = eglWaitClient();
1222 {"eglWaitClient", "()Z", (void *) android_eglWaitClient },
/frameworks/native/opengl/libs/GLES_trace/src/
H A Dgltrace.pb.cpp1005 const GLMessage_Function GLMessage::eglWaitClient; member in class:android::gltrace::GLMessage
H A Dgltrace.pb.h1338 static const Function eglWaitClient = GLMessage_Function_eglWaitClient; member in class:android::gltrace::GLMessage
/frameworks/native/opengl/libagl/
H A Degl.cpp1971 EGLBoolean eglWaitClient(void) function

Completed in 29 milliseconds