Lines Matching refs:RasterPos
443 ctx->Current.RasterPos[0] = ndc[0] * scale[0] + translate[0]; in _mesa_RasterPos()
444 ctx->Current.RasterPos[1] = ndc[1] * scale[1] + translate[1]; in _mesa_RasterPos()
445 ctx->Current.RasterPos[2] = ndc[2] * scale[2] + translate[2]; in _mesa_RasterPos()
446 ctx->Current.RasterPos[3] = clip[3]; in _mesa_RasterPos()
450 ctx->Current.RasterPos[3] = CLAMP(ctx->Current.RasterPos[3], in _mesa_RasterPos()
456 ctx->Current.RasterPos[3] = MAX2(ctx->Current.RasterPos[3], in _mesa_RasterPos()
461 ctx->Current.RasterPos[3] = MIN2(ctx->Current.RasterPos[3], in _mesa_RasterPos()
516 _mesa_update_hitflag( ctx, ctx->Current.RasterPos[2] ); in _mesa_RasterPos()
541 ctx->Driver.RasterPos(ctx, p); in rasterpos()
715 ctx->Current.RasterPos[0] = x; in window_pos3f()
716 ctx->Current.RasterPos[1] = y; in window_pos3f()
717 ctx->Current.RasterPos[2] = z2; in window_pos3f()
718 ctx->Current.RasterPos[3] = 1.0F; in window_pos3f()
756 _mesa_update_hitflag( ctx, ctx->Current.RasterPos[2] ); in window_pos3f()
767 ctx->Current.RasterPos[3] = w; in window_pos4f()
975 ASSIGN_4V( ctx->Current.RasterPos, 0.0, 0.0, 0.0, 1.0 ); in _mesa_init_rastpos()