| 245 | } |
| 246 | |
| 247 | void |
| 248 | NodeRenderStats::getCacheAccessInfos(int* nbCacheMisses, |
| 249 | int* nbCacheHits, |
| 250 | int* nbCacheHitButDownscaledImages) const |
| 251 | { |
| 252 | *nbCacheMisses = _imp->nbCacheMisses; |
| 253 | *nbCacheHits = _imp->nbCacheHit; |
| 254 | *nbCacheHitButDownscaledImages = _imp->nbCacheHitButDownscaledImages; |
| 255 | } |
| 256 | |
| 257 | void |
| 258 | NodeRenderStats::setTilesSupported(bool tilesSupported) |
no outgoing calls
no test coverage detected