HomeSort by relevance Sort by last modified time
    Searched refs:QP_TEST_LOG_NO_FLUSH (Results 1 - 3 of 3) sorted by null

  /external/deqp/framework/qphelper/
qpTestLog.h 137 QP_TEST_LOG_NO_FLUSH = (1<<2) /*!< Do not do a fflush after writing the log. */
qpTestLog.c 355 log->writer = qpXmlWriter_createFileWriter(log->outputFile, 0, !(flags & QP_TEST_LOG_NO_FLUSH));
424 if (!(log->flags & QP_TEST_LOG_NO_FLUSH))
480 if (!(log->flags & QP_TEST_LOG_NO_FLUSH))
    [all...]
  /external/deqp/framework/common/
tcuCommandLine.cpp 733 m_logFlags |= QP_TEST_LOG_NO_FLUSH;

Completed in 60 milliseconds