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

  /external/mesa3d/src/mesa/main/
rastpos.c 246 ctx->Current.RasterDistance = ctx->Current.Attrib[VERT_ATTRIB_FOG][0];
248 ctx->Current.RasterDistance = 0.0;
558 ctx->Current.RasterDistance = 0.0;
mtypes.h 820 GLfloat RasterDistance;
    [all...]
get.c     [all...]
  /external/mesa3d/src/mesa/tnl/
t_rasterpos.c 429 ctx->Current.RasterDistance = ctx->Current.Attrib[VERT_ATTRIB_FOG][0];
431 ctx->Current.RasterDistance =
  /external/mesa3d/src/mesa/swrast/
s_span.c 126 fogVal = ctx->Current.RasterDistance;
130 fogVal = _swrast_z_to_fogfactor(ctx, ctx->Current.RasterDistance);
    [all...]
  /external/mesa3d/src/mesa/drivers/dri/r200/
r200_swtcl.c 827 f = _swrast_z_to_fogfactor(ctx, ctx->Current.RasterDistance);

Completed in 85 milliseconds