Lines Matching refs:FixedSampleLocations
983 GLint fixedSampleLocations = -1;
1085 if (fixedSampleLocations < 0)
1086 fixedSampleLocations = texImg->FixedSampleLocations;
1087 else if (fixedSampleLocations != texImg->FixedSampleLocations) {
1109 /* RENDERBUFFER has fixedSampleLocations implicitly true */
1110 if (fixedSampleLocations < 0)
1111 fixedSampleLocations = GL_TRUE;
1112 else if (fixedSampleLocations != GL_TRUE) {
1562 fb->DefaultGeometry.FixedSampleLocations = param;
1709 *params = fb->DefaultGeometry.FixedSampleLocations;