Searched refs:qpShaderType (Results 1 – 7 of 7) sorted by relevance
/external/deqp/framework/qphelper/ |
D | qpTestLog.h | 151 } qpShaderType; typedef 220 deBool qpTestLog_writeShader (qpTestLog* log, qpShaderType type, const char* source, deBool com…
|
D | qpTestLog.c | 1049 deBool qpTestLog_writeShader (qpTestLog* log, qpShaderType type, const char* source, deBool compile… in qpTestLog_writeShader()
|
/external/deqp/framework/common/ |
D | tcuTestLog.hpp | 148 …void writeShader (qpShaderType type, const char* source, bool compileOk, const char* infoLog… 311 …LogShader (qpShaderType type, const std::string& source, bool compileOk, const std::string& infoLo… in LogShader() 322 qpShaderType m_type;
|
D | tcuTestLog.cpp | 390 void TestLog::writeShader (qpShaderType type, const char* source, bool compileOk, const char* infoL… in writeShader()
|
/external/deqp/framework/opengl/ |
D | gluShaderProgram.cpp | 569 qpShaderType getLogShaderType (ShaderType shaderType) in getLogShaderType() 571 static const qpShaderType s_typeMap[] = in getLogShaderType()
|
D | gluShaderProgram.hpp | 222 qpShaderType getLogShaderType (ShaderType shaderType);
|
/external/deqp/modules/gles31/functional/ |
D | es31fSeparateShaderTests.cpp | 648 qpShaderType qpType = glu::getLogShaderType(m_shaderType); in writeToLog() 1127 qpShaderType qpType = glu::getLogShaderType(shaderType); in createSingleShaderProgram()
|