Lines Matching refs:m_textureSamplerProgram
78 , m_textureSamplerProgram (DE_NULL)
212 m_textureSamplerProgram = new glu::ShaderProgram(m_context.getRenderContext(), glu::ProgramSources()
215 if (!m_textureSamplerProgram->isOk())
217 m_testCtx.getLog() << tcu::TestLog::Section("SamplerShader", "Sampler shader") << *m_textureSamplerProgram << tcu::TestLog::EndSection;
332 delete m_textureSamplerProgram;
333 m_textureSamplerProgram = DE_NULL;
557 const deInt32 posLocation = gl.getAttribLocation(m_textureSamplerProgram->getProgram(), "a_position");
558 const deInt32 samplerLocation = gl.getUniformLocation(m_textureSamplerProgram->getProgram(), "u_sampler");
586 gl.useProgram(m_textureSamplerProgram->getProgram());
608 const deInt32 posLocation = gl.getAttribLocation(m_textureSamplerProgram->getProgram(), "a_position");
609 const deInt32 samplerLocation = gl.getUniformLocation(m_textureSamplerProgram->getProgram(), "u_sampler");
610 const deInt32 sampleLocation = gl.getUniformLocation(m_textureSamplerProgram->getProgram(), "u_sampleNdx");
644 gl.useProgram(m_textureSamplerProgram->getProgram());