HomeSort by: relevance | last modified time | path
    Searched refs:_Attenuated (Results 1 - 20 of 20) sorted by relevancy

  /xsrc/external/mit/MesaLib/dist/src/mesa/main/
points.c 136 ctx->Point._Attenuated = (ctx->Point.Params[0] != 1.0F ||
224 ctx->Point._Attenuated = GL_FALSE;
light.c 1147 ctx->Point._Attenuated ||
ffvertex_prog.c 232 if (ctx->Point._Attenuated)
mtypes.h 744 GLboolean _Attenuated; /**< True if Params != [1, 0, 0] */
  /xsrc/external/mit/MesaLib/dist/src/mesa/tnl/
t_vb_points.c 53 if (ctx->Point._Attenuated && !ctx->VertexProgram._Current) {
t_context.c 182 if (ctx->Point._Attenuated || ctx->VertexProgram.PointSizeEnabled)
  /xsrc/external/mit/MesaLib.old/dist/src/mesa/tnl/
t_vb_points.c 53 if (ctx->Point._Attenuated && !ctx->VertexProgram._Current) {
t_context.c 180 if (ctx->Point._Attenuated || ctx->VertexProgram.PointSizeEnabled)
  /xsrc/external/mit/MesaLib.old/dist/src/mesa/main/
points.c 136 ctx->Point._Attenuated = (ctx->Point.Params[0] != 1.0F ||
247 ctx->Point._Attenuated = GL_FALSE;
light.c 1062 ctx->Point._Attenuated ||
ffvertex_prog.c 232 if (ctx->Point._Attenuated)
mtypes.h 766 GLboolean _Attenuated; /**< True if Params != [1, 0, 0] */
  /xsrc/external/mit/MesaLib/dist/src/mesa/swrast/
s_points.c 58 if (ctx->Point._Attenuated || ctx->VertexProgram.PointSizeEnabled) {
549 ctx->Point._Attenuated ||
  /xsrc/external/mit/MesaLib.old/dist/src/mesa/swrast/
s_points.c 58 if (ctx->Point._Attenuated || ctx->VertexProgram.PointSizeEnabled) {
556 ctx->Point._Attenuated ||
  /xsrc/external/mit/MesaLib/dist/src/mesa/drivers/dri/i965/
brw_state.h 344 return (!ctx->VertexProgram.PointSizeEnabled && !ctx->Point._Attenuated) ||
  /xsrc/external/mit/MesaLib.old/dist/src/mesa/drivers/dri/i965/
brw_state.h 347 return (!ctx->VertexProgram.PointSizeEnabled && !ctx->Point._Attenuated) ||
  /xsrc/external/mit/MesaLib/dist/src/mesa/drivers/dri/i915/
i915_fragprog.c 1263 if (ctx->Point._Attenuated || ctx->VertexProgram.PointSizeEnabled)
intel_tris.c 958 (ctx->Point._Attenuated ? DD_POINT_ATTEN : 0);
  /xsrc/external/mit/MesaLib.old/dist/src/mesa/drivers/dri/i915/
i915_fragprog.c 1263 if (ctx->Point._Attenuated || ctx->VertexProgram.PointSizeEnabled)
intel_tris.c 958 (ctx->Point._Attenuated ? DD_POINT_ATTEN : 0);

Completed in 31 milliseconds