Searched defs:createSyncKHR (Results 1 – 5 of 5) sorted by relevance
23 eglCreateSyncKHRFunc createSyncKHR; variable
92 EGLSyncKHR FuncPtrLibrary::createSyncKHR (EGLDisplay dpy, EGLenum type, const EGLint *attrib_list) … function in FuncPtrLibrary
448 EGLSyncKHR FunctionsEGL::createSyncKHR(EGLenum type, const EGLint *attrib_list) const in createSyncKHR() function in rx::FunctionsEGL
158 eglw::EGLSyncKHR OhosLibrary::createSyncKHR(eglw::EGLDisplay dpy, eglw::EGLenum type, const eglw::E… in createSyncKHR() function in OhosLibrary
89 typedef EGLSyncKHR (Library::*createSyncKHR)(EGLDisplay, EGLenum, const EGLint *) const ; typedef in deqp::egl::SyncTest