Home
last modified time | relevance | path

Searched refs:qpShaderType (Results 1 – 7 of 7) sorted by relevance

/external/deqp/framework/qphelper/
DqpTestLog.h149 } qpShaderType; typedef
215 deBool qpTestLog_writeShader (qpTestLog* log, qpShaderType type, const char* source, deBool co…
DqpTestLog.c1024 deBool qpTestLog_writeShader (qpTestLog* log, qpShaderType type, const char* source, deBool compile… in qpTestLog_writeShader()
/external/deqp/framework/common/
DtcuTestLog.hpp145 …void writeShader (qpShaderType type, const char* source, bool compileOk, const char* infoLog…
312 …LogShader (qpShaderType type, const std::string& source, bool compileOk, const std::string& infoLo… in LogShader()
323 qpShaderType m_type;
DtcuTestLog.cpp312 void TestLog::writeShader (qpShaderType type, const char* source, bool compileOk, const char* infoL… in writeShader()
/external/deqp/framework/opengl/
DgluShaderProgram.cpp382 qpShaderType getLogShaderType (ShaderType shaderType) in getLogShaderType()
384 static const qpShaderType s_typeMap[] = in getLogShaderType()
DgluShaderProgram.hpp197 qpShaderType getLogShaderType (ShaderType shaderType);
/external/deqp/modules/gles31/functional/
Des31fSeparateShaderTests.cpp640 qpShaderType qpType = glu::getLogShaderType(m_shaderType); in writeToLog()
1119 qpShaderType qpType = glu::getLogShaderType(shaderType); in createSingleShaderProgram()