Home
last modified time | relevance | path

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

/external/mesa3d/src/mesa/main/
Drastpos.c431 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()
Dmtypes.h512 GLfloat RasterDistance; member
/external/mesa3d/src/mesa/swrast/
Ds_span.c127 fogVal = ctx->Current.RasterDistance; in _swrast_span_default_attribs()
131 fogVal = _swrast_z_to_fogfactor(ctx, ctx->Current.RasterDistance); in _swrast_span_default_attribs()
/external/mesa3d/src/mesa/drivers/dri/r200/
Dr200_swtcl.c835 f = _swrast_z_to_fogfactor(ctx, ctx->Current.RasterDistance); in r200PointsBitmap()
/external/mesa3d/prebuilt-intermediates/main/
Dget_hash.h420 { GL_CURRENT_RASTER_DISTANCE, CONTEXT_FLOAT(Current.RasterDistance), NO_EXTRA },