Home
last modified time | relevance | path

Searched refs:XInitThreads (Results 1 - 5 of 5) sorted by relevance

/third_party/vk-gl-cts/framework/platform/lnx/X11/
H A DtcuLnxX11.cpp61 XInitThreads(); in hasDisplay()
78 // The XInitThreads function initializes Xlib support for concurrent in XlibDisplay()
82 DE_CHECK_RUNTIME_ERR(XInitThreads() != 0); in XlibDisplay()
/third_party/vk-gl-cts/framework/platform/lnx/
H A DtcuLnxPlatform.cpp94 // The XInitThreads function initializes Xlib support for concurrent in createPlatform()
98 DE_CHECK_RUNTIME_ERR(XInitThreads() != 0); in createPlatform()
/third_party/skia/tools/sk_app/unix/
H A Dmain_unix.cpp16 XInitThreads(); in main()
/third_party/skia/tools/gpu/gl/glx/
H A DCreatePlatformGLTestContext_glx.cpp113 gOnce([] { XInitThreads(); }); in GLXGLTestContext()
/third_party/glfw/src/
H A Dx11_init.c1273 PFN_XInitThreads XInitThreads = (PFN_XInitThreads) in _glfwConnectX11() local
1274 _glfwPlatformGetModuleSymbol(module, "XInitThreads"); in _glfwConnectX11()
1279 if (!XInitThreads || !XrmInitialize || !XOpenDisplay) in _glfwConnectX11()
1288 XInitThreads(); in _glfwConnectX11()

Completed in 5 milliseconds