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

  /external/mesa3d/src/mesa/x86/
gen_matypes.c 219 OFFSET( "LIGHT_COS_CUTOFF ", struct gl_light, _CosCutoff );
  /external/mesa3d/src/mesa/main/
light.c 159 light->_CosCutoff = (cosf(light->SpotCutoff * M_PI / 180.0));
160 if (light->_CosCutoff < 0)
161 light->_CosCutoff = 0;
1018 if (PV_dot_dir > light->_CosCutoff) {
    [all...]
rastpos.c 171 if (PV_dot_dir<light->_CosCutoff) {
mtypes.h 347 GLfloat _CosCutoff; /**< = MAX(0, cos(SpotCutoff)) */
    [all...]
  /external/mesa3d/src/mesa/tnl/
t_vb_lighttmp.h 148 if (PV_dot_dir<light->_CosCutoff) {
327 if (PV_dot_dir<light->_CosCutoff) {
  /external/mesa3d/src/mesa/drivers/dri/nouveau/
nv10_state_tnl.c 260 float cutoff = MAX2(a3, 1 / (1 - l->_CosCutoff));
  /external/mesa3d/src/mesa/program/
prog_statevars.c 125 value[3] = ctx->Light.Light[ln]._CosCutoff;
533 value[3] = ctx->Light.Light[ln]._CosCutoff;
    [all...]
  /external/mesa3d/src/mesa/drivers/dri/r200/
r200_state.c     [all...]
  /external/mesa3d/src/mesa/drivers/dri/radeon/
radeon_state.c 969 fcmd[LIT_SPOT_CUTOFF] = l->_CosCutoff;
    [all...]

Completed in 526 milliseconds