Home | History | Annotate | Download | only in gl

Lines Matching defs:kMaxEntries

50     // We may have kMaxEntries+1 shaders in the GL context because
53 kMaxEntries = 32
55 Entry fEntries[kMaxEntries];
94 if (fCount < kMaxEntries) {
98 GrAssert(kMaxEntries == fCount);
100 for (int i = 1; i < kMaxEntries; ++i) {