Lines Matching refs:m_samplerShader
1089 glu::ShaderProgram* m_samplerShader;
1105 , m_samplerShader (DE_NULL)
1222 if (m_samplerShader)
1224 delete m_samplerShader;
1225 m_samplerShader = DE_NULL;
1371 m_samplerShader = new glu::ShaderProgram(m_context.getRenderContext(), glu::ProgramSources() << glu::VertexSource(specializeShader(m_context, vertexShaderSource)) << glu::FragmentSource(tcu::StringTemplate(fragmentShaderSource).specialize(fragmentArguments)));
1372 m_testCtx.getLog() << *m_samplerShader;
1374 if (!m_samplerShader->isOk())
1470 const int posLocation = gl.getAttribLocation(m_samplerShader->getProgram(), "a_position");
1471 const int samplerLocation = gl.getUniformLocation(m_samplerShader->getProgram(), "u_sampler");
1472 const int maxSamplesLocation = gl.getUniformLocation(m_samplerShader->getProgram(), "u_maxSamples");
1473 const int layerLocation = gl.getUniformLocation(m_samplerShader->getProgram(), "u_layer");
1474 const int valueLocation = gl.getUniformLocation(m_samplerShader->getProgram(), "u_cmpValue");
1497 gl.useProgram(m_samplerShader->getProgram());