Lines Matching refs:scaleLoc
298 GLuint scaleLoc = (GLuint)-1; in render() local
306 scaleLoc = gl.getUniformLocation(m_program->getProgram(), "u_posScale"); in render()
307 TCU_CHECK(scaleLoc != (GLuint)-1); in render()
318 gl.uniform1f(scaleLoc, 1.0f); in render()
332 gl.uniform1f(scaleLoc, 0.25f); in render()
349 gl.uniform1f(scaleLoc, 0.25f); in render()
366 gl.uniform1f(scaleLoc, 0.25f); in render()
789 GLuint scaleLoc = (GLuint)-1; in render() local
800 scaleLoc = glGetUniformLocation(m_program->getProgram(), "u_posScale"); in render()
801 TCU_CHECK(scaleLoc != (GLuint)-1); in render()
815 gl.uniform1f(scaleLoc, 1.0f); in render()
829 gl.uniform1f(scaleLoc, 0.25f); in render()
846 gl.uniform1f(scaleLoc, 0.25f); in render()
863 gl.uniform1f(scaleLoc, 0.25f); in render()