Searched defs:glDepthFunc (Results 1 - 3 of 3) sorted by relevance

/external/quake/quake/src/WinQuake/
H A Dglquake.h346 #define glDepthFunc(...) do { glDepthFunc(__VA_ARGS__); GLCHECK("glDepthFunc");} while(0) macro
/external/replicaisland/src/com/replica/replicaisland/
H A DGLErrorLogger.java185 public void glDepthFunc(int func) { method in class:GLErrorLogger.ErrorLoggingGL
186 ((GL10)mGL).glDepthFunc(func);
/external/webkit/Source/ThirdParty/ANGLE/src/libGLESv2/
H A DlibGLESv2.cpp1545 void __stdcall glDepthFunc(GLenum func) function

Completed in 301 milliseconds