Lines Matching refs:n_rows
294 …oid uniform(const glw::GLchar* uniform_name, TYPES type, glw::GLuint n_columns, glw::GLuint n_rows,
374 static uniformNdv getUniformNdv(const glw::Functions& gl, glw::GLuint n_rows);
376 static uniformNfv getUniformNfv(const glw::Functions& gl, glw::GLuint n_rows);
378 static uniformNiv getUniformNiv(const glw::Functions& gl, glw::GLuint n_rows);
380 static uniformNuiv getUniformNuiv(const glw::Functions& gl, glw::GLuint n_rows);
382 …MatrixNdv getUniformMatrixNdv(const glw::Functions& gl, glw::GLuint n_columns, glw::GLuint n_rows);
384 …MatrixNfv getUniformMatrixNfv(const glw::Functions& gl, glw::GLuint n_columns, glw::GLuint n_rows);
438 static const glw::GLchar* getTypeName(TYPES type, glw::GLuint n_columns, glw::GLuint n_rows);
977 std::string getValueList(glw::GLuint n_columns, glw::GLuint n_rows);
1011 std::string getValueList(glw::GLuint n_rows);
2645 std::string getMatrixInitializer(glw::GLuint n_cols, glw::GLuint n_rows);
2647 std::string getVectorInitializer(Utils::TYPES type, glw::GLuint n_rows);