Home
last modified time | relevance | path

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

/external/mesa3d/src/egl/main/
Deglsurface.h181 _eglInitSurface(_EGLSurface *surf, _EGLDisplay *disp, EGLint type,
Deglsurface.c344 _eglInitSurface(_EGLSurface *surf, _EGLDisplay *disp, EGLint type, in _eglInitSurface() function
/external/mesa3d/src/egl/drivers/haiku/
Degl_haiku.cpp91 if (!_eglInitSurface(&surface->surf, disp, EGL_WINDOW_BIT, in haiku_create_window_surface()
/external/mesa3d/src/egl/drivers/dri2/
Degl_dri2.c1679 return _eglInitSurface(surf, disp, type, conf, attrib_list, native_surface); in dri2_init_surface()