Home
last modified time | relevance | path

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

/third_party/vk-gl-cts/execserver/
H A DxsProtocol.cpp32 inline deUint32 swapEndianess (deUint32 value) in swapEndianess() function
44 template <> int networkToHost (int value) { return (int)swapEndianess((deUint32)value); } in networkToHost()
45 template <> int hostToNetwork (int value) { return (int)swapEndianess((deUint32)value); } in hostToNetwork()

Completed in 1 milliseconds