Home
last modified time | relevance | path

Searched defs:glFogf (Results 1 – 2 of 2) sorted by relevance

/external/quake/quake/src/WinQuake/
Dglquake.h290 #define glFogf(...) do { glFogf(__VA_ARGS__); GLCHECK("glFogf");} while(0) macro
/external/replicaisland/src/com/replica/replicaisland/
DGLErrorLogger.java245 public void glFogf(int pname, float param) { in glFogf() method in GLErrorLogger.ErrorLoggingGL