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

/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.cpp955 EGLBoolean eglWaitClient(void) function
964 if (cnx->egl.eglWaitClient) {
965 res = cnx->egl.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.cpp1961 EGLBoolean eglWaitClient(void) function

Completed in 81 milliseconds