Searched defs:print_errors (Results 1 – 2 of 2) sorted by relevance
96 GLint createProgram(const char* vtx, const char* frg, bool print_errors = true) in createProgram()157 GLint createProgram(const std::string& vtx, const std::string& frg, bool print_errors = true) in createProgram()
519 int print_errors = opterr; local