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

/external/quake/quake/src/WinQuake/
H A Dglquake.h295 #define glGetLightfv(...) do { glGetLightfv(__VA_ARGS__); GLCHECK("glGetLightfv");} while(0) macro
/external/replicaisland/src/com/replica/replicaisland/
H A DGLErrorLogger.java842 public void glGetLightfv(int light, int pname, FloatBuffer params) { method in class:GLErrorLogger.ErrorLoggingGL
843 ((GL11)mGL).glGetLightfv(light, pname, params);
847 public void glGetLightfv(int light, int pname, float[] params, method in class:GLErrorLogger.ErrorLoggingGL
849 ((GL11)mGL).glGetLightfv( light, pname, params,

Completed in 74 milliseconds