Home
last modified time | relevance | path

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

/external/deqp/external/openglcts/modules/gl/
Dgl4cShadingLanguage420PackTests.hpp374 static uniformNdv getUniformNdv(const glw::Functions& gl, glw::GLuint n_rows);
Dgl4cEnhancedLayoutsTests.hpp970 uniformNdv getUniformNdv(const glw::Functions& gl, glw::GLuint n_rows);
Dgl4cShadingLanguage420PackTests.cpp690 Utils::uniformNdv Utils::getUniformNdv(const glw::Functions& gl, glw::GLuint n_rows) in getUniformNdv() function in gl4cts::GLSL420Pack::Utils
18467 getUniformNdv(gl, n_rows)(location, 1 /* count */, (const GLdouble*)data); in uniform()
Dgl4cEnhancedLayoutsTests.cpp747 uniformNdv getUniformNdv(const glw::Functions& gl, glw::GLuint n_rows) in getUniformNdv() function
2997 getUniformNdv(gl, type.m_n_rows)(location, count, (const GLdouble*)data); in Uniform()