Searched refs:eglWaitClient (Results 1 – 18 of 18) sorted by relevance
33 eglWaitClient
722 eglWaitClient(void) in eglWaitClient() function761 ret = eglWaitClient(); in eglWaitGL()901 { "eglWaitClient", (_EGLProc) eglWaitClient }, in eglGetProcAddress()
34 eglWaitClient @16
572 EGLBoolean __stdcall eglWaitClient(void) in eglWaitClient() function
20 EGLBoolean eglWaitClient ();
168 EGLBoolean CallLogWrapper::eglWaitClient () function in CallLogWrapper171 m_log << TestLog::Message << "eglWaitClient(" << ");" << TestLog::EndMessage;172 EGLBoolean returnValue = ::eglWaitClient();
340 TCU_CHECK_EGL_CALL(eglWaitClient()); in testNativeWindow()381 TCU_CHECK_EGL_CALL(eglWaitClient()); in testNativePixmap()422 TCU_CHECK_EGL_CALL(eglWaitClient()); in testNativePixmapCopy()
87 TCU_CHECK_EGL_CALL(eglWaitClient()); in postSurface()93 TCU_CHECK_EGL_CALL(eglWaitClient()); in postSurface()
388 TCU_CHECK_EGL_CALL(eglWaitClient()); in testNativeWindow()433 TCU_CHECK_EGL_CALL(eglWaitClient()); in testNativePixmap()478 TCU_CHECK_EGL_CALL(eglWaitClient()); in testNativePixmapCopy()
24 "eglWaitClient",
280 EGLAPI EGLBoolean EGLAPIENTRY eglWaitClient(void);
257 EGLBoolean eglWaitClient(void) { in eglWaitClient() function