Searched refs:RasterDistance (Results 1 – 6 of 6) sorted by relevance
246 ctx->Current.RasterDistance = ctx->Current.Attrib[VERT_ATTRIB_FOG][0]; in window_pos3f()248 ctx->Current.RasterDistance = 0.0; in window_pos3f()558 ctx->Current.RasterDistance = 0.0; in _mesa_init_rastpos()
820 GLfloat RasterDistance; member
838 { GL_CURRENT_RASTER_DISTANCE, CONTEXT_FLOAT(Current.RasterDistance), NO_EXTRA },
429 ctx->Current.RasterDistance = ctx->Current.Attrib[VERT_ATTRIB_FOG][0]; in _tnl_RasterPos()431 ctx->Current.RasterDistance = in _tnl_RasterPos()
126 fogVal = ctx->Current.RasterDistance; in _swrast_span_default_attribs()130 fogVal = _swrast_z_to_fogfactor(ctx, ctx->Current.RasterDistance); in _swrast_span_default_attribs()
827 f = _swrast_z_to_fogfactor(ctx, ctx->Current.RasterDistance); in r200PointsBitmap()