Home
last modified time | relevance | path

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

/external/skqp/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.h29 const GrWindowRectsState& windowRectsState() const { return fWindowRectsState; } in windowRectsState()
42 void addWindowRectangles(const GrWindowRectsState& windowState) { in addWindowRectangles()
47 void addWindowRectangles(const GrWindowRectangles& windows, GrWindowRectsState::Mode mode) { in addWindowRectangles()
70 GrWindowRectsState fWindowRectsState;
84 const GrWindowRectsState& windowRectsState() const { return fHardClip.windowRectsState(); } in windowRectsState()
DGrFixedClip.h36 const GrWindowRectsState& windowRectsState() const { return fWindowRectsState; } in windowRectsState()
41 void setWindowRectangles(const GrWindowRectangles& windows, GrWindowRectsState::Mode mode) { in setWindowRectangles()
54 GrWindowRectsState fWindowRectsState;
DGrPipeline.h168 const GrWindowRectsState& getWindowRectsState() const { return fWindowRectsState; } in getWindowRectsState()
214 GrWindowRectsState fWindowRectsState;
DGrReducedClip.cpp748 GrWindowRectsState::Mode::kExclusive); in drawAlphaClipMask()
819 GrWindowRectsState::Mode::kExclusive); in drawStencilClipMask()
DGrClipStackClip.cpp231 GrWindowRectsState::Mode::kExclusive); in apply()
/external/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.h171 const GrWindowRectsState& getWindowRectsState() const { return fWindowRectsState; } in getWindowRectsState()
228 GrWindowRectsState fWindowRectsState;
DGrStencilMaskHelper.cpp348 windowRects, GrWindowRectsState::Mode::kExclusive); in init()
DGrClipStackClip.cpp233 GrWindowRectsState::Mode::kExclusive); in apply()
DGrReducedClip.cpp797 GrWindowRectsState::Mode::kExclusive); in drawAlphaClipMask()
DGrClipStack.cpp1466 out->hardClip().addWindowRectangles(windowRects, GrWindowRectsState::Mode::kExclusive); in apply()
/external/skqp/src/gpu/gl/
DGrGLGpu.h351 void flushWindowRectangles(const GrWindowRectsState&, const GrGLRenderTarget*, GrSurfaceOrigin);
463 const GrWindowRectsState& windowState) { in set()
470 const GrWindowRectsState& windowState) const { in knownEqualTo()
485 GrWindowRectsState fWindowState;
DGrGLGpu.cpp1889 void GrGLGpu::flushWindowRectangles(const GrWindowRectsState& windowState, in flushWindowRectangles()
1892 typedef GrWindowRectsState::Mode Mode; in flushWindowRectangles()
/external/skia/src/gpu/gl/
DGrGLGpu.h408 void flushWindowRectangles(const GrWindowRectsState&, const GrGLRenderTarget*, GrSurfaceOrigin);
557 const GrWindowRectsState& windowState) { in set()
565 const GrWindowRectsState& windowState) const { in knownEqualTo()
582 GrWindowRectsState fWindowState;
DGrGLGpu.cpp1790 void GrGLGpu::flushWindowRectangles(const GrWindowRectsState& windowState, in flushWindowRectangles()
1793 typedef GrWindowRectsState::Mode Mode; in flushWindowRectangles()
/external/skqp/gn/
Dgpu.gni234 "$_src/gpu/GrWindowRectsState.h",
/external/skia/gn/
Dgpu.gni274 "$_src/gpu/GrWindowRectsState.h",