Searched refs:shaderProgramInfo (Results 1 – 2 of 2) sorted by relevance
495 tcu::TestLog& operator<< (tcu::TestLog& log, const ShaderProgramInfo& shaderProgramInfo) in operator <<() argument497 std::vector<const ShaderInfo*> shaderPtrs (shaderProgramInfo.shaders.size()); in operator <<()500 shaderPtrs[ndx] = &shaderProgramInfo.shaders[ndx]; in operator <<()502 …logShaderProgram(log, shaderProgramInfo.program, shaderPtrs.size(), shaderPtrs.empty() ? DE_NULL :… in operator <<()
214 tcu::TestLog& operator<< (tcu::TestLog& log, const ShaderProgramInfo& shaderProgramInfo);