Searched defs:waitSyncKHR (Results 1 – 4 of 4) sorted by relevance
64 eglWaitSyncKHRFunc waitSyncKHR; variable
297 EGLint FuncPtrLibrary::waitSyncKHR (EGLDisplay dpy, EGLSyncKHR sync, EGLint flags) const function in FuncPtrLibrary
458 EGLint FunctionsEGL::waitSyncKHR(EGLSyncKHR sync, EGLint flags) const in waitSyncKHR() function in rx::FunctionsEGL
86 typedef EGLint (Library::*waitSyncKHR)(EGLDisplay, EGLSyncKHR, EGLint) const ; typedef in deqp::egl::SyncTest