Home
last modified time | relevance | path

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

/external/mesa3d/src/mesa/swrast/
Ds_points.c106 span.facing = swrast->PointLineFacing; in sprite_point()
279 span.facing = swrast->PointLineFacing; in smooth_point()
382 span.facing = swrast->PointLineFacing; in large_point()
479 span->facing != swrast->PointLineFacing) { in pixel_point()
488 span->facing = swrast->PointLineFacing; in pixel_point()
Ds_context.h250 GLuint PointLineFacing; member
Ds_aalinetemp.h131 line.span.facing = swrast->PointLineFacing; in NAME()
Ds_linetemp.h294 span.facing = swrast->PointLineFacing; in NAME()
Ds_context.c677 SWRAST_CONTEXT(ctx)->PointLineFacing = facing; in _swrast_SetFacing()