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

  /external/quake/quake/src/QW/client/
gl_rsurf.c 835 if (fa->light_t < theRect->t) {
837 theRect->h += theRect->t - fa->light_t;
838 theRect->t = fa->light_t;
849 if ((theRect->h + theRect->t) < (fa->light_t + tmax))
850 theRect->h = (fa->light_t-theRect->t)+tmax;
852 base += fa->light_t * BLOCK_WIDTH * lightmap_bytes + fa->light_s * lightmap_bytes;
893 if (fa->light_t < theRect->t) {
895 theRect->h += theRect->t - fa->light_t;
896 theRect->t = fa->light_t;
907 if ((theRect->h + theRect->t) < (fa->light_t + tmax)
    [all...]
gl_model.h 141 int light_s, light_t; // gl lightmap coordinates member in struct:msurface_s
  /external/quake/quake/src/WinQuake/
gl_rsurf.cpp 903 if (fa->light_t < theRect->t) {
905 theRect->h += theRect->t - fa->light_t;
906 theRect->t = fa->light_t;
917 if ((theRect->h + theRect->t) < (fa->light_t + tmax))
918 theRect->h = (fa->light_t-theRect->t)+tmax;
920 base += fa->light_t * BLOCK_WIDTH * lightmap_bytes + fa->light_s * lightmap_bytes;
962 if (fa->light_t < theRect->t) {
964 theRect->h += theRect->t - fa->light_t;
965 theRect->t = fa->light_t;
976 if ((theRect->h + theRect->t) < (fa->light_t + tmax)
    [all...]
gl_model.h 137 int light_s, light_t; // gl lightmap coordinates member in struct:msurface_s
  /frameworks/base/opengl/libagl/
light.cpp 223 light_t& l = c->lighting.lights[i];
251 light_t& l = c->lighting.lights[i];
323 light_t& l = c->lighting.lights[i];
375 const light_t& l = c->lighting.lights[i];
462 light_t& light = c->lighting.lights[i-GL_LIGHT0];
517 light_t& light = c->lighting.lights[i-GL_LIGHT0];
  /frameworks/base/include/private/opengles/
gl_context.h 285 struct light_t { struct in namespace:android::gl
325 light_t lights[OGLES_MAX_LIGHTS];

Completed in 81 milliseconds