Home
last modified time | relevance | path

Searched refs:RasterDistance (Results 1 – 6 of 6) sorted by relevance

/external/mesa3d/src/mesa/main/
Drastpos.c246 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()
Dmtypes.h820 GLfloat RasterDistance; member
Dget.c838 { GL_CURRENT_RASTER_DISTANCE, CONTEXT_FLOAT(Current.RasterDistance), NO_EXTRA },
/external/mesa3d/src/mesa/tnl/
Dt_rasterpos.c429 ctx->Current.RasterDistance = ctx->Current.Attrib[VERT_ATTRIB_FOG][0]; in _tnl_RasterPos()
431 ctx->Current.RasterDistance = in _tnl_RasterPos()
/external/mesa3d/src/mesa/swrast/
Ds_span.c126 fogVal = ctx->Current.RasterDistance; in _swrast_span_default_attribs()
130 fogVal = _swrast_z_to_fogfactor(ctx, ctx->Current.RasterDistance); in _swrast_span_default_attribs()
/external/mesa3d/src/mesa/drivers/dri/r200/
Dr200_swtcl.c827 f = _swrast_z_to_fogfactor(ctx, ctx->Current.RasterDistance); in r200PointsBitmap()