HomeSort by relevance Sort by last modified time
    Searched refs:fcol (Results 1 - 6 of 6) sorted by null

  /external/quake/quake/src/QW/client/
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);
    [all...]