Home | History | Annotate | Download | only in glshared

Lines Matching refs:ProgramSources

405 								VertexProcessorExecutor	(const glu::RenderContext& renderCtx, const ShaderSpec& shaderSpec, const glu::ProgramSources& sources);
445 VertexProcessorExecutor::VertexProcessorExecutor (const glu::RenderContext& renderCtx, const ShaderSpec& shaderSpec, const glu::ProgramSources& sources)
448 glu::ProgramSources(sources) << getTFVaryings(shaderSpec.outputs.begin(), shaderSpec.outputs.end())
559 glu::ProgramSources() << glu::VertexSource(generateVertexShader(shaderSpec))
585 glu::ProgramSources() << glu::VertexSource(generatePassthroughVertexShader(shaderSpec, "", "geom_"))
644 glu::ProgramSources() << glu::VertexSource(generatePassthroughVertexShader(shaderSpec, "a_", ""))
841 BufferIoExecutor (const glu::RenderContext& renderCtx, const ShaderSpec& shaderSpec, const glu::ProgramSources& sources);
895 ProgramSources& sources)
1222 glu::ProgramSources() << glu::ComputeSource(generateComputeShader(shaderSpec)))
1360 , BufferIoExecutor (renderCtx, shaderSpec, glu::ProgramSources()
1463 , BufferIoExecutor (renderCtx, shaderSpec, glu::ProgramSources()