Lines Matching defs:samples
8548 glw::GLuint width, glw::GLuint height, glw::GLsizei samples)
8575 << format.internalformat_name << ", samples was " << 0 << ", width was " << width << ", height was "
8583 gl.namedRenderbufferStorageMultisample(m_rbo[i], samples, format.internalformat, width, height);
8591 << format.internalformat_name << ", samples was " << samples << ", width was " << width
8619 << format.internalformat_name << ", samples was " << (i ? 0 : samples) << ", width was " << width
9424 NamedRenderbufferStorageMultisample if samples is greater than
9429 "samples is greater than MAX_SAMPLES.");
9444 unsigned integer format and samples is greater than the maximum number
9445 of samples reported for GL_RGB10_A2UI */
9449 "internalformat is a signed or unsigned integer format and samples is greater than the "