Lines Matching defs:origin

1836                                     const GrGLRenderTarget* rt, GrSurfaceOrigin origin) {
1844 fHWWindowRectsState.knownEqualTo(origin, rt->width(), rt->height(), windowState)) {
1856 glwindows[i].setRelativeTo(origin, rt->height(), skwindows[i]);
1862 fHWWindowRectsState.set(origin, rt->width(), rt->height(), windowState);
1907 this->flushStencil(stencil, programInfo.origin());
1910 glRT, programInfo.origin());
1979 GrSurfaceOrigin origin) {
1990 this->flushRenderTarget(glRT, useMultisampleFBO, origin, scissor.rect());
1994 this->flushScissor(scissor, glRT->height(), origin);
2010 const SkIRect& bounds, GrSurfaceOrigin origin,
2021 auto nativeBounds = GrNativeRect::MakeRelativeTo(origin, rt->height(), bounds);
2100 GrSurfaceOrigin origin) {
2134 this->flushScissor(scissor, glRT->height(), origin);
2238 GrSurfaceOrigin origin,
2255 fCachedOpsRenderPass->set(rt, useMultisampleFBO, bounds, origin, colorInfo, stencilInfo);
2260 GrSurfaceOrigin origin, const SkIRect& bounds) {
2262 this->didWriteToSurface(target, origin, &bounds);
2295 kTopLeft_GrSurfaceOrigin); // the origin is irrelevant in this case
2481 void GrGLGpu::flushStencil(const GrStencilSettings& stencilSettings, GrSurfaceOrigin origin) {
2485 (stencilSettings.isTwoSided() && fHWStencilOrigin != origin)) {
2495 set_gl_stencil(this->glInterface(), stencilSettings.postOriginCWFace(origin),
2497 set_gl_stencil(this->glInterface(), stencilSettings.postOriginCCWFace(origin),
2501 fHWStencilOrigin = origin;
3363 kTopLeft_GrSurfaceOrigin); // the origin is irrelevant in this case