Home
last modified time | relevance | path

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

/external/mesa3d/src/egl/main/
Deglsurface.h105 _eglInitSurface(_EGLSurface *surf, _EGLDisplay *dpy, EGLint type,
Deglsurface.c244 _eglInitSurface(_EGLSurface *surf, _EGLDisplay *dpy, EGLint type, in _eglInitSurface() function
/external/mesa3d/src/egl/drivers/haiku/
Degl_haiku.cpp90 if (!_eglInitSurface(&surface->surf, disp, EGL_WINDOW_BIT, in haiku_create_window_surface()
/external/mesa3d/src/egl/drivers/dri2/
Degl_dri2.c1417 return _eglInitSurface(surf, dpy, type, conf, attrib_list); in dri2_init_surface()