Home
last modified time | relevance | path

Searched refs:_eglInitSurface (Results 1 – 5 of 5) sorted by relevance

/third_party/mesa3d/src/egl/main/
Deglsurface.h183 _eglInitSurface(_EGLSurface *surf, _EGLDisplay *disp, EGLint type,
Deglsurface.c359 _eglInitSurface(_EGLSurface *surf, _EGLDisplay *disp, EGLint type, in _eglInitSurface() function
/third_party/mesa3d/src/egl/drivers/haiku/
Degl_haiku.cpp91 if (!_eglInitSurface(&surface->surf, disp, EGL_WINDOW_BIT, in haiku_create_window_surface()
/third_party/mesa3d/src/egl/drivers/wgl/
Degl_wgl.c669 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/
Degl_dri2.c1684 return _eglInitSurface(surf, disp, type, conf, attrib_list, native_surface); in dri2_init_surface()