Lines Matching defs:sources
192 ShaderProgram (const glw::Functions& gl, const ProgramSources& sources);
194 ShaderProgram (const RenderContext& renderCtx, const ProgramSources& sources);
210 void init (const glw::Functions& gl, const ProgramSources& sources);
226 tcu::TestLog& operator<< (tcu::TestLog& log, const ProgramSources& sources);
352 std::vector<std::string> sources[SHADERTYPE_LAST];
364 ProgramSources& operator<< (const ShaderSource& shaderSource) { sources[shaderSource.shaderType].push_back(shaderSource.source); return *this; }
473 ProgramSources sources;
474 sources.sources[SHADERTYPE_VERTEX].push_back(vertexSrc);
475 sources.sources[SHADERTYPE_FRAGMENT].push_back(fragmentSrc);
476 return sources;