Home
last modified time | relevance | path

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

/external/deqp/framework/qphelper/
DqpTestLog.c162 static const qpKeyStringMap s_qpTestResultMap[] = variable
180 DE_STATIC_ASSERT(DE_LENGTH_OF_ARRAY(s_qpTestResultMap) == QP_TEST_RESULT_LAST + 1);
455 const char* statusStr = QP_LOOKUP_STRING(s_qpTestResultMap, result); in qpTestLog_endCase()
497 const char* resultStr = QP_LOOKUP_STRING(s_qpTestResultMap, result); in qpTestLog_terminateCase()
1486 return QP_LOOKUP_STRING(s_qpTestResultMap, result); in qpGetTestResultName()