Home
last modified time | relevance | path

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

/external/mesa3d/src/mesa/main/
Drastpos.c468 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()
Dmtypes.h492 GLfloat RasterDistance; member
/external/mesa3d/src/mesa/swrast/
Ds_span.c130 fogVal = ctx->Current.RasterDistance; in _swrast_span_default_attribs()
134 fogVal = _swrast_z_to_fogfactor(ctx, ctx->Current.RasterDistance); in _swrast_span_default_attribs()
/external/mesa3d/src/mesa/drivers/dri/r200/
Dr200_swtcl.c836 f = _swrast_z_to_fogfactor(ctx, ctx->Current.RasterDistance); in r200PointsBitmap()