Home
last modified time | relevance | path

Searched refs:DE_SOCKETRESULT_ERROR (Results 1 – 3 of 3) sorted by relevance

/third_party/vk-gl-cts/framework/delibs/deutil/
DdeSocket.h89 DE_SOCKETRESULT_ERROR = 4, enumerator
DdeSocket.c47 case DE_SOCKETRESULT_ERROR: return "DE_SOCKETRESULT_ERROR"; in deGetSocketResultName()
747 default: return DE_SOCKETRESULT_ERROR; in mapSendRecvResult()
755 default: return DE_SOCKETRESULT_ERROR; in mapSendRecvResult()
/third_party/vk-gl-cts/executor/
DxeTcpIpLink.cpp232 else if (result == DE_SOCKETRESULT_ERROR) in run()
326 else if (result == DE_SOCKETRESULT_ERROR) in run()