| 494 | |
| 495 | |
| 496 | EGLSurface eglCreatePbufferSurface(EGLDisplay display, EGLConfig config, |
| 497 | const EGLint *attrib_list) |
| 498 | { |
| 499 | WRAP_DISPLAY_INIT(EGL_NOT_INITIALIZED); |
| 500 | return _eglCreatePbufferSurface(display, config, attrib_list); |
| 501 | bailout: |
| 502 | return EGL_NO_SURFACE; |
| 503 | } |
| 504 | |
| 505 | |
| 506 | EGLSurface eglCreateWindowSurface(EGLDisplay display, EGLConfig config, |
no outgoing calls
no test coverage detected