Home
last modified time | relevance | path

Searched refs:getConnection (Results 1 – 7 of 7) sorted by relevance

/third_party/vk-gl-cts/framework/platform/lnx/X11/
DtcuLnxX11Xcb.cpp82 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()
DtcuLnxX11Xcb.hpp43 xcb_connection_t* getConnection (void) { return m_connection; } in getConnection() function in tcu::lnx::x11::XcbDisplay
/third_party/node/src/quic/
Dtlscontext.h155 static ngtcp2_conn* getConnection(ngtcp2_crypto_conn_ref* ref);
Dtlscontext.cc348 : 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/
DtcuLnxVulkanPlatform.cpp133 …:XcbDisplayInterface (vk::pt::XcbConnectionPtr(((x11::XcbDisplay*)display.get())->getConnection())) in VulkanDisplayXcb()
/third_party/python/Lib/logging/
Dhandlers.py1206 def getConnection(self, host, secure): member in HTTPHandler
1229 h = self.getConnection(host, self.secure)
/third_party/python/Misc/NEWS.d/
D3.9.0a5.rst616 Add getConnection method to logging HTTPHandler to enable custom