Lines Matching defs:start
5602 GLuint start, GLsizei count, const GLfloat *v, bool no_error,
5615 if (start + count > MAX_SAMPLE_LOCATION_TABLE_SIZE) {
5617 "%s(start+size > sample location table size)", name);
5653 fb->SampleLocationTable[start * 2 + i] = 0.5f;
5655 fb->SampleLocationTable[start * 2 + i] = SATURATE(v[i]);
5663 _mesa_FramebufferSampleLocationsfvARB(GLenum target, GLuint start,
5678 sample_locations(ctx, fb, start, count, v, false,
5683 _mesa_NamedFramebufferSampleLocationsfvARB(GLuint framebuffer, GLuint start,
5699 sample_locations(ctx, fb, start, count, v, false,
5704 _mesa_FramebufferSampleLocationsfvARB_no_error(GLenum target, GLuint start,
5708 sample_locations(ctx, get_framebuffer_target(ctx, target), start,
5714 GLuint start, GLsizei count,
5718 sample_locations(ctx, _mesa_lookup_framebuffer(ctx, framebuffer), start,