Searched defs:glFogfv (Results 1 - 2 of 2) sorted by relevance
/external/quake/quake/src/WinQuake/ | ||
H A D | glquake.h | 291 #define glFogfv(...) do { glFogfv(__VA_ARGS__); GLCHECK("glFogfv");} while(0) macro |
/external/replicaisland/src/com/replica/replicaisland/ | ||
H A D | GLErrorLogger.java | 250 public void glFogfv(int pname, FloatBuffer params) { method in class:GLErrorLogger.ErrorLoggingGL 251 ((GL10)mGL).glFogfv(pname, params); 255 public void glFogfv(int pname, float[] params, int offset) { method in class:GLErrorLogger.ErrorLoggingGL 256 ((GL10)mGL).glFogfv(pname, params, offset); |
Completed in 952 milliseconds