///////////////////////////////////////////////////////
| 222 | |
| 223 | //////////////////////////////////////////////////////////// |
| 224 | void EglContext::display() |
| 225 | { |
| 226 | if (m_surface != EGL_NO_SURFACE) |
| 227 | eglCheck(eglSwapBuffers(m_display, m_surface)); |
| 228 | } |
| 229 | |
| 230 | |
| 231 | //////////////////////////////////////////////////////////// |
nothing calls this directly
no outgoing calls
no test coverage detected