Home
last modified time | relevance | path

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

/third_party/vk-gl-cts/framework/qphelper/
DqpTestLog.h162 } qpShaderType; typedef
232 deBool qpTestLog_writeShader (qpTestLog* log, qpShaderType type, const char* source, deBool com…
DqpTestLog.c1089 deBool qpTestLog_writeShader (qpTestLog* log, qpShaderType type, const char* source, deBool compile… in qpTestLog_writeShader()
/third_party/vk-gl-cts/framework/common/
DtcuTestLog.hpp150 …void writeShader (qpShaderType type, const char* source, bool compileOk, const char* infoLog…
319 …LogShader (qpShaderType type, const std::string& source, bool compileOk, const std::string& infoLo… in LogShader()
330 qpShaderType m_type;
DtcuTestLog.cpp405 void TestLog::writeShader (qpShaderType type, const char* source, bool compileOk, const char* infoL… in writeShader()
/third_party/vk-gl-cts/framework/opengl/
DgluShaderProgram.cpp585 qpShaderType getLogShaderType (ShaderType shaderType) in getLogShaderType()
587 static const qpShaderType s_typeMap[] = in getLogShaderType()
DgluShaderProgram.hpp222 qpShaderType getLogShaderType (ShaderType shaderType);
/third_party/vk-gl-cts/modules/gles31/functional/
Des31fSeparateShaderTests.cpp648 qpShaderType qpType = glu::getLogShaderType(m_shaderType); in writeToLog()
1127 qpShaderType qpType = glu::getLogShaderType(shaderType); in createSingleShaderProgram()