Searched refs:GrWindowRectsState (Results 1 – 20 of 20) sorted by relevance
/external/skqp/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 | 29 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()
|
D | GrFixedClip.h | 36 const GrWindowRectsState& windowRectsState() const { return fWindowRectsState; } in windowRectsState() 41 void setWindowRectangles(const GrWindowRectangles& windows, GrWindowRectsState::Mode mode) { in setWindowRectangles() 54 GrWindowRectsState fWindowRectsState;
|
D | GrPipeline.h | 168 const GrWindowRectsState& getWindowRectsState() const { return fWindowRectsState; } in getWindowRectsState() 214 GrWindowRectsState fWindowRectsState;
|
D | GrReducedClip.cpp | 748 GrWindowRectsState::Mode::kExclusive); in drawAlphaClipMask() 819 GrWindowRectsState::Mode::kExclusive); in drawStencilClipMask()
|
D | GrClipStackClip.cpp | 231 GrWindowRectsState::Mode::kExclusive); in apply()
|
/external/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 | 171 const GrWindowRectsState& getWindowRectsState() const { return fWindowRectsState; } in getWindowRectsState() 228 GrWindowRectsState fWindowRectsState;
|
D | GrStencilMaskHelper.cpp | 348 windowRects, GrWindowRectsState::Mode::kExclusive); in init()
|
D | GrClipStackClip.cpp | 233 GrWindowRectsState::Mode::kExclusive); in apply()
|
D | GrReducedClip.cpp | 797 GrWindowRectsState::Mode::kExclusive); in drawAlphaClipMask()
|
D | GrClipStack.cpp | 1466 out->hardClip().addWindowRectangles(windowRects, GrWindowRectsState::Mode::kExclusive); in apply()
|
/external/skqp/src/gpu/gl/ |
D | GrGLGpu.h | 351 void flushWindowRectangles(const GrWindowRectsState&, const GrGLRenderTarget*, GrSurfaceOrigin); 463 const GrWindowRectsState& windowState) { in set() 470 const GrWindowRectsState& windowState) const { in knownEqualTo() 485 GrWindowRectsState fWindowState;
|
D | GrGLGpu.cpp | 1889 void GrGLGpu::flushWindowRectangles(const GrWindowRectsState& windowState, in flushWindowRectangles() 1892 typedef GrWindowRectsState::Mode Mode; in flushWindowRectangles()
|
/external/skia/src/gpu/gl/ |
D | GrGLGpu.h | 408 void flushWindowRectangles(const GrWindowRectsState&, const GrGLRenderTarget*, GrSurfaceOrigin); 557 const GrWindowRectsState& windowState) { in set() 565 const GrWindowRectsState& windowState) const { in knownEqualTo() 582 GrWindowRectsState fWindowState;
|
D | GrGLGpu.cpp | 1790 void GrGLGpu::flushWindowRectangles(const GrWindowRectsState& windowState, in flushWindowRectangles() 1793 typedef GrWindowRectsState::Mode Mode; in flushWindowRectangles()
|
/external/skqp/gn/ |
D | gpu.gni | 234 "$_src/gpu/GrWindowRectsState.h",
|
/external/skia/gn/ |
D | gpu.gni | 274 "$_src/gpu/GrWindowRectsState.h",
|