Searched defs:glDepthFunc (Results 1 – 3 of 3) sorted by relevance
346 #define glDepthFunc(...) do { glDepthFunc(__VA_ARGS__); GLCHECK("glDepthFunc");} while(0) macro
185 public void glDepthFunc(int func) { in glDepthFunc() method in GLErrorLogger.ErrorLoggingGL
1545 void __stdcall glDepthFunc(GLenum func) in glDepthFunc() function