Home
last modified time | relevance | path

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

/external/deqp/framework/qphelper/
DqpTestLog.h205 deBool qpTestLog_startImageSet (qpTestLog* log, const char* name, const char* description);
DqpTestLog.c773 deBool qpTestLog_startImageSet (qpTestLog* log, const char* name, const char* description) in qpTestLog_startImageSet() function
/external/deqp/framework/common/
DtcuTestLog.cpp203 if (qpTestLog_startImageSet(m_log, name, description) == DE_FALSE) in startImageSet()