| 373 | } |
| 374 | |
| 375 | bool |
| 376 | OutputEffectInstance::isDoingSequentialRender() const |
| 377 | { |
| 378 | return _engine ? _engine->isDoingSequentialRender() : false; |
| 379 | } |
| 380 | |
| 381 | void |
| 382 | OutputEffectInstance::initializeData() |
no outgoing calls
no test coverage detected