| 128 | } |
| 129 | |
| 130 | void VideoDriver_SDL_OpenGL::ClearSystemSprites() |
| 131 | { |
| 132 | OpenGLBackend::Get()->ClearCursorCache(); |
| 133 | } |
| 134 | |
| 135 | bool VideoDriver_SDL_OpenGL::AllocateBackingStore(int w, int h, bool force) |
| 136 | { |
nothing calls this directly
no test coverage detected