Lines Matching refs:n_rows
671 Type Type::GetType(TYPES basic_type, glw::GLuint n_columns, glw::GLuint n_rows) in GetType() argument
673 Type type = { basic_type, n_columns, n_rows }; in GetType()
747 uniformNdv getUniformNdv(const glw::Functions& gl, glw::GLuint n_rows) in getUniformNdv() argument
751 switch (n_rows) in getUniformNdv()
779 uniformNfv getUniformNfv(const glw::Functions& gl, glw::GLuint n_rows) in getUniformNfv() argument
783 switch (n_rows) in getUniformNfv()
811 uniformNiv getUniformNiv(const glw::Functions& gl, glw::GLuint n_rows) in getUniformNiv() argument
815 switch (n_rows) in getUniformNiv()
843 uniformNuiv getUniformNuiv(const glw::Functions& gl, glw::GLuint n_rows) in getUniformNuiv() argument
847 switch (n_rows) in getUniformNuiv()
875 …mMatrixNdv getUniformMatrixNdv(const glw::Functions& gl, glw::GLuint n_columns, glw::GLuint n_rows) in getUniformMatrixNdv() argument
882 switch (n_rows) in getUniformMatrixNdv()
898 switch (n_rows) in getUniformMatrixNdv()
914 switch (n_rows) in getUniformMatrixNdv()
943 …mMatrixNfv getUniformMatrixNfv(const glw::Functions& gl, glw::GLuint n_columns, glw::GLuint n_rows) in getUniformMatrixNfv() argument
950 switch (n_rows) in getUniformMatrixNfv()
966 switch (n_rows) in getUniformMatrixNfv()
982 switch (n_rows) in getUniformMatrixNfv()
15118 glw::GLint location, const glw::GLchar* location_str, glw::GLuint n_rows, in test() argument
15125 m_n_rows = n_rows; in test()