| 301 | } |
| 302 | |
| 303 | void Device::submitWaitSemaphores(Semaphore* const* semaphores, |
| 304 | const uint64_t* values, |
| 305 | const uint32_t* timeoutsMs, |
| 306 | int numSemaphores) |
| 307 | { |
| 308 | getEngine()->submitWaitSemaphores(semaphores, values, timeoutsMs, numSemaphores); |
| 309 | } |
| 310 | |
| 311 | Ref<Filter> Device::newFilter(const std::string& type) |
| 312 | { |
no test coverage detected