Home | History | Annotate | Download | only in libagl

Lines Matching refs:VIEWPORT

75     c->transforms.dirty =   transform_state_t::VIEWPORT | 
132 // Validate the viewport transformation
133 if (dirty & transform_state_t::VIEWPORT) {
515 // premultiply it with the viewport transformation. In addition to
643 c->viewport.surfaceport.x = x;
644 c->viewport.surfaceport.y = y;
647 c->viewport.x,
648 c->viewport.y,
649 c->viewport.w,
650 c->viewport.h);
653 c->viewport.scissor.x,
654 c->viewport.scissor.y,
655 c->viewport.scissor.w,
656 c->viewport.scissor.h);
668 c->viewport.scissor.x = x;
669 c->viewport.scissor.y = y;
670 c->viewport.scissor.w = w;
671 c->viewport.scissor.h = h;
673 x += c->viewport.surfaceport.x;
674 y += c->viewport.surfaceport.y;
688 c->viewport.x = x;
689 c->viewport.y = y;
690 c->viewport.w = w;
691 c->viewport.h = h;
693 x += c->viewport.surfaceport.x;
694 y += c->viewport.surfaceport.y;
707 // compute viewport matrix
713 c->transforms.dirty |= transform_state_t::VIEWPORT;
898 c->transforms.dirty |= transform_state_t::VIEWPORT;