Home
last modified time | relevance | path

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

/third_party/mesa3d/src/mesa/main/
Drastpos.c476 ctx->Current.RasterDistance = ctx->Current.Attrib[VERT_ATTRIB_FOG][0]; in _mesa_RasterPos()
478 ctx->Current.RasterDistance = in _mesa_RasterPos()
731 ctx->Current.RasterDistance = ctx->Current.Attrib[VERT_ATTRIB_FOG][0]; in window_pos3f()
733 ctx->Current.RasterDistance = 0.0; in window_pos3f()
984 ctx->Current.RasterDistance = 0.0; in _mesa_init_rastpos()
Dmtypes.h358 GLfloat RasterDistance; member