Searched refs:light_s (Results 1 - 4 of 4) sorted by relevance

/external/quake/quake/src/QW/client/
H A Dgl_rsurf.c840 if (fa->light_s < theRect->l) {
842 theRect->w += theRect->l - fa->light_s;
843 theRect->l = fa->light_s;
847 if ((theRect->w + theRect->l) < (fa->light_s + smax))
848 theRect->w = (fa->light_s-theRect->l)+smax;
852 base += fa->light_t * BLOCK_WIDTH * lightmap_bytes + fa->light_s * lightmap_bytes;
898 if (fa->light_s < theRect->l) {
900 theRect->w += theRect->l - fa->light_s;
901 theRect->l = fa->light_s;
905 if ((theRect->w + theRect->l) < (fa->light_s
[all...]
H A Dgl_model.h141 int light_s, light_t; // gl lightmap coordinates member in struct:msurface_s
/external/quake/quake/src/WinQuake/
H A Dgl_rsurf.cpp908 if (fa->light_s < theRect->l) {
910 theRect->w += theRect->l - fa->light_s;
911 theRect->l = fa->light_s;
915 if ((theRect->w + theRect->l) < (fa->light_s + smax))
916 theRect->w = (fa->light_s-theRect->l)+smax;
920 base += fa->light_t * BLOCK_WIDTH * lightmap_bytes + fa->light_s * lightmap_bytes;
967 if (fa->light_s < theRect->l) {
969 theRect->w += theRect->l - fa->light_s;
970 theRect->l = fa->light_s;
974 if ((theRect->w + theRect->l) < (fa->light_s
[all...]
H A Dgl_model.h137 int light_s, light_t; // gl lightmap coordinates member in struct:msurface_s

Completed in 36 milliseconds