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

  /external/mesa3d/src/mesa/main/
light.c 888 ctx->Light._NeedEyeCoords = GL_FALSE;
902 ctx->Light._NeedEyeCoords = ((flags & LIGHT_POSITIONAL) ||
910 ctx->Light._NeedEyeCoords = GL_TRUE;
955 if (ctx->_NeedEyeCoords) {
964 if (ctx->_NeedEyeCoords) {
997 if (ctx->_NeedEyeCoords) {
1038 if (ctx->_NeedEyeCoords)
1047 * Bring up to date any state that relies on _NeedEyeCoords.
1052 const GLuint oldneedeyecoords = ctx->_NeedEyeCoords;
1055 ctx->_NeedEyeCoords = GL_FALSE
    [all...]
mtypes.h 957 GLboolean _NeedEyeCoords;
    [all...]
ffvertex_prog.c 161 key->need_eye_coords = ctx->_NeedEyeCoords;
    [all...]
  /external/mesa3d/src/mesa/tnl/
t_vb_normals.c 103 if (ctx->_NeedEyeCoords) {
t_vb_fog.c 162 if (!ctx->_NeedEyeCoords) {
t_vb_vertex.c 149 if (ctx->_NeedEyeCoords) {
t_vb_light.c 331 GLvector4f *input = ctx->_NeedEyeCoords ? VB->EyePtr : VB->AttribPtr[_TNL_ATTRIB_POS];
t_rasterpos.c 435 if (ctx->_NeedEyeCoords) {
  /external/mesa3d/src/mesa/drivers/dri/nouveau/
nv10_state_tnl.c 446 if (ctx->Light._NeedEyeCoords || ctx->Fog.Enabled ||
nv20_state_tnl.c 342 if (ctx->Light._NeedEyeCoords || ctx->Fog.Enabled ||
  /external/mesa3d/src/mesa/drivers/dri/r200/
r200_state.c     [all...]
  /external/mesa3d/src/mesa/drivers/dri/radeon/
radeon_state.c 845 * _NeedEyeCoords
863 if (ctx->_NeedEyeCoords)
    [all...]
radeon_state_init.c 219 TCL_CHECK( tcl_eyespace_or_lighting_add4, ctx->_NeedEyeCoords || ctx->Light.Enabled, 4 )
234 TCL_CHECK( tcl_eyespace_or_fog_add4, ctx->_NeedEyeCoords || ctx->Fog.Enabled, 4 )
    [all...]

Completed in 57 milliseconds