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

  /external/mesa3d/src/mesa/main/
rastpos.c 431 ctx->Current.RasterDistance = ctx->Current.Attrib[VERT_ATTRIB_FOG][0];
433 ctx->Current.RasterDistance =
686 ctx->Current.RasterDistance = ctx->Current.Attrib[VERT_ATTRIB_FOG][0];
688 ctx->Current.RasterDistance = 0.0;
939 ctx->Current.RasterDistance = 0.0;
mtypes.h 512 GLfloat RasterDistance;
    [all...]
  /external/mesa3d/src/mesa/swrast/
s_span.c 127 fogVal = ctx->Current.RasterDistance;
131 fogVal = _swrast_z_to_fogfactor(ctx, ctx->Current.RasterDistance);
    [all...]
  /external/mesa3d/src/mesa/drivers/dri/r200/
r200_swtcl.c 835 f = _swrast_z_to_fogfactor(ctx, ctx->Current.RasterDistance);
  /external/mesa3d/prebuilt-intermediates/main/
get_hash.h     [all...]

Completed in 495 milliseconds