Home
last modified time | relevance | path

Searched defs:destroySyncKHR (Results 1 – 6 of 6) sorted by relevance

/external/deqp/framework/egl/wrapper/
DeglwFunctions.inl30 eglDestroySyncKHRFunc destroySyncKHR; variable
DeglwFuncPtrLibraryImpl.inl127 EGLBoolean FuncPtrLibrary::destroySyncKHR (EGLDisplay dpy, EGLSyncKHR sync) const function in FuncPtrLibrary
/external/angle/util/windows/
DWGLWindow.cpp415 EGLBoolean WGLWindow::destroySyncKHR(EGLDisplay dpy, Sync sync) in destroySyncKHR() function in WGLWindow
/external/angle/util/
DEGLWindow.cpp799 EGLBoolean EGLWindow::destroySyncKHR(EGLDisplay dpy, Sync sync) in destroySyncKHR() function in EGLWindow
/external/angle/src/libANGLE/renderer/gl/egl/
DFunctionsEGL.cpp630 EGLBoolean FunctionsEGL::destroySyncKHR(EGLSyncKHR sync) const in destroySyncKHR() function in rx::FunctionsEGL
/external/deqp/modules/egl/
DteglSyncTests.cpp84 typedef EGLBoolean (Library::*destroySyncKHR)(EGLDisplay, EGLSyncKHR) const ; typedef in deqp::egl::SyncTest