| 2506 | } |
| 2507 | |
| 2508 | void Viewer::incrementThisFrameGLPrimitivesCount( GLPrimitivesType type, size_t num ) |
| 2509 | { |
| 2510 | glPrimitivesCounter_.counter[size_t( type )] += num; |
| 2511 | } |
| 2512 | |
| 2513 | void Viewer::resetAllCounters() |
| 2514 | { |
no outgoing calls
no test coverage detected