Home
last modified time | relevance | path

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

/third_party/vk-gl-cts/framework/qphelper/
DqpTestLog.h237 deBool qpTestLog_startSampleList (qpTestLog* log, const char* name, const char* description);
DqpTestLog.c1351 deBool qpTestLog_startSampleList (qpTestLog* log, const char* name, const char* description) in qpTestLog_startSampleList() function
/third_party/vk-gl-cts/framework/common/
DtcuTestLog.cpp482 if (qpTestLog_startSampleList(m_log, name.c_str(), description.c_str()) == DE_FALSE) in startSampleList()