Searched refs:fcol (Results 1 - 2 of 2) sorted by relevance

/external/quake/quake/src/QW/client/
H A Dgl_draw.c500 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 Dgl_draw.cpp844 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 45 milliseconds