Searched refs:scaleLoc (Results 1 – 5 of 5) sorted by relevance
/third_party/vk-gl-cts/modules/glshared/ |
D | glsSamplerObjectTest.cpp | 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() 787 GLuint scaleLoc = (GLuint)-1; in render() local 798 scaleLoc = glGetUniformLocation(m_program->getProgram(), "u_posScale"); in render() 799 TCU_CHECK(scaleLoc != (GLuint)-1); in render() [all …]
|
/third_party/vk-gl-cts/external/openglcts/modules/common/ |
D | glcCompressedFormatTests.cpp | 253 GLuint scaleLoc() const; 394 GLuint SharedData::scaleLoc () const in scaleLoc() function in glcts::__anonc333a3920111::SharedData 1586 gl.uniform4fv(m_data->scaleLoc(), 1, defaultOffset.scale.getPtr()); in iterate() 1621 gl.uniform4fv(m_data->scaleLoc(), 1, defaultOffset.scale.getPtr()); in iterate() 1629 gl.uniform4fv(m_data->scaleLoc(), 1, offset.scale.getPtr()); in iterate()
|
/third_party/vk-gl-cts/modules/gles3/functional/ |
D | es3fShaderDerivateTests.cpp | 775 const int scaleLoc = gl.getUniformLocation(program.getProgram(), "u_scale"); in iterate() local 781 gl.uniform1f(scaleLoc, m_derivScale.x()); in iterate() 786 gl.uniform2fv(scaleLoc, 1, m_derivScale.getPtr()); in iterate() 791 gl.uniform3fv(scaleLoc, 1, m_derivScale.getPtr()); in iterate() 796 gl.uniform4fv(scaleLoc, 1, m_derivScale.getPtr()); in iterate()
|
D | es3fShaderBuiltinVarTests.cpp | 337 const int scaleLoc = gl.getUniformLocation(program.getProgram(), "u_scale"); in iterate() local 341 gl.uniform3fv(scaleLoc, 1, scale.getPtr()); in iterate()
|
/third_party/vk-gl-cts/modules/gles2/functional/ |
D | es2fShaderBuiltinVarTests.cpp | 319 const int scaleLoc = gl.getUniformLocation(program.getProgram(), "u_scale"); in iterate() local 323 gl.uniform3fv(scaleLoc, 1, scale.getPtr()); in iterate()
|