Home | History | Annotate | Download | only in gl

Lines Matching defs:setAll

2308     bool setAll = timestamp < this->getResetTimestamp();
2339 if (setAll || newTexParams.fMagFilter != oldTexParams.fMagFilter) {
2345 if (setAll || newTexParams.fMinFilter != oldTexParams.fMinFilter) {
2351 if (setAll || newTexParams.fWrapS != oldTexParams.fWrapS) {
2357 if (setAll || newTexParams.fWrapT != oldTexParams.fWrapT) {
2364 (setAll || memcmp(newTexParams.fSwizzleRGBA,