Searched refs:checkGLImp (Results 1 – 2 of 2) sorted by relevance
279 void checkGLImp(const char* state, const char* file, int line);281 #define GLCHECK(PROMPT) checkGLImp(PROMPT, __FILE__, __LINE__)
2121 void checkGLImp(const char* state, const char* file, int line) { in checkGLImp() function