Home
last modified time | relevance | path

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

/third_party/vk-gl-cts/framework/qphelper/
DqpTestLog.h205 deBool qpTestLog_startCase (qpTestLog* log, const char* testCasePath, qpTestCaseType testCaseT…
DqpTestLog.c429 deBool qpTestLog_startCase (qpTestLog* log, const char* testCasePath, qpTestCaseType testCaseType) in qpTestLog_startCase() function
/third_party/vk-gl-cts/framework/common/
DtcuTestLog.cpp452 if (qpTestLog_startCase(m_log, testCasePath, testCaseType) == DE_FALSE) in startCase()