Home
last modified time | relevance | path

Searched refs:scaleLoc (Results 1 - 5 of 5) sorted by relevance

/third_party/vk-gl-cts/modules/glshared/
H A 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()
319 GLU_EXPECT_NO_ERROR(gl.getError(), "glUniform1f(scaleLoc, 1.0f)"); in render()
332 gl.uniform1f(scaleLoc, 0.25f); in render()
333 GLU_EXPECT_NO_ERROR(gl.getError(), "glUniform1f(scaleLoc, 0.25f)"); in render()
349 gl.uniform1f(scaleLoc, 0.25f); in render()
350 GLU_EXPECT_NO_ERROR(gl.getError(), "glUniform1f(scaleLoc, 0.25f)"); in render()
366 gl.uniform1f(scaleLoc, 0.2 in render()
787 GLuint scaleLoc = (GLuint)-1; render() local
[all...]
/third_party/vk-gl-cts/external/openglcts/modules/common/
H A DglcCompressedFormatTests.cpp253 GLuint scaleLoc() const;
394 GLuint SharedData::scaleLoc () const in scaleLoc() function in glcts::__anon27555::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/
H A Des3fShaderDerivateTests.cpp775 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()
H A Des3fShaderBuiltinVarTests.cpp337 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/
H A Des2fShaderBuiltinVarTests.cpp319 const int scaleLoc = gl.getUniformLocation(program.getProgram(), "u_scale"); in iterate() local
323 gl.uniform3fv(scaleLoc, 1, scale.getPtr()); in iterate()

Completed in 9 milliseconds