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

/external/quake/quake/src/WinQuake/
H A Dglquake.h399 #define glPointParameterxv(...) do { glPointParameterxv(__VA_ARGS__); GLCHECK("glPointParameterxv");} while(0) macro
/external/replicaisland/src/com/replica/replicaisland/
H A DGLErrorLogger.java994 public void glPointParameterxv(int pname, IntBuffer params) { method in class:GLErrorLogger.ErrorLoggingGL
995 ((GL11)mGL).glPointParameterxv(pname, params);
999 public void glPointParameterxv(int pname, int[] params, int offset) { method in class:GLErrorLogger.ErrorLoggingGL
1000 ((GL11)mGL).glPointParameterxv(pname, params, offset);

Completed in 41 milliseconds