Lines Matching defs:counts
478 * point. Update reference counts, etc.
1432 fbo_incomplete(ctx, "inconsistent sample counts", -1);
1441 fbo_incomplete(ctx, "inconsistent sample counts", -1);
1585 /* See if non-matching sample counts are supported. */
1600 GLint *counts =
1603 if (counts[0] == numColorSamples &&
1604 counts[1] == numColorStorageSamples &&
1605 counts[2] == numDepthSamples) {
1614 fbo_incomplete(ctx, "unsupported sample counts", -1);
1619 /* If the extension is unsupported, all sample counts must be equal. */
1624 fbo_incomplete(ctx, "inconsistent sample counts", -1);