Home
last modified time | relevance | path

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

/external/deqp/external/openglcts/modules/gl/
Dgl4cShadingLanguage420PackTests.hpp378 static uniformNiv getUniformNiv(const glw::Functions& gl, glw::GLuint n_rows);
Dgl4cEnhancedLayoutsTests.hpp972 uniformNiv getUniformNiv(const glw::Functions& gl, glw::GLuint n_rows);
Dgl4cShadingLanguage420PackTests.cpp754 Utils::uniformNiv Utils::getUniformNiv(const glw::Functions& gl, glw::GLuint n_rows) in getUniformNiv() function in gl4cts::GLSL420Pack::Utils
18489 getUniformNiv(gl, n_rows)(location, 1 /* count */, (const GLint*)data); in uniform()
Dgl4cEnhancedLayoutsTests.cpp811 uniformNiv getUniformNiv(const glw::Functions& gl, glw::GLuint n_rows) in getUniformNiv() function
3019 getUniformNiv(gl, type.m_n_rows)(location, count, (const GLint*)data); in Uniform()