Home
last modified time | relevance | path

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

/third_party/vk-gl-cts/execserver/
H A DxsProtocol.cpp42 template <typename T> T hostToNetwork (T value);
45 template <> int hostToNetwork (int value) { return (int)swapEndianess((deUint32)value); } in hostToNetwork() function
114 int size = hostToNetwork((int)m_buf.size());
121 T netValue = hostToNetwork(value); in put()
152 int netSize = hostToNetwork((int)messageSize); in writeHeader()
153 int netType = hostToNetwork((int)type); in writeHeader()

Completed in 1 milliseconds