Searched refs:gl_sample_counts (Results 1 – 1 of 1) sorted by relevance
4814 glw::GLint gl_sample_counts = 0; in getMaxConformantSampleCount() local4815 gl.getInternalformativ(target, GL_RGBA8, GL_NUM_SAMPLE_COUNTS, 1, &gl_sample_counts); in getMaxConformantSampleCount()4819 glw::GLint* gl_supported_samples = new glw::GLint[gl_sample_counts]; in getMaxConformantSampleCount()4822 gl.getInternalformativ(target, GL_RGBA8, GL_SAMPLES, gl_sample_counts, gl_supported_samples); in getMaxConformantSampleCount()4824 for (glw::GLint i = 0; i < gl_sample_counts; i++) in getMaxConformantSampleCount()