Searched refs:glClipPlanef (Results 1 - 2 of 2) sorted by relevance

/external/quake/quake/src/WinQuake/
H A Dglquake.h287 #define glClipPlanef(...) do { glClipPlanef(__VA_ARGS__); GLCHECK("glClipPlanef");} while(0) macro
/external/replicaisland/src/com/replica/replicaisland/
H A DGLErrorLogger.java723 public void glClipPlanef(int arg0, FloatBuffer arg1) { method in class:GLErrorLogger.ErrorLoggingGL
724 ((GL11)mGL).glClipPlanef(arg0, arg1);
728 public void glClipPlanef(int arg0, float[] arg1, int arg2) { method in class:GLErrorLogger.ErrorLoggingGL
729 ((GL11)mGL).glClipPlanef(arg0, arg1, arg2);

Completed in 21 milliseconds