Searched refs:fcol (Results 1 - 2 of 2) sorted by relevance
/external/quake/quake/src/QW/client/ |
H A D | gl_draw.c | 500 float frow, fcol, size; local 514 fcol = col*0.0625; 520 DrawQuad(x, y, 8, 8, fcol, frow, size, size); 523 glTexCoord2f (fcol, frow); 525 glTexCoord2f (fcol + size, frow); 527 glTexCoord2f (fcol + size, frow + size); 529 glTexCoord2f (fcol, frow + size);
|
/external/quake/quake/src/WinQuake/ |
H A D | gl_draw.cpp | 844 float frow, fcol, size; local 858 fcol = col*0.0625; 864 DrawQuad(x, y, 8, 8, fcol, frow, size, size); 867 glTexCoord2f (fcol, frow); 869 glTexCoord2f (fcol + size, frow); 871 glTexCoord2f (fcol + size, frow + size); 873 glTexCoord2f (fcol, frow + size);
|
Completed in 127 milliseconds