Home
last modified time | relevance | path

Searched defs:createSyncKHR (Results 1 – 3 of 3) sorted by relevance

/external/deqp/framework/egl/wrapper/
DeglwFunctions.inl23 eglCreateSyncKHRFunc createSyncKHR; variable
DeglwFuncPtrLibraryImpl.inl92 EGLSyncKHR FuncPtrLibrary::createSyncKHR (EGLDisplay dpy, EGLenum type, const EGLint *attrib_list) … function in FuncPtrLibrary
/external/deqp/modules/egl/
DteglSyncTests.cpp78 typedef EGLSyncKHR (Library::*createSyncKHR)(EGLDisplay, EGLenum, const EGLint *) const ; typedef in deqp::egl::SyncTest