Searched refs:fMaxWindowRectangles (Results 1 – 6 of 6) sorted by relevance
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()600 int fMaxWindowRectangles; variable
25 fMaxWindowRectangles = options.fMaxWindowRectangles; in GrMockCaps()
126 int fMaxWindowRectangles = 0; member
1720 options.fMaxWindowRectangles = 8; in DEF_TEST()
600 GR_GL_GetIntegerv(gli, GR_GL_MAX_WINDOW_RECTANGLES, &fMaxWindowRectangles); in init()