Lines Matching refs:value
45 _mesa_SampleCoverage(GLclampf value, GLboolean invert)
49 value = SATURATE(value);
52 ctx->Multisample.SampleCoverageValue == value)
57 ctx->Multisample.SampleCoverageValue = value;
188 min_sample_shading(struct gl_context *ctx, GLclampf value)
190 value = SATURATE(value);
192 if (ctx->Multisample.MinSampleShadingValue == value)
197 ctx->Multisample.MinSampleShadingValue = value;
204 _mesa_MinSampleShading_no_error(GLclampf value)
207 min_sample_shading(ctx, value);
211 _mesa_MinSampleShading(GLclampf value)
221 min_sample_shading(ctx, value);
319 * the first element is the greatest supported sample value.
333 * <samples> is greater than the value of MAX_INTEGER_SAMPLES, then the
342 * is greater than the value of MAX_DEPTH_TEXTURE_SAMPLES
344 * grater than the value of MAX_COLOR_TEXTURE_SAMPLES
346 * <samples> is greater than the value of MAX_INTEGER_SAMPLES