Home | History | Annotate | Download | only in main

Lines Matching refs:Viewport

423    { GL_DEPTH_RANGE, CONTEXT_FIELD(Viewport.Near, TYPE_FLOATN_2), NO_EXTRA },
1627 v->value_int_4[0] = ctx->Viewport.X;
1628 v->value_int_4[1] = ctx->Viewport.Y;
1629 v->value_int_4[2] = ctx->Viewport.Width;
1630 v->value_int_4[3] = ctx->Viewport.Height;