Home
last modified time | relevance | path

Searched refs:GrWindowRectsState (Results 1 – 10 of 10) sorted by relevance

/third_party/skia/src/gpu/
DGrWindowRectsState.h13 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); }
DGrAppliedClip.h42 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()
DGrFixedClip.h40 const GrWindowRectsState& windowRectsState() const { return fWindowRectsState; } in windowRectsState()
45 void setWindowRectangles(const GrWindowRectangles& windows, GrWindowRectsState::Mode mode) { in setWindowRectangles()
55 GrWindowRectsState fWindowRectsState;
DGrPipeline.h165 const GrWindowRectsState& getWindowRectsState() const { return fWindowRectsState; } in getWindowRectsState()
222 GrWindowRectsState fWindowRectsState;
DBUILD.bazel228 "GrWindowRectsState.h",
/third_party/skia/src/gpu/gl/
DGrGLGpu.h435 void flushWindowRectangles(const GrWindowRectsState&, const GrGLRenderTarget*, GrSurfaceOrigin);
581 const GrWindowRectsState& windowState) { in set()
589 const GrWindowRectsState& windowState) const { in knownEqualTo()
606 GrWindowRectsState fWindowState;
DGrGLGpu.cpp1824 void GrGLGpu::flushWindowRectangles(const GrWindowRectsState& windowState, in flushWindowRectangles()
1827 typedef GrWindowRectsState::Mode Mode; in flushWindowRectangles()
/third_party/skia/src/gpu/v1/
DStencilMaskHelper.cpp362 windowRects, GrWindowRectsState::Mode::kExclusive); in init()
DClipStack.cpp1464 out->hardClip().addWindowRectangles(windowRects, GrWindowRectsState::Mode::kExclusive); in apply()
/third_party/skia/gn/
Dgpu.gni247 "$_src/gpu/GrWindowRectsState.h",