///////////////////////////////////////////////////////
| 200 | |
| 201 | //////////////////////////////////////////////////////////// |
| 202 | GlFunctionPointer EglContext::getFunction(const char* name) |
| 203 | { |
| 204 | EglContextImpl::ensureInit(); |
| 205 | |
| 206 | return eglGetProcAddress(name); |
| 207 | } |
| 208 | |
| 209 | |
| 210 | //////////////////////////////////////////////////////////// |
nothing calls this directly
no test coverage detected