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.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/EGL/
H A DeglApi.cpp1249 EGLBoolean eglWaitClient(void) function
1258 if (cnx->egl.eglWaitClient) {
1259 res = cnx->egl.eglWaitClient();
/frameworks/native/opengl/libs/GLES_trace/
H A Dgltrace.proto790 eglWaitClient = 2031;
/frameworks/base/core/jni/
H A Dandroid_opengl_EGL14.cpp847 /* EGLBoolean eglWaitClient ( void ) */
852 _returnValue = eglWaitClient();
1249 {"eglWaitClient", "()Z", (void *) android_eglWaitClient },
/frameworks/native/opengl/libagl/
H A Degl.cpp1977 EGLBoolean eglWaitClient(void) function
/frameworks/native/opengl/libs/GLES_trace/src/
H A Dgltrace.pb.cpp1595 const GLMessage_Function GLMessage::eglWaitClient; member in class:android::gltrace::GLMessage
H A Dgltrace.pb.h1943 static const Function eglWaitClient = GLMessage_Function_eglWaitClient; member in class:android::gltrace::GLMessage

Completed in 1030 milliseconds