Searched refs:fMaxWindowRectangles (Results 1 – 3 of 3) sorted by relevance
70 fMaxWindowRectangles = 0; in GrCaps()90 if (fMaxWindowRectangles > GrWindowRectangles::kMaxWindows) { in applyOptionsOverrides()92 GrWindowRectangles::kMaxWindows, fMaxWindowRectangles); in applyOptionsOverrides()93 fMaxWindowRectangles = GrWindowRectangles::kMaxWindows; in applyOptionsOverrides()155 r.appendf("Max Window Rectangles : %d\n", fMaxWindowRectangles); in dump()
141 int maxWindowRectangles() const { return fMaxWindowRectangles; } in maxWindowRectangles()235 int fMaxWindowRectangles; variable
521 GR_GL_GetIntegerv(gli, GR_GL_MAX_WINDOW_RECTANGLES, &fMaxWindowRectangles); in init()