Home | History | Annotate | Download | only in GLESv2_enc

Lines Matching refs:max_samples

3276     GLint max_samples;
3277 ctx->s_glGetInternalformativ(ctx, target, internalformat, GL_SAMPLES, 1, &max_samples);
3278 SET_ERROR_IF(samples > max_samples, GL_INVALID_OPERATION);
4917 GLint max_samples;
4918 ctx->s_glGetInternalformativ(ctx, target, internalformat, GL_SAMPLES, 1, &max_samples);
4919 SET_ERROR_IF(samples > max_samples, GL_INVALID_OPERATION);