Searched refs:testCasePath (Results 1 – 8 of 8) sorted by relevance
/external/deqp/external/vulkancts/framework/vulkan/ |
D | vkBinaryRegistry.hpp | 44 std::string testCasePath; member 48 : testCasePath (testCasePath_) in ProgramIdentifier() 56 …return (a.testCasePath < b.testCasePath) || ((a.testCasePath == b.testCasePath) && (a.programName … in operator <() 63 …: tcu::ResourceError("Program " + id.testCasePath + " / '" + id.programName + "' not found: " + re… in ProgramNotFoundException()
|
D | vkBinaryRegistry.cpp | 170 const std::string combinedStr = id.testCasePath + '#' + id.programName; in getSearchPath()
|
/external/deqp/framework/platform/android/ |
D | tcuTestLogParserJNI.cpp | 53 void beginTestCase (const char* testCasePath); 128 void TestLogListener::beginTestCase (const char* testCasePath) in beginTestCase() argument 130 jstring jTestCasePath = m_env->NewStringUTF(testCasePath); in beginTestCase()
|
/external/deqp/framework/qphelper/ |
D | qpTestLog.c | 427 deBool qpTestLog_startCase (qpTestLog* log, const char* testCasePath, qpTestCaseType testCaseType) in qpTestLog_startCase() argument 433 DE_ASSERT(log && testCasePath && (testCasePath[0] != 0)); in qpTestLog_startCase() 441 fprintf(log->outputFile, "\n#beginTestCaseResult %s\n", testCasePath); in qpTestLog_startCase() 449 resultAttribs[numResultAttribs++] = qpSetStringAttrib("CasePath", testCasePath); in qpTestLog_startCase()
|
D | qpTestLog.h | 202 deBool qpTestLog_startCase (qpTestLog* log, const char* testCasePath, qpTestCaseType testCaseT…
|
/external/deqp/framework/common/ |
D | tcuTestLog.cpp | 450 void TestLog::startCase (const char* testCasePath, qpTestCaseType testCaseType) in startCase() argument 452 if (qpTestLog_startCase(m_log, testCasePath, testCaseType) == DE_FALSE) in startCase()
|
D | tcuTestLog.hpp | 162 void startCase (const char* testCasePath, qpTestCaseType testCaseType);
|
/external/deqp/external/vulkancts/modules/vulkan/ |
D | vktBuildPrograms.cpp | 544 progIter->id.testCasePath.c_str(), in buildPrograms()
|