Home
last modified time | relevance | path

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

/external/deqp/external/openglcts/modules/gl/
Dgl4cShadingLanguage420PackTests.hpp376 static uniformNfv getUniformNfv(const glw::Functions& gl, glw::GLuint n_rows);
Dgl4cEnhancedLayoutsTests.hpp971 uniformNfv getUniformNfv(const glw::Functions& gl, glw::GLuint n_rows);
Dgl4cShadingLanguage420PackTests.cpp722 Utils::uniformNfv Utils::getUniformNfv(const glw::Functions& gl, glw::GLuint n_rows) in getUniformNfv() function in gl4cts::GLSL420Pack::Utils
18479 getUniformNfv(gl, n_rows)(location, 1 /* count */, (const GLfloat*)data); in uniform()
Dgl4cEnhancedLayoutsTests.cpp779 uniformNfv getUniformNfv(const glw::Functions& gl, glw::GLuint n_rows) in getUniformNfv() function
3009 getUniformNfv(gl, type.m_n_rows)(location, count, (const GLfloat*)data); in Uniform()