Home | History | Annotate | Download | only in gl

Lines Matching defs:scissor

1255         GrGLIRect scissor;
1256 scissor.setRelativeTo(vp,
1262 // if the scissor fully contains the viewport then we fall through and
1263 // disable the scissor test.
1264 if (!scissor.contains(vp)) {
1265 if (fHWScissorSettings.fRect != scissor) {
1266 scissor.pushToGLScissor(this->glInterface());
1267 fHWScissorSettings.fRect = scissor;
1727 // Apple's extension uses the scissor as the blit bounds.
1735 // this respects the scissor during the blit, so disable it.
2468 // The EXT version applies the scissor during the blit, so disable it.