Searched refs:uniformNiv (Results 1 – 6 of 6) sorted by relevance
/external/deqp/external/openglcts/modules/gl/ |
D | gl4cShadingLanguage420PackTests.hpp | 365 typedef GLW_APICALL void(GLW_APIENTRY* uniformNiv)(glw::GLint, glw::GLsizei, const glw::GLint*); typedef in gl4cts::GLSL420Pack::Utils 378 static uniformNiv getUniformNiv(const glw::Functions& gl, glw::GLuint n_rows);
|
D | gl4cEnhancedLayoutsTests.hpp | 962 typedef GLW_APICALL void(GLW_APIENTRY* uniformNiv)(glw::GLint, glw::GLsizei, const glw::GLint*); typedef 972 uniformNiv getUniformNiv(const glw::Functions& gl, glw::GLuint n_rows);
|
D | gl4cShadingLanguage420PackTests.cpp | 754 Utils::uniformNiv Utils::getUniformNiv(const glw::Functions& gl, glw::GLuint n_rows) in getUniformNiv() 756 uniformNiv result = 0; in getUniformNiv()
|
D | gl4cEnhancedLayoutsTests.cpp | 811 uniformNiv getUniformNiv(const glw::Functions& gl, glw::GLuint n_rows) in getUniformNiv() 813 uniformNiv result = 0; in getUniformNiv()
|
/external/deqp/modules/gles2/performance/ |
D | es2pShaderOperatorTests.cpp | 109 static void uniformNiv (const glw::Functions& gl, int n, int location, int count, const int* data) in uniformNiv() function 1798 uniformNiv(gl, scalarSize, location, 1, &values[0]); in setGeneralUniforms() 1805 uniformNiv(gl, scalarSize, location, 1, &values[0]); in setGeneralUniforms()
|
/external/deqp/modules/gles3/performance/ |
D | es3pShaderOperatorTests.cpp | 109 static void uniformNiv (const glw::Functions& gl, int n, int location, int count, const int* data) in uniformNiv() function 1806 uniformNiv(gl, scalarSize, location, 1, &values[0]); in setGeneralUniforms() 1813 uniformNiv(gl, scalarSize, location, 1, &values[0]); in setGeneralUniforms()
|