Searched defs:createSyncKHR (Results 1 – 6 of 6) sorted by relevance
23 eglCreateSyncKHRFunc createSyncKHR; variable
92 EGLSyncKHR FuncPtrLibrary::createSyncKHR (EGLDisplay dpy, EGLenum type, const EGLint *attrib_list) … function in FuncPtrLibrary
405 WGLWindow::Sync WGLWindow::createSyncKHR(EGLDisplay dpy, EGLenum type, const EGLint *attrib_list) in createSyncKHR() function in WGLWindow
789 EGLWindow::Sync EGLWindow::createSyncKHR(EGLDisplay dpy, EGLenum type, const EGLint *attrib_list) in createSyncKHR() function in EGLWindow
625 EGLSyncKHR FunctionsEGL::createSyncKHR(EGLenum type, const EGLint *attrib_list) const in createSyncKHR() function in rx::FunctionsEGL
78 typedef EGLSyncKHR (Library::*createSyncKHR)(EGLDisplay, EGLenum, const EGLint *) const ; typedef in deqp::egl::SyncTest