Lines Matching defs:program
772 void renderTo (sglr::Context& ctx, sglr::ShaderProgram& program, tcu::Surface& dst);
796 GridProgram program;
800 renderTo(ctx, program, surface);
811 void InstancedGridRenderTest::renderTo (sglr::Context& ctx, sglr::ShaderProgram& program, tcu::Surface& dst)
822 deUint32 programID = ctx.createProgram(&program);
2318 glu::ShaderProgram program (m_context.getRenderContext(), glu::ProgramSources() << glu::VertexSource(s_commonVertexShaderSource) << glu::FragmentSource(s_commonFragmentShaderSource));
2319 deUint32 programID = program.getProgram();
2489 glu::ShaderProgram program (m_context.getRenderContext(), glu::ProgramSources() << glu::VertexSource(s_commonVertexShaderSource) << glu::FragmentSource(s_commonFragmentShaderSource));
2495 const deUint32 programID = program.getProgram();
2633 glu::ShaderProgram program (m_context.getRenderContext(), glu::ProgramSources() << glu::VertexSource(s_commonVertexShaderSource) << glu::FragmentSource(s_commonFragmentShaderSource));
2639 const deUint32 programID = program.getProgram();