| 1760 | } |
| 1761 | |
| 1762 | void |
| 1763 | OutputSchedulerThread::appendToBuffer(double time, |
| 1764 | ViewIdx view, |
| 1765 | const RenderStatsPtr& stats, |
| 1766 | const BufferableObjectPtr& image) |
| 1767 | { |
| 1768 | appendToBuffer_internal(time, view, stats, image, true); |
| 1769 | } |
| 1770 | |
| 1771 | void |
| 1772 | OutputSchedulerThread::appendToBuffer(double time, |
no test coverage detected