Home | History | Annotate | Download | only in libagl

Lines Matching refs:VIEWPORT

74     c->transforms.dirty =   transform_state_t::VIEWPORT | 
131 // Validate the viewport transformation
132 if (dirty & transform_state_t::VIEWPORT) {
514 // premultiply it with the viewport transformation. In addition to
632 c->viewport.surfaceport.x = x;
633 c->viewport.surfaceport.y = y;
636 c->viewport.x,
637 c->viewport.y,
638 c->viewport.w,
639 c->viewport.h);
642 c->viewport.scissor.x,
643 c->viewport.scissor.y,
644 c->viewport.scissor.w,
645 c->viewport.scissor.h);
657 c->viewport.scissor.x = x;
658 c->viewport.scissor.y = y;
659 c->viewport.scissor.w = w;
660 c->viewport.scissor.h = h;
662 x += c->viewport.surfaceport.x;
663 y += c->viewport.surfaceport.y;
677 c->viewport.x = x;
678 c->viewport.y = y;
679 c->viewport.w = w;
680 c->viewport.h = h;
682 x += c->viewport.surfaceport.x;
683 y += c->viewport.surfaceport.y;
696 // compute viewport matrix
702 c->transforms.dirty |= transform_state_t::VIEWPORT;
887 c->transforms.dirty |= transform_state_t::VIEWPORT;