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

  /external/deqp/framework/qphelper/
qpTestLog.h 217 deBool qpTestLog_writeShader (qpTestLog* log, qpShaderType type, const char* source, deBool compileOk, const char* infoLog);
qpTestLog.c 1029 deBool qpTestLog_writeShader (qpTestLog* log, qpShaderType type, const char* source, deBool compileOk, const char* infoLog)
1048 qpPrintf("qpTestLog_writeShader(): Writing XML failed\n");
    [all...]
  /external/deqp/framework/common/
tcuTestLog.cpp 392 if (qpTestLog_writeShader(m_log, type, source, compileOk?DE_TRUE:DE_FALSE, infoLog) == DE_FALSE)

Completed in 50 milliseconds