Home
last modified time | relevance | path

Searched refs:testCaseType (Results 1 - 4 of 4) sorted by relevance

/third_party/vk-gl-cts/framework/qphelper/
H A DqpTestLog.h209 deBool qpTestLog_startCase (qpTestLog* log, const char* testCasePath, qpTestCaseType testCaseType);
H A DqpTestLog.c444 * \param testCaseType Test case type
447 deBool qpTestLog_startCase (qpTestLog* log, const char* testCasePath, qpTestCaseType testCaseType) in qpTestLog_startCase() argument
449 const char* typeStr = QP_LOOKUP_STRING(s_qpTestTypeMap, testCaseType); in qpTestLog_startCase()
/third_party/vk-gl-cts/framework/common/
H A DtcuTestLog.cpp483 void TestLog::startCase (const char* testCasePath, qpTestCaseType testCaseType) in startCase() argument
486 if (qpTestLog_startCase(m_log, testCasePath, testCaseType) == DE_FALSE) in startCase()
H A DtcuTestLog.hpp162 void startCase (const char* testCasePath, qpTestCaseType testCaseType);

Completed in 6 milliseconds