Searched refs:glColor3f (Results 1 - 14 of 14) sorted by relevance

/external/quake/quake/src/QW/client/
H A Dquakedef.h165 void glColor3f(GLfloat r, GLfloat g, GLfloat b);
H A Dgl_ngraph.c134 glColor3f (1,1,1);
H A Dgl_test.c128 glColor3f (1, 0, 0);
H A Dgl_rlight.c117 // glColor3f (0.2,0.1,0.0);
118 // glColor3f (0.2,0.1,0.05); // changed dimlight effect
124 glColor3f (0,0,0);
168 glColor3f (1,1,1);
H A Dgl_draw.c775 glColor3f (1,1,1);
837 glColor3f (1,1,1);
866 glColor3f (host_basepal[c*3]/255.0,
882 glColor3f (1,1,1);
1487 void glColor3f(GLfloat r, GLfloat g, GLfloat b) function
H A Dgl_rmain.c223 glColor3f (1,1,1);
376 glColor3f (l, l, l);
H A Dgl_rsurf.c1141 glColor3f (1,1,1);
1358 glColor3f (1,1,1);
/external/quake/quake/src/WinQuake/
H A Dgl_rlight.cpp121 glColor3f(0,0,0); // Ensure the color ends up being zero just like the non-OpenGLES code
125 glColor3f (0.2,0.1,0.0);
129 glColor3f (0,0,0);
171 glColor3f (1,1,1);
H A Dgl_test.cpp128 glColor3f (1, 0, 0);
H A Dquakedef.h363 void glColor3f(GLfloat r, GLfloat g, GLfloat b);
H A Dgl_draw.cpp1042 glColor3f (1,1,1);
1093 glColor3f (1,1,1);
1124 glColor3f (host_basepal[c*3]/255.0,
1140 glColor3f (1,1,1);
2087 void glColor3f(GLfloat r, GLfloat g, GLfloat b) function
H A Dgl_rmain.cpp222 glColor3f (1,1,1);
417 glColor3f (l, l, l);
H A Dgl_rsurf.cpp1210 glColor3f (1,1,1);
1426 glColor3f (1,1,1);
/external/qemu/distrib/sdl-1.2.12/src/video/
H A DSDL_glfuncs.h27 SDL_PROC_UNUSED(void,glColor3f,(GLfloat,GLfloat,GLfloat))

Completed in 73 milliseconds