Searched refs:RasterDistance (Results 1 – 4 of 4) sorted by relevance
468 ctx->Current.RasterDistance = ctx->Current.Attrib[VERT_ATTRIB_FOG][0]; in _mesa_RasterPos()470 ctx->Current.RasterDistance = in _mesa_RasterPos()723 ctx->Current.RasterDistance = ctx->Current.Attrib[VERT_ATTRIB_FOG][0]; in window_pos3f()725 ctx->Current.RasterDistance = 0.0; in window_pos3f()976 ctx->Current.RasterDistance = 0.0; in _mesa_init_rastpos()
492 GLfloat RasterDistance; member
130 fogVal = ctx->Current.RasterDistance; in _swrast_span_default_attribs()134 fogVal = _swrast_z_to_fogfactor(ctx, ctx->Current.RasterDistance); in _swrast_span_default_attribs()
836 f = _swrast_z_to_fogfactor(ctx, ctx->Current.RasterDistance); in r200PointsBitmap()