Home
last modified time | relevance | path

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

/aosp_15_r20/external/angle/src/libANGLE/renderer/
H A DEGLImplFactory.h95 inline EGLSyncImpl *EGLImplFactory::createSync() in createSync() function
/aosp_15_r20/external/angle/src/tests/
H A Dangle_unittests_utils.h62 SyncImpl *createSync() override { return nullptr; } in createSync() function
/aosp_15_r20/external/deqp/framework/egl/wrapper/
H A DeglwFunctions.inl22 eglCreateSyncFunc createSync; variable
H A DeglwFuncPtrLibraryImpl.inl87 EGLSync FuncPtrLibrary::createSync (EGLDisplay dpy, EGLenum type, const EGLAttrib *attrib_list) con… function in FuncPtrLibrary
/aosp_15_r20/external/angle/util/windows/
H A DWGLWindow.cpp383 WGLWindow::Sync WGLWindow::createSync(EGLDisplay dpy, EGLenum type, const EGLAttrib *attrib_list) in createSync() function in WGLWindow
/aosp_15_r20/external/angle/src/libANGLE/
H A DResourceManager.cpp343 SyncID SyncManager::createSync(rx::GLImplFactory *factory) in createSync() function in gl::SyncManager
H A DDisplay.cpp1679 Error Display::createSync(const gl::Context *currentContext, in createSync() function in egl::Display
/aosp_15_r20/external/angle/src/libANGLE/renderer/vulkan/
H A DDisplayVk.cpp424 EGLSyncImpl *DisplayVk::createSync() in createSync() function in rx::DisplayVk
H A DContextVk.cpp6377 SyncImpl *ContextVk::createSync() in createSync() function in rx::ContextVk
/aosp_15_r20/external/angle/util/
H A DEGLWindow.cpp770 EGLWindow::Sync EGLWindow::createSync(EGLDisplay dpy, EGLenum type, const EGLAttrib *attrib_list) in createSync() function in EGLWindow
/aosp_15_r20/external/angle/src/libANGLE/renderer/d3d/d3d9/
H A DContext9.cpp121 SyncImpl *Context9::createSync() in createSync() function in rx::Context9
/aosp_15_r20/external/angle/src/libANGLE/renderer/gl/egl/
H A DDisplayEGL.cpp98 EGLSyncImpl *DisplayEGL::createSync() in createSync() function in rx::DisplayEGL
/aosp_15_r20/external/angle/src/libANGLE/renderer/null/
H A DContextNULL.cpp482 SyncImpl *ContextNULL::createSync() in createSync() function in rx::ContextNULL
/aosp_15_r20/external/angle/src/libANGLE/renderer/d3d/d3d11/
H A DContext11.cpp223 SyncImpl *Context11::createSync() in createSync() function in rx::Context11
/aosp_15_r20/external/angle/src/libANGLE/renderer/wgpu/
H A DContextWgpu.cpp918 SyncImpl *ContextWgpu::createSync() in createSync() function in rx::ContextWgpu
/aosp_15_r20/external/angle/src/libANGLE/renderer/gl/
H A DContextGL.cpp198 SyncImpl *ContextGL::createSync() in createSync() function in rx::ContextGL
/aosp_15_r20/external/deqp/modules/egl/
H A DteglSyncTests.cpp90 typedef EGLSync (Library::*createSync)(EGLDisplay, EGLenum, const EGLAttrib *) const; typedef in deqp::egl::SyncTest