Home
last modified time | relevance | path

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

/third_party/vk-gl-cts/framework/qphelper/
H A DqpDebugOut.c33 MESSAGETYPE_INFO = 0, enumerator
55 printRaw(MESSAGETYPE_INFO, message); in qpPrint()
62 printFmt(MESSAGETYPE_INFO, format, args); in qpPrintf()
76 printFmt(MESSAGETYPE_INFO, format, args); in qpPrintv()
109 case MESSAGETYPE_INFO: return ANDROID_LOG_INFO; in getLogPriority()
/third_party/vk-gl-cts/execserver/
H A DxsTestDriver.cpp189 return pollBuffer(messageBuffer, MESSAGETYPE_INFO); in pollInfo()
222 DBG_PRINT((" wrote %d bytes of %s data\n", msgSize, msgType == MESSAGETYPE_INFO ? "info" : "log")); in pollBuffer()
H A DxsProtocol.hpp60 MESSAGETYPE_INFO = 204, //!< Generic info message from ExecServer (for debugging purposes). enumerator
H A DxsProtocol.cpp254 : Message(MESSAGETYPE_INFO) in InfoMessage()
/third_party/vk-gl-cts/execserver/tools/
H A DxsClient.cpp129 case MESSAGETYPE_INFO: return new InfoMessage(&messageBuf[0], (int)messageBuf.size()); in readMessage()
216 case MESSAGETYPE_INFO: in run()
H A DxsTest.cpp135 case MESSAGETYPE_INFO: return new InfoMessage(&messageBuf[0], (int)messageBuf.size()); in readMessage()
449 else if (msg->type == MESSAGETYPE_KEEPALIVE || msg->type == MESSAGETYPE_INFO) in runClient()
504 else if (gotProcessStarted && msg->type == MESSAGETYPE_INFO) in runClient()
575 else if (msg->type == MESSAGETYPE_INFO) in runClient()
671 else if (msg->type == MESSAGETYPE_INFO) in runClient()
/third_party/vk-gl-cts/executor/
H A DxeTcpIpLink.cpp393 case xs::MESSAGETYPE_INFO: in handleMessage()

Completed in 5 milliseconds