Searched refs:SpotCutoff (Results 1 - 22 of 22) sorted by relevance

/external/chromium_org/third_party/mesa/src/src/mesa/main/
H A Dlight.c156 if (light->SpotCutoff == params[0])
159 light->SpotCutoff = params[0];
160 light->_CosCutoff = (GLfloat) (cos(light->SpotCutoff * DEG2RAD));
163 if (light->SpotCutoff != 180.0F)
365 params[0] = ctx->Light.Light[l].SpotCutoff;
429 params[0] = (GLint) ctx->Light.Light[l].SpotCutoff;
1137 l->SpotCutoff = 180.0;
H A Dattrib.c1078 p[0] = l->SpotCutoff;
H A Dffvertex_prog.c196 if (light->SpotCutoff == 180.0)
H A Dmtypes.h666 GLfloat SpotCutoff; /**< in degrees */ member in struct:gl_light
667 GLfloat _CosCutoff; /**< = MAX(0, cos(SpotCutoff)) */
/external/mesa3d/src/mesa/main/
H A Dlight.c156 if (light->SpotCutoff == params[0])
159 light->SpotCutoff = params[0];
160 light->_CosCutoff = (GLfloat) (cos(light->SpotCutoff * DEG2RAD));
163 if (light->SpotCutoff != 180.0F)
365 params[0] = ctx->Light.Light[l].SpotCutoff;
429 params[0] = (GLint) ctx->Light.Light[l].SpotCutoff;
1137 l->SpotCutoff = 180.0;
H A Dattrib.c1078 p[0] = l->SpotCutoff;
H A Dffvertex_prog.c196 if (light->SpotCutoff == 180.0)
H A Dmtypes.h666 GLfloat SpotCutoff; /**< in degrees */ member in struct:gl_light
667 GLfloat _CosCutoff; /**< = MAX(0, cos(SpotCutoff)) */
/external/chromium_org/third_party/mesa/src/src/mesa/x86/
H A Dgen_matypes.c196 OFFSET( "LIGHT_SPOT_CUTOFF ", struct gl_light, SpotCutoff );
/external/mesa3d/src/mesa/x86/
H A Dgen_matypes.c196 OFFSET( "LIGHT_SPOT_CUTOFF ", struct gl_light, SpotCutoff );
/external/chromium_org/third_party/mesa/src/src/mesa/drivers/dri/nouveau/
H A Dnv10_state_tnl.c258 if (l->SpotCutoff > 0) {
/external/mesa3d/src/mesa/drivers/dri/nouveau/
H A Dnv10_state_tnl.c258 if (l->SpotCutoff > 0) {
/external/chromium_org/third_party/mesa/src/src/mesa/program/
H A Dprog_statevars.c120 value[0] = ctx->Light.Light[ln].SpotCutoff;
/external/mesa3d/src/mesa/program/
H A Dprog_statevars.c120 value[0] = ctx->Light.Light[ln].SpotCutoff;
/external/chromium_org/third_party/mesa/src/src/mesa/drivers/dri/radeon/
H A Dradeon_state_init.c881 ctx->Driver.Lightfv( ctx, p, GL_SPOT_CUTOFF, &l->SpotCutoff );
H A Dradeon_state.c968 if (l->SpotCutoff != 180.0F)
/external/mesa3d/src/mesa/drivers/dri/radeon/
H A Dradeon_state_init.c881 ctx->Driver.Lightfv( ctx, p, GL_SPOT_CUTOFF, &l->SpotCutoff );
H A Dradeon_state.c968 if (l->SpotCutoff != 180.0F)
/external/chromium_org/third_party/mesa/src/src/mesa/drivers/dri/r200/
H A Dr200_state_init.c1227 ctx->Driver.Lightfv( ctx, p, GL_SPOT_CUTOFF, &l->SpotCutoff );
H A Dr200_state.c1184 if (l->SpotCutoff != 180.0F)
/external/mesa3d/src/mesa/drivers/dri/r200/
H A Dr200_state_init.c1227 ctx->Driver.Lightfv( ctx, p, GL_SPOT_CUTOFF, &l->SpotCutoff );
H A Dr200_state.c1184 if (l->SpotCutoff != 180.0F)

Completed in 447 milliseconds