Home
last modified time | relevance | path

Searched refs:checkGLImp (Results 1 – 2 of 2) sorted by relevance

/external/quake/quake/src/WinQuake/
Dglquake.h279 void checkGLImp(const char* state, const char* file, int line);
281 #define GLCHECK(PROMPT) checkGLImp(PROMPT, __FILE__, __LINE__)
Dgl_draw.cpp2121 void checkGLImp(const char* state, const char* file, int line) { in checkGLImp() function