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

/external/quake/quake/src/WinQuake/
H A Dglquake.h343 #define glCullFace(...) do { glCullFace(__VA_ARGS__); GLCHECK("glCullFace");} while(0) macro
/external/replicaisland/src/com/replica/replicaisland/
H A DGLErrorLogger.java170 public void glCullFace(int mode) { method in class:GLErrorLogger.ErrorLoggingGL
171 ((GL10)mGL).glCullFace(mode);
/external/webkit/Source/ThirdParty/ANGLE/src/libGLESv2/
H A DlibGLESv2.cpp1302 void __stdcall glCullFace(GLenum mode) function

Completed in 104 milliseconds