Home
last modified time | relevance | path

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

/aosp_15_r20/external/deqp/framework/egl/wrapper/
H A DeglwFunctions.inl23 eglCreateSyncKHRFunc createSyncKHR; variable
H A DeglwFuncPtrLibraryImpl.inl92 EGLSyncKHR FuncPtrLibrary::createSyncKHR (EGLDisplay dpy, EGLenum type, const EGLint *attrib_list) … function in FuncPtrLibrary
/aosp_15_r20/external/angle/util/windows/
H A DWGLWindow.cpp388 WGLWindow::Sync WGLWindow::createSyncKHR(EGLDisplay dpy, EGLenum type, const EGLint *attrib_list) in createSyncKHR() function in WGLWindow
/aosp_15_r20/external/angle/util/
H A DEGLWindow.cpp775 EGLWindow::Sync EGLWindow::createSyncKHR(EGLDisplay dpy, EGLenum type, const EGLint *attrib_list) in createSyncKHR() function in EGLWindow
/aosp_15_r20/external/angle/src/libANGLE/renderer/gl/egl/
H A DFunctionsEGL.cpp746 EGLSyncKHR FunctionsEGL::createSyncKHR(EGLenum type, const EGLint *attrib_list) const in createSyncKHR() function in rx::FunctionsEGL
/aosp_15_r20/external/deqp/modules/egl/
H A DteglSyncTests.cpp91 typedef EGLSyncKHR (Library::*createSyncKHR)(EGLDisplay, EGLenum, const EGLint *) const; typedef in deqp::egl::SyncTest