Lines Matching refs:n_rows
704 * @param n_rows Number of rows
708 Type Type::GetType(TYPES basic_type, glw::GLuint n_columns, glw::GLuint n_rows)
710 Type type = { basic_type, n_columns, n_rows };
802 * @param n_rows Number of rows
806 uniformNdv getUniformNdv(const glw::Functions& gl, glw::GLuint n_rows)
810 switch (n_rows)
834 * @param n_rows Number of rows
838 uniformNfv getUniformNfv(const glw::Functions& gl, glw::GLuint n_rows)
842 switch (n_rows)
866 * @param n_rows Number of rows
870 uniformNiv getUniformNiv(const glw::Functions& gl, glw::GLuint n_rows)
874 switch (n_rows)
898 * @param n_rows Number of rows
902 uniformNuiv getUniformNuiv(const glw::Functions& gl, glw::GLuint n_rows)
906 switch (n_rows)
930 * @param n_rows Number of rows
934 uniformMatrixNdv getUniformMatrixNdv(const glw::Functions& gl, glw::GLuint n_columns, glw::GLuint n_rows)
941 switch (n_rows)
957 switch (n_rows)
973 switch (n_rows)
998 * @param n_rows Number of rows
1002 uniformMatrixNfv getUniformMatrixNfv(const glw::Functions& gl, glw::GLuint n_columns, glw::GLuint n_rows)
1009 switch (n_rows)
1025 switch (n_rows)
1041 switch (n_rows)
6896 const GLuint n_rows = slot_sizes[base_slot] / n_component_size;
6899 1 /* n_columns */, n_rows /* n_rows */);
15077 const Utils::Type& basic_type = Utils::Type::GetType(vector_type.m_basic_type, 1 /* n_cols */, 1 /* n_rows */);
15292 glw::GLint location, const glw::GLchar* location_str, glw::GLuint n_rows,
15299 m_n_rows = n_rows;