()
| 355 | |
| 356 | |
| 357 | protected void dispose() { |
| 358 | if (screenFb) return; |
| 359 | if (glres != null) { |
| 360 | glres.dispose(); |
| 361 | glFbo = 0; |
| 362 | glDepth = 0; |
| 363 | glStencil = 0; |
| 364 | glMultisample = 0; |
| 365 | glDepthStencil = 0; |
| 366 | glres = null; |
| 367 | } |
| 368 | } |
| 369 | |
| 370 | |
| 371 | protected boolean contextIsOutdated() { |
no outgoing calls
no test coverage detected