| 5278 | } |
| 5279 | |
| 5280 | bool |
| 5281 | EffectInstance::isFrameVaryingOrAnimated_Recursive() const |
| 5282 | { |
| 5283 | bool ret = false; |
| 5284 | |
| 5285 | isFrameVaryingOrAnimated_impl(this, &ret); |
| 5286 | |
| 5287 | return ret; |
| 5288 | } |
| 5289 | |
| 5290 | bool |
| 5291 | EffectInstance::isPaintingOverItselfEnabled() const |
nothing calls this directly
no test coverage detected