| 741 | |
| 742 | |
| 743 | Bool isDirect(GLXContext ctx) |
| 744 | { |
| 745 | if(fconfig.egl) |
| 746 | return True; |
| 747 | else |
| 748 | return _glXIsDirect(DPY3D, ctx); |
| 749 | } |
| 750 | |
| 751 | |
| 752 | Bool makeCurrent(Display *dpy, GLXDrawable draw, GLXDrawable read, |
no outgoing calls
no test coverage detected