Home | History | Annotate | Download | only in functional

Lines Matching refs:fragShaderSource

417 	const char* const	fragShaderSource	=	"#version 310 es\n"
428 m_samplerProgram = new glu::ShaderProgram(m_context.getRenderContext(), glu::ProgramSources() << glu::VertexSource(vertexShaderSource) << glu::FragmentSource(fragShaderSource));
762 const char* const fragShaderSource = "#version 310 es\n"
788 m_samplerProgram = new glu::ShaderProgram(m_context.getRenderContext(), glu::ProgramSources() << glu::VertexSource(vertexShaderSource) << glu::FragmentSource(tcu::StringTemplate(fragShaderSource).specialize(args)));
809 const char* const fragShaderSource = "#version 310 es\n"
818 m_alphaProgram = new glu::ShaderProgram(m_context.getRenderContext(), glu::ProgramSources() << glu::VertexSource(vertexShaderSource) << glu::FragmentSource(fragShaderSource));