Searched refs:GrWindowRectsState (Results 1 – 10 of 10) sorted by relevance
/third_party/skia/src/gpu/ |
D | GrWindowRectsState.h | 13 class GrWindowRectsState { 20 GrWindowRectsState() : fMode(Mode::kExclusive) {} in GrWindowRectsState() function 21 GrWindowRectsState(const GrWindowRectangles& windows, Mode mode) in GrWindowRectsState() function 41 bool operator==(const GrWindowRectsState& that) const { 47 bool operator!=(const GrWindowRectsState& that) const { return !(*this == that); }
|
D | GrAppliedClip.h | 42 const GrWindowRectsState& windowRectsState() const { return fWindowRectsState; } in windowRectsState() 59 void addWindowRectangles(const GrWindowRectsState& windowState) { in addWindowRectangles() 64 void addWindowRectangles(const GrWindowRectangles& windows, GrWindowRectsState::Mode mode) { in addWindowRectangles() 87 GrWindowRectsState fWindowRectsState; 108 const GrWindowRectsState& windowRectsState() const { return fHardClip.windowRectsState(); } in windowRectsState()
|
D | GrFixedClip.h | 40 const GrWindowRectsState& windowRectsState() const { return fWindowRectsState; } in windowRectsState() 45 void setWindowRectangles(const GrWindowRectangles& windows, GrWindowRectsState::Mode mode) { in setWindowRectangles() 55 GrWindowRectsState fWindowRectsState;
|
D | GrPipeline.h | 165 const GrWindowRectsState& getWindowRectsState() const { return fWindowRectsState; } in getWindowRectsState() 222 GrWindowRectsState fWindowRectsState;
|
D | BUILD.bazel | 228 "GrWindowRectsState.h",
|
/third_party/skia/src/gpu/gl/ |
D | GrGLGpu.h | 435 void flushWindowRectangles(const GrWindowRectsState&, const GrGLRenderTarget*, GrSurfaceOrigin); 581 const GrWindowRectsState& windowState) { in set() 589 const GrWindowRectsState& windowState) const { in knownEqualTo() 606 GrWindowRectsState fWindowState;
|
D | GrGLGpu.cpp | 1824 void GrGLGpu::flushWindowRectangles(const GrWindowRectsState& windowState, in flushWindowRectangles() 1827 typedef GrWindowRectsState::Mode Mode; in flushWindowRectangles()
|
/third_party/skia/src/gpu/v1/ |
D | StencilMaskHelper.cpp | 362 windowRects, GrWindowRectsState::Mode::kExclusive); in init()
|
D | ClipStack.cpp | 1464 out->hardClip().addWindowRectangles(windowRects, GrWindowRectsState::Mode::kExclusive); in apply()
|
/third_party/skia/gn/ |
D | gpu.gni | 247 "$_src/gpu/GrWindowRectsState.h",
|