Home
last modified time | relevance | path

Searched defs:createSyncKHR (Results 1 – 6 of 6) 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/angle/util/windows/
DWGLWindow.cpp405 WGLWindow::Sync WGLWindow::createSyncKHR(EGLDisplay dpy, EGLenum type, const EGLint *attrib_list) in createSyncKHR() function in WGLWindow
/external/angle/util/
DEGLWindow.cpp789 EGLWindow::Sync EGLWindow::createSyncKHR(EGLDisplay dpy, EGLenum type, const EGLint *attrib_list) in createSyncKHR() function in EGLWindow
/external/angle/src/libANGLE/renderer/gl/egl/
DFunctionsEGL.cpp625 EGLSyncKHR FunctionsEGL::createSyncKHR(EGLenum type, const EGLint *attrib_list) const in createSyncKHR() function in rx::FunctionsEGL
/external/deqp/modules/egl/
DteglSyncTests.cpp78 typedef EGLSyncKHR (Library::*createSyncKHR)(EGLDisplay, EGLenum, const EGLint *) const ; typedef in deqp::egl::SyncTest