| 62 | } |
| 63 | |
| 64 | void TuningContext::DrawEnd() { |
| 65 | // glFlush(); |
| 66 | |
| 67 | // CheckGLError(); |
| 68 | } |
| 69 | |
| 70 | void TuningContext::DrawTuner(long long freq, int count, float displayPos, float displayWidth) { |
| 71 | GLint vp[4]; |
nothing calls this directly
no outgoing calls
no test coverage detected