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

  /xsrc/external/mit/MesaLib/dist/src/mesa/main/
rastpos.c 474 ctx->Current.RasterDistance = ctx->Current.Attrib[VERT_ATTRIB_FOG][0];
476 ctx->Current.RasterDistance =
729 ctx->Current.RasterDistance = ctx->Current.Attrib[VERT_ATTRIB_FOG][0];
731 ctx->Current.RasterDistance = 0.0;
982 ctx->Current.RasterDistance = 0.0;
mtypes.h 443 GLfloat RasterDistance;
  /xsrc/external/mit/MesaLib.old/dist/src/mesa/main/
rastpos.c 468 ctx->Current.RasterDistance = ctx->Current.Attrib[VERT_ATTRIB_FOG][0];
470 ctx->Current.RasterDistance =
723 ctx->Current.RasterDistance = ctx->Current.Attrib[VERT_ATTRIB_FOG][0];
725 ctx->Current.RasterDistance = 0.0;
976 ctx->Current.RasterDistance = 0.0;
mtypes.h 493 GLfloat RasterDistance;
  /xsrc/external/mit/MesaLib/dist/src/mesa/swrast/
s_span.c 130 fogVal = ctx->Current.RasterDistance;
134 fogVal = _swrast_z_to_fogfactor(ctx, ctx->Current.RasterDistance);
  /xsrc/external/mit/MesaLib.old/dist/src/mesa/swrast/
s_span.c 130 fogVal = ctx->Current.RasterDistance;
134 fogVal = _swrast_z_to_fogfactor(ctx, ctx->Current.RasterDistance);
  /xsrc/external/mit/MesaLib/dist/src/mesa/drivers/dri/r200/
r200_swtcl.c 836 f = _swrast_z_to_fogfactor(ctx, ctx->Current.RasterDistance);
  /xsrc/external/mit/MesaLib.old/dist/src/mesa/drivers/dri/r200/
r200_swtcl.c 836 f = _swrast_z_to_fogfactor(ctx, ctx->Current.RasterDistance);
  /xsrc/external/mit/MesaLib/src/mesa/
get_hash.h 451 { GL_CURRENT_RASTER_DISTANCE, CONTEXT_FLOAT(Current.RasterDistance), NO_EXTRA },
  /xsrc/external/mit/MesaLib.old/src/mesa/
get_hash.h 443 { GL_CURRENT_RASTER_DISTANCE, CONTEXT_FLOAT(Current.RasterDistance), NO_EXTRA },

Completed in 24 milliseconds