Searched refs:RasterDistance (Results 1 – 5 of 5) sorted by relevance
431 ctx->Current.RasterDistance = ctx->Current.Attrib[VERT_ATTRIB_FOG][0]; in _mesa_RasterPos()433 ctx->Current.RasterDistance = in _mesa_RasterPos()686 ctx->Current.RasterDistance = ctx->Current.Attrib[VERT_ATTRIB_FOG][0]; in window_pos3f()688 ctx->Current.RasterDistance = 0.0; in window_pos3f()939 ctx->Current.RasterDistance = 0.0; in _mesa_init_rastpos()
527 GLfloat RasterDistance; member
129 fogVal = ctx->Current.RasterDistance; in _swrast_span_default_attribs()133 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()
422 { GL_CURRENT_RASTER_DISTANCE, CONTEXT_FLOAT(Current.RasterDistance), NO_EXTRA },