Searched refs:GLCHECK (Results 1 - 3 of 3) sorted by relevance

/external/quake/quake/src/WinQuake/
H A Dglquake.h281 #define GLCHECK(PROMPT) checkGLImp(PROMPT, __FILE__, __LINE__) macro
284 #define glAlphaFunc(...) do { glAlphaFunc(__VA_ARGS__); GLCHECK("glAlphaFunc");} while(0)
285 #define glClearColor(...) do { glClearColor(__VA_ARGS__); GLCHECK("glClearColor");} while(0)
286 #define glClearDepthf(...) do { glClearDepthf(__VA_ARGS__); GLCHECK("glClearDepthf");} while(0)
287 #define glClipPlanef(...) do { glClipPlanef(__VA_ARGS__); GLCHECK("glClipPlanef");} while(0)
288 #define glColor4f(...) do { glColor4f(__VA_ARGS__); GLCHECK("glColor4f");} while(0)
289 #define glDepthRangef(...) do { glDepthRangef(__VA_ARGS__); GLCHECK("glDepthRangef");} while(0)
290 #define glFogf(...) do { glFogf(__VA_ARGS__); GLCHECK("glFogf");} while(0)
291 #define glFogfv(...) do { glFogfv(__VA_ARGS__); GLCHECK("glFogfv");} while(0)
292 #define glFrustumf(...) do { glFrustumf(__VA_ARGS__); GLCHECK("glFrustum
432 #define GLCHECK macro
[all...]
H A Dgl_vidandroid.cpp181 GLCHECK("glGetString");
184 GLCHECK("glGetString");
188 GLCHECK("glGetString");
191 GLCHECK("glGetString");
H A Dquakedef.h270 #define GLCHECK(PROMPT) do {} while(0) macro

Completed in 16 milliseconds