Home | History | Annotate | Download | only in main

Lines Matching refs:samples

90       if (index >= ctx->DrawBuffer->Visual.samples) {
194 GLenum internalFormat, GLsizei samples)
199 * "If internalformat is a signed or unsigned integer format and samples
206 && samples > 0) {
216 * "If <samples is greater than the maximum number of samples supported
225 /* since the query returns samples sorted in descending order,
230 return samples > limit ? GL_INVALID_OPERATION : GL_NO_ERROR;
240 * <samples> is greater than the value of MAX_INTEGER_SAMPLES, then the
248 * * <internalformat> is a depth/stencil-renderable format and <samples>
250 * * <internalformat> is a color-renderable format and <samples> is
253 * <samples> is greater than the value of MAX_INTEGER_SAMPLES
258 return samples > ctx->Const.MaxIntegerSamples
265 return samples > ctx->Const.MaxDepthTextureSamples
268 return samples > ctx->Const.MaxColorTextureSamples
277 * "... or if samples is greater than MAX_SAMPLES, then the error
280 return (GLuint) samples > ctx->Const.MaxSamples