Searched defs:glClipPlanex (Results 1 - 2 of 2) sorted by relevance

/external/quake/quake/src/WinQuake/
H A Dglquake.h334 #define glClipPlanex(...) do { glClipPlanex(__VA_ARGS__); GLCHECK("glClipPlanex");} while(0) macro
/external/replicaisland/src/com/replica/replicaisland/
H A DGLErrorLogger.java733 public void glClipPlanex(int arg0, IntBuffer arg1) { method in class:GLErrorLogger.ErrorLoggingGL
734 ((GL11)mGL).glClipPlanex(arg0, arg1);
738 public void glClipPlanex(int arg0, int[] arg1, int arg2) { method in class:GLErrorLogger.ErrorLoggingGL
739 ((GL11)mGL).glClipPlanex(arg0, arg1, arg2);

Completed in 25 milliseconds