Searched refs:_eglInitSurface (Results 1 – 4 of 4) sorted by relevance
/external/mesa3d/src/egl/main/ |
D | eglsurface.h | 181 _eglInitSurface(_EGLSurface *surf, _EGLDisplay *disp, EGLint type,
|
D | eglsurface.c | 344 _eglInitSurface(_EGLSurface *surf, _EGLDisplay *disp, EGLint type, in _eglInitSurface() function
|
/external/mesa3d/src/egl/drivers/haiku/ |
D | egl_haiku.cpp | 91 if (!_eglInitSurface(&surface->surf, disp, EGL_WINDOW_BIT, in haiku_create_window_surface()
|
/external/mesa3d/src/egl/drivers/dri2/ |
D | egl_dri2.c | 1679 return _eglInitSurface(surf, disp, type, conf, attrib_list, native_surface); in dri2_init_surface()
|