Lines Matching refs:n_rows
708 Type Type::GetType(TYPES basic_type, glw::GLuint n_columns, glw::GLuint n_rows) in GetType() argument
710 Type type = { basic_type, n_columns, n_rows }; in GetType()
806 uniformNdv getUniformNdv(const glw::Functions& gl, glw::GLuint n_rows) in getUniformNdv() argument
810 switch (n_rows) in getUniformNdv()
838 uniformNfv getUniformNfv(const glw::Functions& gl, glw::GLuint n_rows) in getUniformNfv() argument
842 switch (n_rows) in getUniformNfv()
870 uniformNiv getUniformNiv(const glw::Functions& gl, glw::GLuint n_rows) in getUniformNiv() argument
874 switch (n_rows) in getUniformNiv()
902 uniformNuiv getUniformNuiv(const glw::Functions& gl, glw::GLuint n_rows) in getUniformNuiv() argument
906 switch (n_rows) in getUniformNuiv()
934 …mMatrixNdv getUniformMatrixNdv(const glw::Functions& gl, glw::GLuint n_columns, glw::GLuint n_rows) in getUniformMatrixNdv() argument
941 switch (n_rows) in getUniformMatrixNdv()
957 switch (n_rows) in getUniformMatrixNdv()
973 switch (n_rows) in getUniformMatrixNdv()
1002 …mMatrixNfv getUniformMatrixNfv(const glw::Functions& gl, glw::GLuint n_columns, glw::GLuint n_rows) in getUniformMatrixNfv() argument
1009 switch (n_rows) in getUniformMatrixNfv()
1025 switch (n_rows) in getUniformMatrixNfv()
1041 switch (n_rows) in getUniformMatrixNfv()
6896 const GLuint n_rows = slot_sizes[base_slot] / n_component_size; in test() local
6899 1 /* n_columns */, n_rows /* n_rows */); in test()
15292 glw::GLint location, const glw::GLchar* location_str, glw::GLuint n_rows, in test() argument
15299 m_n_rows = n_rows; in test()