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

  /external/chromium_org/third_party/mesa/src/src/mesa/tnl/
t_vb_points.c 52 if (ctx->Point._Attenuated && !ctx->VertexProgram._Current) {
t_context.c 173 if (ctx->Point._Attenuated || ctx->VertexProgram.PointSizeEnabled)
  /external/mesa3d/src/mesa/tnl/
t_vb_points.c 52 if (ctx->Point._Attenuated && !ctx->VertexProgram._Current) {
t_context.c 173 if (ctx->Point._Attenuated || ctx->VertexProgram.PointSizeEnabled)
  /external/chromium_org/third_party/mesa/src/src/mesa/main/
points.c 127 ctx->Point._Attenuated = (ctx->Point.Params[0] != 1.0 ||
131 if (ctx->Point._Attenuated)
246 ctx->Point._Attenuated = GL_FALSE;
state.c 401 if (ctx->Point._Attenuated)
light.c 1059 ctx->Point._Attenuated ||
    [all...]
ffvertex_prog.c 229 if (ctx->Point._Attenuated)
    [all...]
mtypes.h 1071 GLboolean _Attenuated; /**< True if Params != [1, 0, 0] */
    [all...]
  /external/mesa3d/src/mesa/main/
points.c 127 ctx->Point._Attenuated = (ctx->Point.Params[0] != 1.0 ||
131 if (ctx->Point._Attenuated)
246 ctx->Point._Attenuated = GL_FALSE;
state.c 401 if (ctx->Point._Attenuated)
light.c 1059 ctx->Point._Attenuated ||
    [all...]
ffvertex_prog.c 229 if (ctx->Point._Attenuated)
    [all...]
mtypes.h 1071 GLboolean _Attenuated; /**< True if Params != [1, 0, 0] */
    [all...]
  /external/chromium_org/third_party/mesa/src/src/mesa/drivers/dri/i965/
brw_sf_state.c 279 ctx->Point._Attenuated);
gen6_sf_state.c 239 ctx->Point._Attenuated))
gen7_sf_state.c 274 if (!(ctx->VertexProgram.PointSizeEnabled || ctx->Point._Attenuated))
  /external/mesa3d/src/mesa/drivers/dri/i965/
brw_sf_state.c 279 ctx->Point._Attenuated);
gen6_sf_state.c 239 ctx->Point._Attenuated))
gen7_sf_state.c 274 if (!(ctx->VertexProgram.PointSizeEnabled || ctx->Point._Attenuated))
  /external/chromium_org/third_party/mesa/src/src/mesa/swrast/
s_points.c 59 if (ctx->Point._Attenuated || ctx->VertexProgram.PointSizeEnabled) {
557 ctx->Point._Attenuated ||
  /external/mesa3d/src/mesa/swrast/
s_points.c 59 if (ctx->Point._Attenuated || ctx->VertexProgram.PointSizeEnabled) {
557 ctx->Point._Attenuated ||
  /external/chromium_org/third_party/mesa/src/src/mesa/drivers/dri/i915/
i915_fragprog.c     [all...]
  /external/mesa3d/src/mesa/drivers/dri/i915/
i915_fragprog.c     [all...]

Completed in 493 milliseconds