Searched refs:_eglInitSurface (Results 1 - 9 of 9) sorted by relevance

/xsrc/external/mit/MesaLib.old/dist/src/egl/main/
H A Deglsurface.h177 _eglInitSurface(_EGLSurface *surf, _EGLDisplay *disp, EGLint type,
H A Deglsurface.c336 _eglInitSurface(_EGLSurface *surf, _EGLDisplay *disp, EGLint type, function in typeref:typename:EGLBoolean
361 _eglLog(_EGL_WARNING, "Bad type in _eglInitSurface");
/xsrc/external/mit/MesaLib/dist/src/egl/main/
H A Deglsurface.h183 _eglInitSurface(_EGLSurface *surf, _EGLDisplay *disp, EGLint type,
H A Deglsurface.c359 _eglInitSurface(_EGLSurface *surf, _EGLDisplay *disp, EGLint type, function in typeref:typename:EGLBoolean
385 _eglLog(_EGL_WARNING, "Bad type in _eglInitSurface");
/xsrc/external/mit/MesaLib.old/dist/src/egl/drivers/haiku/
H A Degl_haiku.cpp91 if (!_eglInitSurface(&surface->surf, disp, EGL_WINDOW_BIT,
/xsrc/external/mit/MesaLib/dist/src/egl/drivers/haiku/
H A Degl_haiku.cpp91 if (!_eglInitSurface(&surface->surf, disp, EGL_WINDOW_BIT,
/xsrc/external/mit/MesaLib/dist/src/egl/drivers/wgl/
H A Degl_wgl.c669 if (!_eglInitSurface(&wgl_surf->base, disp, EGL_WINDOW_BIT, conf, attrib_list, native_window)) {
/xsrc/external/mit/MesaLib.old/dist/src/egl/drivers/dri2/
H A Degl_dri2.c1371 return _eglInitSurface(surf, disp, type, conf, attrib_list);
/xsrc/external/mit/MesaLib/dist/src/egl/drivers/dri2/
H A Degl_dri2.c1680 return _eglInitSurface(surf, disp, type, conf, attrib_list, native_surface);

Completed in 15 milliseconds