/third_party/skia/src/gpu/ |
D | GrWindowRectangles.h | 14 class GrWindowRectangles { 18 GrWindowRectangles() : fCount(0) {} in GrWindowRectangles() function 19 GrWindowRectangles(const GrWindowRectangles& that) : fCount(0) { *this = that; } in GrWindowRectangles() function 20 ~GrWindowRectangles() { SkSafeUnref(this->rec()); } in ~GrWindowRectangles() 22 GrWindowRectangles makeOffset(int dx, int dy) const; 29 GrWindowRectangles& operator=(const GrWindowRectangles&); 34 bool operator!=(const GrWindowRectangles& that) const { return !(*this == that); } 35 bool operator==(const GrWindowRectangles&) const; 49 struct GrWindowRectangles::Rec : public GrNonAtomicRef<Rec> { 59 inline const SkIRect* GrWindowRectangles::data() const { in data() [all …]
|
D | GrWindowRectsState.h | 21 GrWindowRectsState(const GrWindowRectangles& windows, Mode mode) in GrWindowRectsState() 28 const GrWindowRectangles& windows() const { return fWindows; } in windows() 36 void set(const GrWindowRectangles& windows, Mode mode) { in set() 51 GrWindowRectangles fWindows;
|
D | GrCaps.cpp | 152 if (fMaxWindowRectangles > GrWindowRectangles::kMaxWindows) { in applyOptionsOverrides() 154 GrWindowRectangles::kMaxWindows, fMaxWindowRectangles); in applyOptionsOverrides() 155 fMaxWindowRectangles = GrWindowRectangles::kMaxWindows; in applyOptionsOverrides()
|
D | GrFixedClip.h | 45 void setWindowRectangles(const GrWindowRectangles& windows, GrWindowRectsState::Mode mode) { in setWindowRectangles()
|
D | GrAppliedClip.h | 64 void addWindowRectangles(const GrWindowRectangles& windows, GrWindowRectsState::Mode mode) { in addWindowRectangles()
|
D | BUILD.bazel | 227 "GrWindowRectangles.h",
|
/third_party/flutter/skia/src/gpu/ |
D | GrWindowRectangles.h | 14 class GrWindowRectangles { 18 GrWindowRectangles() : fCount(0) {} in GrWindowRectangles() function 19 GrWindowRectangles(const GrWindowRectangles& that) : fCount(0) { *this = that; } in GrWindowRectangles() function 20 ~GrWindowRectangles() { SkSafeUnref(this->rec()); } in ~GrWindowRectangles() 22 GrWindowRectangles makeOffset(int dx, int dy) const; 29 GrWindowRectangles& operator=(const GrWindowRectangles&); 34 bool operator!=(const GrWindowRectangles& that) const { return !(*this == that); } 35 bool operator==(const GrWindowRectangles&) const; 50 struct GrWindowRectangles::Rec : public GrNonAtomicRef<Rec> { 60 inline const SkIRect* GrWindowRectangles::data() const { in data() [all …]
|
D | GrWindowRectsState.h | 21 GrWindowRectsState(const GrWindowRectangles& windows, Mode mode) in GrWindowRectsState() 28 const GrWindowRectangles& windows() const { return fWindows; } in windows() 36 void set(const GrWindowRectangles& windows, Mode mode) { in set() 51 GrWindowRectangles fWindows;
|
D | GrReducedClip.h | 59 const GrWindowRectangles& windowRectangles() const { return fWindowRects; } in windowRectangles() 143 GrWindowRectangles fWindowRects;
|
D | GrCaps.cpp | 122 if (fMaxWindowRectangles > GrWindowRectangles::kMaxWindows) { in applyOptionsOverrides() 124 GrWindowRectangles::kMaxWindows, fMaxWindowRectangles); in applyOptionsOverrides() 125 fMaxWindowRectangles = GrWindowRectangles::kMaxWindows; in applyOptionsOverrides()
|
D | GrFixedClip.h | 41 void setWindowRectangles(const GrWindowRectangles& windows, GrWindowRectsState::Mode mode) { in setWindowRectangles()
|
D | GrAppliedClip.h | 47 void addWindowRectangles(const GrWindowRectangles& windows, GrWindowRectsState::Mode mode) { in addWindowRectangles()
|
D | GrReducedClip.cpp | 44 SkASSERT(fMaxWindowRectangles <= GrWindowRectangles::kMaxWindows); in GrReducedClip()
|
/third_party/flutter/skia/tests/ |
D | WindowRectanglesTest.cpp | 22 SkIRect windowData[GrWindowRectangles::kMaxWindows]; in DEF_TEST() 23 for (int i = 0; i < GrWindowRectangles::kMaxWindows; ++i) { in DEF_TEST() 27 GrWindowRectangles wr; in DEF_TEST() 28 for (int i = 0; i < GrWindowRectangles::kMaxWindows - 1; ++i) { in DEF_TEST() 32 GrWindowRectangles wr2(wr); in DEF_TEST() 40 SkASSERT(wr.count() == GrWindowRectangles::kMaxWindows - 1); in DEF_TEST() 42 GrWindowRectangles A(wr), B(wr); in DEF_TEST() 46 A.addWindow(windowData[GrWindowRectangles::kMaxWindows - 1]); in DEF_TEST() 54 GrWindowRectangles::kMaxWindows * sizeof(SkIRect))); in DEF_TEST() 56 (GrWindowRectangles::kMaxWindows - 1) * sizeof(SkIRect))); in DEF_TEST() [all …]
|
/third_party/skia/tests/ |
D | WindowRectanglesTest.cpp | 22 SkIRect windowData[GrWindowRectangles::kMaxWindows]; in DEF_TEST() 23 for (int i = 0; i < GrWindowRectangles::kMaxWindows; ++i) { in DEF_TEST() 27 GrWindowRectangles wr; in DEF_TEST() 28 for (int i = 0; i < GrWindowRectangles::kMaxWindows - 1; ++i) { in DEF_TEST() 32 GrWindowRectangles wr2(wr); in DEF_TEST() 40 SkASSERT(wr.count() == GrWindowRectangles::kMaxWindows - 1); in DEF_TEST() 42 GrWindowRectangles A(wr), B(wr); in DEF_TEST() 46 A.addWindow(windowData[GrWindowRectangles::kMaxWindows - 1]); in DEF_TEST() 53 for (int i = 0; i < GrWindowRectangles::kMaxWindows - 1; i++) { in DEF_TEST() 57 REPORTER_ASSERT(reporter, A.data()[GrWindowRectangles::kMaxWindows - 1] in DEF_TEST() [all …]
|
/third_party/skia/src/gpu/v1/ |
D | StencilMaskHelper.h | 45 const GrWindowRectangles& windowRects, int numFPs);
|
D | StencilMaskHelper.cpp | 352 const GrWindowRectangles& windowRects, int numFPs) { in init()
|
D | ClipStack.cpp | 1350 GrWindowRectangles windowRects; in apply()
|
/third_party/flutter/skia/gn/ |
D | gpu.gni | 237 "$_src/gpu/GrWindowRectangles.h",
|
/third_party/skia/gn/ |
D | gpu.gni | 244 "$_src/gpu/GrWindowRectangles.h",
|
/third_party/flutter/skia/src/gpu/gl/ |
D | GrGLGpu.cpp | 1845 int numWindows = SkTMin(windowState.numWindows(), int(GrWindowRectangles::kMaxWindows)); in flushWindowRectangles() 1848 GrGLIRect glwindows[GrWindowRectangles::kMaxWindows]; in flushWindowRectangles()
|
/third_party/skia/src/gpu/gl/ |
D | GrGLGpu.cpp | 1839 int numWindows = std::min(windowState.numWindows(), int(GrWindowRectangles::kMaxWindows)); in flushWindowRectangles() 1842 GrNativeRect glwindows[GrWindowRectangles::kMaxWindows]; in flushWindowRectangles()
|
/third_party/flutter/engine/flutter/ci/licenses_golden/ |
D | licenses_skia | 652 FILE: ../../../third_party/skia/src/gpu/GrWindowRectangles.h
|