Searched refs:fMaxWindowRectangles (Results 1 – 11 of 11) sorted by relevance
62 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()
155 int maxWindowRectangles() const { return fMaxWindowRectangles; } in maxWindowRectangles()535 int fMaxWindowRectangles; variable
40 , 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()
134 const int fMaxWindowRectangles; variable
69 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()
203 int maxWindowRectangles() const { return fMaxWindowRectangles; } in maxWindowRectangles()598 int fMaxWindowRectangles; variable
25 fMaxWindowRectangles = options.fMaxWindowRectangles; in GrMockCaps()
126 int fMaxWindowRectangles = 0; member
1720 options.fMaxWindowRectangles = 8; in DEF_TEST()
583 GR_GL_GetIntegerv(gli, GR_GL_MAX_WINDOW_RECTANGLES, &fMaxWindowRectangles); in init()
600 GR_GL_GetIntegerv(gli, GR_GL_MAX_WINDOW_RECTANGLES, &fMaxWindowRectangles); in init()