HomeSort by relevance Sort by last modified time
    Searched refs:testCasePath (Results 1 - 7 of 7) sorted by null

  /external/deqp/external/vulkancts/framework/vulkan/
vkBinaryRegistry.hpp 44 std::string testCasePath;
48 : testCasePath (testCasePath_)
56 return (a.testCasePath < b.testCasePath) || ((a.testCasePath == b.testCasePath) && (a.programName < b.programName));
63 : tcu::ResourceError("Program " + id.testCasePath + " / '" + id.programName + "' not found: " + reason)
vkBinaryRegistry.cpp 91 const std::string combinedStr = id.testCasePath + '#' + id.programName;
  /external/deqp/framework/platform/android/
tcuTestLogParserJNI.cpp 53 void beginTestCase (const char* testCasePath);
128 void TestLogListener::beginTestCase (const char* testCasePath)
130 jstring jTestCasePath = m_env->NewStringUTF(testCasePath);
  /external/deqp/framework/qphelper/
qpTestLog.h 194 deBool qpTestLog_startCase (qpTestLog* log, const char* testCasePath, qpTestCaseType testCaseType);
qpTestLog.c 403 * \param testCasePath Full test case path (as seen in Candy).
407 deBool qpTestLog_startCase (qpTestLog* log, const char* testCasePath, qpTestCaseType testCaseType)
413 DE_ASSERT(log && testCasePath && (testCasePath[0] != 0));
421 fprintf(log->outputFile, "\n#beginTestCaseResult %s\n", testCasePath);
429 resultAttribs[numResultAttribs++] = qpSetStringAttrib("CasePath", testCasePath);
    [all...]
  /external/deqp/framework/common/
tcuTestLog.cpp 444 void TestLog::startCase (const char* testCasePath, qpTestCaseType testCaseType)
446 if (qpTestLog_startCase(m_log, testCasePath, testCaseType) == DE_FALSE)
tcuTestLog.hpp 160 void startCase (const char* testCasePath, qpTestCaseType testCaseType);

Completed in 676 milliseconds