Lines Matching defs:counts
386 * point. Update reference counts, etc.
1135 fbo_incomplete(ctx, "inconsistent sample counts", -1);
1144 fbo_incomplete(ctx, "inconsistent sample counts", -1);
1261 /* See if non-matching sample counts are supported. */
1276 GLint *counts =
1279 if (counts[0] == numColorSamples &&
1280 counts[1] == numColorStorageSamples &&
1281 counts[2] == numDepthSamples) {
1290 fbo_incomplete(ctx, "unsupported sample counts", -1);
1295 /* If the extension is unsupported, all sample counts must be equal. */
1300 fbo_incomplete(ctx, "inconsistent sample counts", -1);