Searched refs:_eglInitSurface (Results 1 – 5 of 5) sorted by relevance
/third_party/mesa3d/src/egl/main/ |
D | eglsurface.h | 183 _eglInitSurface(_EGLSurface *surf, _EGLDisplay *disp, EGLint type,
|
D | eglsurface.c | 359 _eglInitSurface(_EGLSurface *surf, _EGLDisplay *disp, EGLint type, in _eglInitSurface() function
|
/third_party/mesa3d/src/egl/drivers/haiku/ |
D | egl_haiku.cpp | 91 if (!_eglInitSurface(&surface->surf, disp, EGL_WINDOW_BIT, in haiku_create_window_surface()
|
/third_party/mesa3d/src/egl/drivers/wgl/ |
D | egl_wgl.c | 669 if (!_eglInitSurface(&wgl_surf->base, disp, EGL_WINDOW_BIT, conf, attrib_list, native_window)) { in wgl_create_window_surface()
|
/third_party/mesa3d/src/egl/drivers/dri2/ |
D | egl_dri2.c | 1684 return _eglInitSurface(surf, disp, type, conf, attrib_list, native_surface); in dri2_init_surface()
|