| 26 | PFNGLSTENCILFUNCSEPARATEATIPROC glStencilFuncSeparate_ = NULL; |
| 27 | |
| 28 | void *getprocaddress(const char *name) |
| 29 | { |
| 30 | return SDL_GL_GetProcAddress(name); |
| 31 | } |
| 32 | |
| 33 | bool hasext(const char *exts, const char *ext) |
| 34 | { |
no outgoing calls
no test coverage detected