Lines Matching refs:DE_FALSE

205 	if (qpTestLog_writeText(m_log, DE_NULL, DE_NULL, QP_KEY_TAG_NONE, msgStr) == DE_FALSE)
213 if (qpTestLog_startImageSet(m_log, name, description) == DE_FALSE)
221 if (qpTestLog_endImageSet(m_log) == DE_FALSE)
378 if (qpTestLog_writeImage(m_log, name, description, compressionMode, format, width, height, stride, data) == DE_FALSE)
386 if (qpTestLog_startSection(m_log, name, description) == DE_FALSE)
394 if (qpTestLog_endSection(m_log) == DE_FALSE)
402 if (qpTestLog_startShaderProgram(m_log, linkOk?DE_TRUE:DE_FALSE, linkInfoLog) == DE_FALSE)
410 if (qpTestLog_endShaderProgram(m_log) == DE_FALSE)
418 if (qpTestLog_writeShader(m_log, type, source, compileOk?DE_TRUE:DE_FALSE, infoLog) == DE_FALSE)
426 if (qpTestLog_writeSpirVAssemblySource(m_log, source) == DE_FALSE)
434 if (qpTestLog_writeKernelSource(m_log, source) == DE_FALSE)
442 if (qpTestLog_writeCompileInfo(m_log, name, description, compileOk ? DE_TRUE : DE_FALSE, infoLog) == DE_FALSE)
450 if (qpTestLog_writeFloat(m_log, name, description, unit, tag, value) == DE_FALSE)
458 if (qpTestLog_writeInteger(m_log, name, description, unit, tag, value) == DE_FALSE)
465 if (qpTestLog_startEglConfigSet(m_log, name, description) == DE_FALSE)
472 if (qpTestLog_writeEglConfig(m_log, config) == DE_FALSE)
479 if (qpTestLog_endEglConfigSet(m_log) == DE_FALSE)
486 if (qpTestLog_startCase(m_log, testCasePath, testCaseType) == DE_FALSE)
506 if (qpTestLog_endCase(m_log, result, description) == DE_FALSE)
513 if (qpTestLog_terminateCase(m_log, result) == DE_FALSE)
520 if (qpTestLog_startTestsCasesTime(m_log) == DE_FALSE)
527 if (qpTestLog_endTestsCasesTime(m_log) == DE_FALSE)
534 if (qpTestLog_startSampleList(m_log, name.c_str(), description.c_str()) == DE_FALSE)
541 if (qpTestLog_startSampleInfo(m_log) == DE_FALSE)
548 if (qpTestLog_writeValueInfo(m_log, name.c_str(), description.c_str(), unit.empty() ? DE_NULL : unit.c_str(), tag) == DE_FALSE)
555 if (qpTestLog_endSampleInfo(m_log) == DE_FALSE)
562 if (qpTestLog_startSample(m_log) == DE_FALSE)
569 if (qpTestLog_writeValueFloat(m_log, value) == DE_FALSE)
576 if (qpTestLog_writeValueInteger(m_log, value) == DE_FALSE)
583 if (qpTestLog_endSample(m_log) == DE_FALSE)
590 if (qpTestLog_endSampleList(m_log) == DE_FALSE)