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

/external/quake/quake/src/WinQuake/
H A Dglquake.h300 #define glLightModelfv(...) do { glLightModelfv(__VA_ARGS__); GLCHECK("glLightModelfv");} while(0) macro
/external/replicaisland/src/com/replica/replicaisland/
H A DGLErrorLogger.java334 public void glLightModelfv(int pname, FloatBuffer params) { method in class:GLErrorLogger.ErrorLoggingGL
335 ((GL10)mGL).glLightModelfv(pname, params);
339 public void glLightModelfv(int pname, float[] params, int offset) { method in class:GLErrorLogger.ErrorLoggingGL
340 ((GL10)mGL).glLightModelfv(pname, params, offset);

Completed in 18 milliseconds