Searched refs:gl_supported_samples (Results 1 – 1 of 1) sorted by relevance
4819 glw::GLint* gl_supported_samples = new glw::GLint[gl_sample_counts]; in getMaxConformantSampleCount() local4820 if (gl_supported_samples) in getMaxConformantSampleCount()4822 gl.getInternalformativ(target, GL_RGBA8, GL_SAMPLES, gl_sample_counts, gl_supported_samples); in getMaxConformantSampleCount()4827 gl.getInternalformatSampleivNV(target, GL_RGBA8, gl_supported_samples[i], GL_CONFORMANT_NV, 1, in getMaxConformantSampleCount()4831 if (isConformant && gl_supported_samples[i] > max_conformant_samples) in getMaxConformantSampleCount()4833 max_conformant_samples = gl_supported_samples[i]; in getMaxConformantSampleCount()4836 delete[] gl_supported_samples; in getMaxConformantSampleCount()