Home | History | Annotate | Download | only in main

Lines Matching refs:ViewportArray

745       v->value_float_4[0] = ctx->ViewportArray[0].X;
746 v->value_float_4[1] = ctx->ViewportArray[0].Y;
747 v->value_float_4[2] = ctx->ViewportArray[0].Width;
748 v->value_float_4[3] = ctx->ViewportArray[0].Height;
752 v->value_double_2[0] = ctx->ViewportArray[0].Near;
753 v->value_double_2[1] = ctx->ViewportArray[0].Far;
2079 v->value_float_4[0] = ctx->ViewportArray[index].X;
2080 v->value_float_4[1] = ctx->ViewportArray[index].Y;
2081 v->value_float_4[2] = ctx->ViewportArray[index].Width;
2082 v->value_float_4[3] = ctx->ViewportArray[index].Height;
2088 v->value_double_2[0] = ctx->ViewportArray[index].Near;
2089 v->value_double_2[1] = ctx->ViewportArray[index].Far;