Lines Matching defs:count
1571 * array texture and the attachment is layered, the depth or layer count
1575 * "If image has multiple samples, its sample count is less than or equal
2792 /* check the sample count;
5602 GLuint start, GLsizei count, const GLfloat *v, bool no_error,
5615 if (start + count > MAX_SAMPLE_LOCATION_TABLE_SIZE) {
5634 for (i = 0; i < count * 2; i++) {
5664 GLsizei count, const GLfloat *v)
5678 sample_locations(ctx, fb, start, count, v, false,
5684 GLsizei count, const GLfloat *v)
5699 sample_locations(ctx, fb, start, count, v, false,
5705 GLsizei count, const GLfloat *v)
5709 count, v, true, "glFramebufferSampleLocationsfvARB");
5714 GLuint start, GLsizei count,
5719 count, v, true, "glNamedFramebufferSampleLocationsfvARB");