| 2301 | m_Device->runGarbageCollection(); |
| 2302 | } |
| 2303 | |
| 2304 | bool DeviceWrapper::queryFeatureSupport(Feature feature, void* pInfo, size_t infoSize) |
| 2305 | { |
| 2306 | return m_Device->queryFeatureSupport(feature, pInfo, infoSize); |
| 2307 | } |
| 2308 | |
| 2309 | FormatSupport DeviceWrapper::queryFormatSupport(Format format) |
nothing calls this directly
no outgoing calls
no test coverage detected