Home
last modified time | relevance | path

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

/external/deqp/external/openglcts/modules/gl/
Dgl4cShadingLanguage420PackTests.hpp384 …static uniformMatrixNfv getUniformMatrixNfv(const glw::Functions& gl, glw::GLuint n_columns, glw::…
Dgl4cEnhancedLayoutsTests.hpp975 uniformMatrixNfv getUniformMatrixNfv(const glw::Functions& gl, glw::GLuint n_columns, glw::GLuint n…
Dgl4cShadingLanguage420PackTests.cpp886 Utils::uniformMatrixNfv Utils::getUniformMatrixNfv(const glw::Functions& gl, glw::GLuint n_columns,… in getUniformMatrixNfv() function in gl4cts::GLSL420Pack::Utils
18484 getUniformMatrixNfv(gl, n_columns, n_rows)(location, 1 /* count */, false, (const GLfloat*)data); in uniform()
Dgl4cEnhancedLayoutsTests.cpp943 uniformMatrixNfv getUniformMatrixNfv(const glw::Functions& gl, glw::GLuint n_columns, glw::GLuint n… in getUniformMatrixNfv() function
3014getUniformMatrixNfv(gl, type.m_n_columns, type.m_n_rows)(location, count, false, (const GLfloat*)d… in Uniform()