Home
last modified time | relevance | path

Searched defs:createSync (Results 1 – 16 of 16) sorted by relevance

/external/angle/src/libANGLE/renderer/
DEGLImplFactory.h95 inline EGLSyncImpl *EGLImplFactory::createSync(const egl::AttributeMap &attribs) in createSync() function
/external/angle/src/tests/
Dangle_unittests_utils.h58 SyncImpl *createSync() override { return nullptr; } in createSync() function
/external/deqp/framework/egl/wrapper/
DeglwFunctions.inl22 eglCreateSyncFunc createSync; variable
DeglwFuncPtrLibraryImpl.inl87 EGLSync FuncPtrLibrary::createSync (EGLDisplay dpy, EGLenum type, const EGLAttrib *attrib_list) con… function in FuncPtrLibrary
/external/angle/util/windows/
DWGLWindow.cpp400 WGLWindow::Sync WGLWindow::createSync(EGLDisplay dpy, EGLenum type, const EGLAttrib *attrib_list) in createSync() function in WGLWindow
/external/angle/src/libANGLE/renderer/vulkan/
DDisplayVk.cpp353 EGLSyncImpl *DisplayVk::createSync(const egl::AttributeMap &attribs) in createSync() function in rx::DisplayVk
DContextVk.cpp6056 SyncImpl *ContextVk::createSync() in createSync() function in rx::ContextVk
/external/angle/src/libANGLE/
DResourceManager.cpp329 SyncID SyncManager::createSync(rx::GLImplFactory *factory) in createSync() function in gl::SyncManager
DDisplay.cpp1651 Error Display::createSync(const gl::Context *currentContext, in createSync() function in egl::Display
/external/angle/util/
DEGLWindow.cpp784 EGLWindow::Sync EGLWindow::createSync(EGLDisplay dpy, EGLenum type, const EGLAttrib *attrib_list) in createSync() function in EGLWindow
/external/angle/src/libANGLE/renderer/gl/egl/
DDisplayEGL.cpp126 EGLSyncImpl *DisplayEGL::createSync(const egl::AttributeMap &attribs) in createSync() function in rx::DisplayEGL
/external/angle/src/libANGLE/renderer/null/
DContextNULL.cpp476 SyncImpl *ContextNULL::createSync() in createSync() function in rx::ContextNULL
/external/angle/src/libANGLE/renderer/d3d/d3d9/
DContext9.cpp112 SyncImpl *Context9::createSync() in createSync() function in rx::Context9
/external/angle/src/libANGLE/renderer/d3d/d3d11/
DContext11.cpp221 SyncImpl *Context11::createSync() in createSync() function in rx::Context11
/external/angle/src/libANGLE/renderer/gl/
DContextGL.cpp168 SyncImpl *ContextGL::createSync() in createSync() function in rx::ContextGL
/external/deqp/modules/egl/
DteglSyncTests.cpp77 typedef EGLSync (Library::*createSync)(EGLDisplay, EGLenum, const EGLAttrib *) const ; typedef in deqp::egl::SyncTest