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

/external/quake/quake/src/WinQuake/
H A Dglquake.h293 #define glGetClipPlanef(...) do { glGetClipPlanef(__VA_ARGS__); GLCHECK("glGetClipPlanef");} while(0) macro
/external/replicaisland/src/com/replica/replicaisland/
H A DGLErrorLogger.java802 public void glGetClipPlanef(int pname, FloatBuffer eqn) { method in class:GLErrorLogger.ErrorLoggingGL
803 ((GL11)mGL).glGetClipPlanef(pname, eqn);
807 public void glGetClipPlanef(int pname, float[] eqn, int offset) { method in class:GLErrorLogger.ErrorLoggingGL
808 ((GL11)mGL).glGetClipPlanef(pname, eqn, offset);

Completed in 18 milliseconds