Home
last modified time | relevance | path

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

/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.h26 const GrWindowRectsState& windowRectsState() const { return fWindowRectsState; } in windowRectsState()
39 void addWindowRectangles(const GrWindowRectsState& windowState) { in addWindowRectangles()
44 void addWindowRectangles(const GrWindowRectangles& windows, GrWindowRectsState::Mode mode) { in addWindowRectangles()
82 GrWindowRectsState fWindowRectsState;
DGrFixedClip.h33 const GrWindowRectsState& windowRectsState() const { return fWindowRectsState; } in windowRectsState()
38 void setWindowRectangles(const GrWindowRectangles& windows, GrWindowRectsState::Mode mode) { in setWindowRectangles()
52 GrWindowRectsState fWindowRectsState;
DGrPipeline.h172 const GrWindowRectsState& getWindowRectsState() const { return fWindowRectsState; } in getWindowRectsState()
221 GrWindowRectsState fWindowRectsState;
DGrReducedClip.cpp594 GrWindowRectsState::Mode::kExclusive); in drawAlphaClipMask()
662 void setWindowRectangles(const GrWindowRectangles& windows, GrWindowRectsState::Mode mode) { in setWindowRectangles()
697 stencilClip.setWindowRectangles(fWindowRects, GrWindowRectsState::Mode::kExclusive); in drawStencilClipMask()
DGrClipStackClip.cpp271 GrWindowRectsState::Mode::kExclusive); in apply()
/external/skia/src/gpu/gl/
DGrGLGpu.h321 void flushWindowRectangles(const GrWindowRectsState&, const GrGLRenderTarget*);
440 const GrWindowRectsState& windowState) { in set()
447 const GrWindowRectsState& windowState) const { in knownEqualTo()
462 GrWindowRectsState fWindowState;
DGrGLGpu.cpp1863 void GrGLGpu::flushWindowRectangles(const GrWindowRectsState& windowState, in flushWindowRectangles()
1866 typedef GrWindowRectsState::Mode Mode; in flushWindowRectangles()
/external/skia/tests/
DGpuSampleLocationsTest.cpp97 GrWindowRectsState dummyWindows; in construct_dummy_pipeline()
/external/skia/gn/
Dgpu.gni222 "$_src/gpu/GrWindowRectsState.h",