Searched refs:getConnection (Results 1 – 7 of 7) sorted by relevance
/third_party/vk-gl-cts/framework/platform/lnx/X11/ |
D | tcuLnxX11Xcb.cpp | 82 xcb_connection_t* connection = m_display.getConnection(); in XcbWindow() 123 xcb_flush (m_display.getConnection()); in ~XcbWindow() 124 xcb_free_colormap(m_display.getConnection(), m_colormap); in ~XcbWindow() 125 xcb_destroy_window(m_display.getConnection(), m_window); in ~XcbWindow() 134 xcb_map_window(m_display.getConnection(), m_window); in setVisibility() 136 xcb_unmap_window(m_display.getConnection(), m_window); in setVisibility() 139 xcb_flush (m_display.getConnection()); in setVisibility() 152 …geom = xcb_get_geometry_reply(m_display.getConnection(), xcb_get_geometry(m_display.getConnection(… in getDimensions() 162 xcb_connection_t* display = m_display.getConnection(); in setDimensions()
|
D | tcuLnxX11Xcb.hpp | 43 xcb_connection_t* getConnection (void) { return m_connection; } in getConnection() function in tcu::lnx::x11::XcbDisplay
|
/third_party/node/src/quic/ |
D | tlscontext.h | 155 static ngtcp2_conn* getConnection(ngtcp2_crypto_conn_ref* ref);
|
D | tlscontext.cc | 348 : conn_ref_({getConnection, this}), in TLSContext() 550 ngtcp2_conn* TLSContext::getConnection(ngtcp2_crypto_conn_ref* ref) { in getConnection() function in node::quic::TLSContext
|
/third_party/vk-gl-cts/framework/platform/lnx/ |
D | tcuLnxVulkanPlatform.cpp | 133 …:XcbDisplayInterface (vk::pt::XcbConnectionPtr(((x11::XcbDisplay*)display.get())->getConnection())) in VulkanDisplayXcb()
|
/third_party/python/Lib/logging/ |
D | handlers.py | 1206 def getConnection(self, host, secure): member in HTTPHandler 1229 h = self.getConnection(host, self.secure)
|
/third_party/python/Misc/NEWS.d/ |
D | 3.9.0a5.rst | 616 Add getConnection method to logging HTTPHandler to enable custom
|