Home
last modified time | relevance | path

Searched refs:fMaxWindowRectangles (Results 1 – 11 of 11) sorted by relevance

/third_party/flutter/skia/src/gpu/
DGrCaps.cpp62 fMaxWindowRectangles = 0; in GrCaps()
122 if (fMaxWindowRectangles > GrWindowRectangles::kMaxWindows) { in applyOptionsOverrides()
124 GrWindowRectangles::kMaxWindows, fMaxWindowRectangles); in applyOptionsOverrides()
125 fMaxWindowRectangles = GrWindowRectangles::kMaxWindows; in applyOptionsOverrides()
219 writer->appendS32("Max Window Rectangles", fMaxWindowRectangles); in dumpJSON()
DGrCaps.h155 int maxWindowRectangles() const { return fMaxWindowRectangles; } in maxWindowRectangles()
535 int fMaxWindowRectangles; variable
DGrReducedClip.cpp40 , fMaxWindowRectangles(maxWindowRectangles) in GrReducedClip()
44 SkASSERT(fMaxWindowRectangles <= GrWindowRectangles::kMaxWindows); in GrReducedClip()
537 if (fWindowRects.count() < fMaxWindowRectangles) { in clipOutsideElement()
553 if (fWindowRects.count() >= fMaxWindowRectangles) { in clipOutsideElement()
579 if (fWindowRects.count() < fMaxWindowRectangles) { in clipOutsideElement()
DGrReducedClip.h134 const int fMaxWindowRectangles; variable
/third_party/skia/src/gpu/
DGrCaps.cpp69 fMaxWindowRectangles = 0; in GrCaps()
152 if (fMaxWindowRectangles > GrWindowRectangles::kMaxWindows) { in applyOptionsOverrides()
154 GrWindowRectangles::kMaxWindows, fMaxWindowRectangles); in applyOptionsOverrides()
155 fMaxWindowRectangles = GrWindowRectangles::kMaxWindows; in applyOptionsOverrides()
262 writer->appendS32("Max Window Rectangles", fMaxWindowRectangles); in dumpJSON()
DGrCaps.h203 int maxWindowRectangles() const { return fMaxWindowRectangles; } in maxWindowRectangles()
598 int fMaxWindowRectangles; variable
/third_party/skia/src/gpu/mock/
DGrMockCaps.h25 fMaxWindowRectangles = options.fMaxWindowRectangles; in GrMockCaps()
/third_party/skia/include/gpu/mock/
DGrMockTypes.h126 int fMaxWindowRectangles = 0; member
/third_party/skia/tests/
DGrClipStackTest.cpp1720 options.fMaxWindowRectangles = 8; in DEF_TEST()
/third_party/flutter/skia/src/gpu/gl/
DGrGLCaps.cpp583 GR_GL_GetIntegerv(gli, GR_GL_MAX_WINDOW_RECTANGLES, &fMaxWindowRectangles); in init()
/third_party/skia/src/gpu/gl/
DGrGLCaps.cpp600 GR_GL_GetIntegerv(gli, GR_GL_MAX_WINDOW_RECTANGLES, &fMaxWindowRectangles); in init()