Lines Matching refs:index
51 "Verifies GetMultisamplefv() rejects index equal to GL_SAMPLES value")
70 /* Issue call with valid parameters, but invalid index equal to GL_SAMPLES value */
93 "Verifies GetMultisamplefv() rejects index greater than GL_SAMPLES value")
112 /* Issue call with valid parameters, but invalid index greater than GL_SAMPLES value */
265 /* Iterate through valid index values */
266 for (glw::GLint index = 0; index < gl_samples_value; ++index)
269 gl.getMultisamplefv(GL_SAMPLE_POSITION, index, val);
273 } /* for (all valid index argument values) */
334 /* Iterate through valid index values */
335 for (glw::GLint index = 0; index < gl_samples_value; ++index)
340 gl.getMultisamplefv(GL_SAMPLE_POSITION, index, val);
351 } /* for (all valid index argument values) */