Home
last modified time | relevance | path

Searched refs:SpotDirection (Results 1 – 8 of 8) sorted by relevance

/external/mesa3d/src/mesa/main/
Dlight.c139 if (TEST_EQ_3V(light->SpotDirection, params)) in _mesa_light()
142 COPY_3V(light->SpotDirection, params); in _mesa_light()
344 COPY_3V( params, ctx->Light.Light[l].SpotDirection ); in _mesa_GetLightfv()
405 params[0] = (GLint) ctx->Light.Light[l].SpotDirection[0]; in _mesa_GetLightiv()
406 params[1] = (GLint) ctx->Light.Light[l].SpotDirection[1]; in _mesa_GetLightiv()
407 params[2] = (GLint) ctx->Light.Light[l].SpotDirection[2]; in _mesa_GetLightiv()
998 COPY_3V( light->_NormSpotDirection, light->SpotDirection ); in compute_light_positions()
1003 COPY_3V(spotDir, light->SpotDirection); in compute_light_positions()
1135 ASSIGN_3V( l->SpotDirection, 0.0, 0.0, -1.0 ); in init_light()
Dattrib.c1228 _mesa_light(ctx, i, GL_SPOT_DIRECTION, l->SpotDirection); in _mesa_PopAttrib()
Dmtypes.h306 GLfloat SpotDirection[4]; /**< spotlight direction in eye coordinates */ member
/external/angle/src/common/
DPackedGLEnums_autogen.cpp852 return LightParameter::SpotDirection; in FromGLenum()
882 case LightParameter::SpotDirection: in ToGLenum()
923 case LightParameter::SpotDirection: in operator <<()
DPackedGLEnums_autogen.h236 SpotDirection = 9, enumerator
/external/mesa3d/src/mesa/program/
Dprog_statevars.c124 COPY_3V(value, ctx->Light.Light[ln].SpotDirection); in fetch_state()
/external/angle/src/libANGLE/
Dqueryutils.cpp2329 case LightParameter::SpotDirection: in SetLightParameters()
2381 case LightParameter::SpotDirection: in GetLightParameters()
2505 case LightParameter::SpotDirection: in GetLightParameterCount()
DvalidationES1.cpp194 case LightParameter::SpotDirection: in ValidateLightCommon()