Home | History | Annotate | Download | only in gpu

Lines Matching refs:fMaxWindowRectangles

40         , fMaxWindowRectangles(maxWindowRectangles)
44 SkASSERT(fMaxWindowRectangles <= GrWindowRectangles::kMaxWindows);
534 if (fWindowRects.count() < fMaxWindowRectangles) {
550 if (fWindowRects.count() >= fMaxWindowRectangles) {
576 if (fWindowRects.count() < fMaxWindowRectangles) {