Home
last modified time | relevance | path

Searched defs:print_errors (Results 1 – 2 of 2) sorted by relevance

/external/eigen/unsupported/test/
Dopenglsupport.cpp96 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()
/external/libusb/msvc/getopt/
Dgetopt.c519 int print_errors = opterr; local