Home
last modified time | relevance | path

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

/third_party/vk-gl-cts/framework/qphelper/
DqpTestLog.h220 deBool qpTestLog_startImageSet (qpTestLog* log, const char* name, const char* description);
DqpTestLog.c816 deBool qpTestLog_startImageSet (qpTestLog* log, const char* name, const char* description) in qpTestLog_startImageSet() function
/third_party/vk-gl-cts/framework/common/
DtcuTestLog.cpp211 if (qpTestLog_startImageSet(m_log, name, description) == DE_FALSE) in startImageSet()