Home
last modified time | relevance | path

Searched refs:scaleLoc (Results 1 – 4 of 4) sorted by relevance

/external/deqp/modules/glshared/
DglsSamplerObjectTest.cpp298 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()
[all …]
/external/deqp/modules/gles3/functional/
Des3fShaderDerivateTests.cpp760 const int scaleLoc = gl.getUniformLocation(program.getProgram(), "u_scale"); in iterate() local
766 gl.uniform1f(scaleLoc, m_derivScale.x()); in iterate()
771 gl.uniform2fv(scaleLoc, 1, m_derivScale.getPtr()); in iterate()
776 gl.uniform3fv(scaleLoc, 1, m_derivScale.getPtr()); in iterate()
781 gl.uniform4fv(scaleLoc, 1, m_derivScale.getPtr()); in iterate()
Des3fShaderBuiltinVarTests.cpp337 const int scaleLoc = gl.getUniformLocation(program.getProgram(), "u_scale"); in iterate() local
341 gl.uniform3fv(scaleLoc, 1, scale.getPtr()); in iterate()
/external/deqp/modules/gles2/functional/
Des2fShaderBuiltinVarTests.cpp318 const int scaleLoc = gl.getUniformLocation(program.getProgram(), "u_scale"); in iterate() local
322 gl.uniform3fv(scaleLoc, 1, scale.getPtr()); in iterate()