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

  /external/mesa3d/src/mesa/main/
light.c 625 GLbitfield mask = ctx->Light._EnabledLights;
635 GLbitfield mask = ctx->Light._EnabledLights;
659 GLbitfield mask = ctx->Light._EnabledLights;
669 GLbitfield mask = ctx->Light._EnabledLights;
680 GLbitfield mask = ctx->Light._EnabledLights;
690 GLbitfield mask = ctx->Light._EnabledLights;
890 GLbitfield mask = ctx->Light._EnabledLights;
961 GLbitfield mask = ctx->Light._EnabledLights;
    [all...]
enable.c 404 ctx->Light._EnabledLights |= 1u << (cap - GL_LIGHT0);
407 ctx->Light._EnabledLights &= ~(1u << (cap - GL_LIGHT0));
    [all...]
rastpos.c 135 mask = ctx->Light._EnabledLights;
ffvertex_prog.c 186 mask = ctx->Light._EnabledLights;
    [all...]
mtypes.h 646 GLbitfield _EnabledLights; /**< bitmask containing enabled lights */
    [all...]
  /external/mesa3d/src/mesa/drivers/dri/nouveau/
nv10_state_tnl.c 349 mask = ctx->Light._EnabledLights;
372 mask = ctx->Light._EnabledLights;
391 mask = ctx->Light._EnabledLights;
nv20_state_tnl.c 266 mask = ctx->Light._EnabledLights;
290 mask = ctx->Light._EnabledLights;
310 mask = ctx->Light._EnabledLights;
nouveau_state.c 191 mask = ctx->Light._EnabledLights;
  /external/mesa3d/src/mesa/tnl/
t_vb_lighttmp.h 109 mask = ctx->Light._EnabledLights;
288 mask = ctx->Light._EnabledLights;
427 &ctx->Light.Light[ffs(ctx->Light._EnabledLights) - 1];
582 mask = ctx->Light._EnabledLights;
t_vb_light.c 402 if (_mesa_is_pow_two(ctx->Light._EnabledLights))
  /external/mesa3d/src/mesa/x86/
gen_matypes.c 128 OFFSET( "CTX_LIGHT_ENABLED_LIGHTS ", struct gl_context, Light._EnabledLights );
  /external/mesa3d/src/mesa/drivers/dri/r200/
r200_state.c     [all...]
  /external/mesa3d/src/mesa/drivers/dri/radeon/
radeon_state.c 896 GLbitfield mask = ctx->Light._EnabledLights;
    [all...]

Completed in 309 milliseconds