Home
last modified time | relevance | path

Searched refs:m_uniform_locations (Results 1 – 2 of 2) sorted by relevance

/external/deqp/external/openglcts/modules/gl/
Dgl4cShaderSubroutineTests.hpp520 glw::GLuint m_uniform_locations[3]; member in gl4cts::ShaderSubroutine::FunctionalTest5
580 glw::GLuint m_uniform_locations[3]; member in gl4cts::ShaderSubroutine::FunctionalTest7_8
693 glw::GLuint m_uniform_locations[2]; member in gl4cts::ShaderSubroutine::FunctionalTest11
Dgl4cShaderSubroutineTests.cpp3998 m_uniform_locations[i] = program.getUniformLocation(uniform_names[i]); in iterate()
4140 static const GLuint n_uniforms = sizeof(m_uniform_locations) / sizeof(m_uniform_locations[0]); in testDraw()
4160 gl.uniform4f(m_uniform_locations[i], input_data[i].m_x, input_data[i].m_y, input_data[i].m_z, in testDraw()
4553 m_uniform_locations[i] = program.getUniformLocation(uniform_names[i]); in iterate()
4850 gl.uniform4f(m_uniform_locations[0], left.m_x, left.m_y, left.m_z, left.m_w); in testDraw()
4853 gl.uniform4f(m_uniform_locations[1], right.m_x, right.m_y, right.m_z, right.m_w); in testDraw()
4856 gl.uniform4ui(m_uniform_locations[2], indices.m_x, indices.m_y, indices.m_z, indices.m_w); in testDraw()
5685 m_uniform_locations[i] = program.getUniformLocation(uniform_names[i]); in iterate()
5780 const GLuint location = m_uniform_locations[i]; in testDraw()