Home | History | Annotate | Download | only in main

Lines Matching refs:FixedSampleLocations

1099    GLint fixedSampleLocations = -1;
1211 if (fixedSampleLocations < 0)
1212 fixedSampleLocations = texImg->FixedSampleLocations;
1213 else if (fixedSampleLocations != texImg->FixedSampleLocations) {
1235 /* RENDERBUFFER has fixedSampleLocations implicitly true */
1236 if (fixedSampleLocations < 0)
1237 fixedSampleLocations = GL_TRUE;
1238 else if (fixedSampleLocations != GL_TRUE) {
1717 fb->DefaultGeometry.FixedSampleLocations = param;
1898 *params = fb->DefaultGeometry.FixedSampleLocations;