Searched refs:eglTime (Results 1 – 1 of 1) sorted by relevance
/external/deqp/modules/egl/ |
D | teglSyncTests.cpp | 743 EGLTime eglTime, const string &eglTimeName, in test() argument 777 EGLint status = (egl.*clientWaitSyncFunc)(m_eglDisplay, m_sync, 0, eglTime); in test() 825 EGLint condSatisfied, EGLTime eglTime, const string &eglTimeName) in test() argument 863 EGLint result = (egl.*clientWaitSyncFunc)(m_eglDisplay, m_sync, 0, eglTime); in test() 909 EGLTime eglTime, const string &eglTimeName, in test() argument 935 EGLint status = (egl.*clientWaitSyncFunc)(m_eglDisplay, m_sync, flags, eglTime); in test() 986 EGLTime eglTime, const string &eglTimeName) in test() argument 1002 EGLint status = (egl.*clientWaitSyncFunc)(EGL_NO_DISPLAY, m_sync, flags, eglTime); in test() 1060 EGLTime eglTime, const string &eglTimeName) in test() argument 1069 EGLint status = (egl.*clientWaitSyncFunc)(m_eglDisplay, sync, 0, eglTime); in test() [all …]
|