Lines Matching refs:ShaderProgram
368 ShaderProgram::ShaderProgram (const RenderContext& renderCtx, const ProgramSources& sources) in ShaderProgram() function in glu::ShaderProgram
374 ShaderProgram::ShaderProgram (const RenderContext& renderCtx, const ProgramBinaries& binaries) in ShaderProgram() function in glu::ShaderProgram
380 ShaderProgram::ShaderProgram (const glw::Functions& gl, const ProgramSources& sources) in ShaderProgram() function in glu::ShaderProgram
386 ShaderProgram::ShaderProgram (const glw::Functions& gl, const ProgramBinaries& binaries) in ShaderProgram() function in glu::ShaderProgram
392 void ShaderProgram::init (const glw::Functions& gl, const ProgramSources& sources) in init()
449 void ShaderProgram::init (const glw::Functions& gl, const ProgramBinaries& binaries) in init()
509 void ShaderProgram::setBinary (const glw::Functions& gl, std::vector<Shader*>& shaders, glw::GLenum… in setBinary()
528 ShaderProgram::~ShaderProgram (void) in ~ShaderProgram()
610 …return log << tcu::TestLog::ShaderProgram(false, "Plain shader") << shader.getInfo() << tcu::TestL… in operator <<()
615 log << tcu::TestLog::ShaderProgram(programInfo.linkOk, programInfo.infoLog); in logShaderProgram()
681 tcu::TestLog& operator<< (tcu::TestLog& log, const ShaderProgram& shaderProgram) in operator <<()
698 log << tcu::TestLog::ShaderProgram(false, "(Source only)"); in operator <<()