Home
last modified time | relevance | path

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

/external/deqp/framework/qphelper/
DqpTestLog.c268 #define QP_LOOKUP_STRING(KEYMAP, KEY) qpLookupString(KEYMAP, DE_LENGTH_OF_ARRAY(KEYMAP), (int)(KEY)) macro
429 const char* typeStr = QP_LOOKUP_STRING(s_qpTestTypeMap, testCaseType); in qpTestLog_startCase()
473 const char* statusStr = QP_LOOKUP_STRING(s_qpTestResultMap, result); in qpTestLog_endCase()
564 const char* resultStr = QP_LOOKUP_STRING(s_qpTestResultMap, result); in qpTestLog_terminateCase()
594 const char* tagString = QP_LOOKUP_STRING(s_qpTagMap, tag); in qpTestLog_writeKeyValuePair()
970 …qpPrintf("qpTestLog_writeImage(): Unknown compression mode: %s\n", QP_LOOKUP_STRING(s_qpImageCompr… in qpTestLog_writeImage()
981 …attribs[numAttribs++] = qpSetStringAttrib("Format", QP_LOOKUP_STRING(s_qpImageFormatMap, imageForm… in qpTestLog_writeImage()
982 …attribs[numAttribs++] = qpSetStringAttrib("CompressionMode", QP_LOOKUP_STRING(s_qpImageCompression… in qpTestLog_writeImage()
1069 const char* tagName = QP_LOOKUP_STRING(s_qpShaderTypeMap, type); in qpTestLog_writeShader()
1374 const char* tagName = QP_LOOKUP_STRING(s_qpSampleValueTagMap, tag); in qpTestLog_writeValueInfo()
[all …]