| 401 | |
| 402 | |
| 403 | GLXDrawable getCurrentDrawable(void) |
| 404 | { |
| 405 | if(fconfig.egl) |
| 406 | return getCurrentDrawableEGL(); |
| 407 | else |
| 408 | return _glXGetCurrentDrawable(); |
| 409 | } |
| 410 | |
| 411 | |
| 412 | GLXDrawable getCurrentReadDrawable(void) |
no outgoing calls
no test coverage detected