Home | History | Annotate | Download | only in gl

Lines Matching refs:viewport

481     GrGLIRect viewport;
482 viewport.fLeft = 0;
483 viewport.fBottom = 0;
484 viewport.fWidth = desc.fWidth;
485 viewport.fHeight = desc.fHeight;
488 (this, glDesc, viewport));
1262 // if the scissor fully contains the viewport then we fall through and
1455 // the read rect is viewport-relative
2335 // If a temporary FBO was created, its non-zero ID is returned. The viewport that the copy rect is
2340 GrGLIRect* viewport) {
2353 viewport->fLeft = 0;
2354 viewport->fBottom = 0;
2355 viewport->fWidth = surface->width();
2356 viewport->fHeight = surface->height();
2360 *viewport = rt->getViewport();