Searched refs:QP_LOOKUP_STRING (Results 1 – 1 of 1) sorted by relevance
/external/deqp/framework/qphelper/ |
D | qpTestLog.c | 261 #define QP_LOOKUP_STRING(KEYMAP, KEY) qpLookupString(KEYMAP, DE_LENGTH_OF_ARRAY(KEYMAP), (int)(KEY)) macro 411 const char* typeStr = QP_LOOKUP_STRING(s_qpTestTypeMap, testCaseType); in qpTestLog_startCase() 455 const char* statusStr = QP_LOOKUP_STRING(s_qpTestResultMap, result); in qpTestLog_endCase() 546 const char* resultStr = QP_LOOKUP_STRING(s_qpTestResultMap, result); in qpTestLog_terminateCase() 576 const char* tagString = QP_LOOKUP_STRING(s_qpTagMap, tag); in qpTestLog_writeKeyValuePair() 952 …qpPrintf("qpTestLog_writeImage(): Unknown compression mode: %s\n", QP_LOOKUP_STRING(s_qpImageCompr… in qpTestLog_writeImage() 963 …attribs[numAttribs++] = qpSetStringAttrib("Format", QP_LOOKUP_STRING(s_qpImageFormatMap, imageForm… in qpTestLog_writeImage() 964 …attribs[numAttribs++] = qpSetStringAttrib("CompressionMode", QP_LOOKUP_STRING(s_qpImageCompression… in qpTestLog_writeImage() 1051 const char* tagName = QP_LOOKUP_STRING(s_qpShaderTypeMap, type); in qpTestLog_writeShader() 1356 const char* tagName = QP_LOOKUP_STRING(s_qpSampleValueTagMap, tag); in qpTestLog_writeValueInfo() [all …]
|