Searched refs:_eglInitSurface (Results 1 - 9 of 9) sorted by relevance
| /xsrc/external/mit/MesaLib.old/dist/src/egl/main/ |
| H A D | eglsurface.h | 177 _eglInitSurface(_EGLSurface *surf, _EGLDisplay *disp, EGLint type,
|
| H A D | eglsurface.c | 336 _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 D | eglsurface.h | 183 _eglInitSurface(_EGLSurface *surf, _EGLDisplay *disp, EGLint type,
|
| H A D | eglsurface.c | 359 _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 D | egl_haiku.cpp | 91 if (!_eglInitSurface(&surface->surf, disp, EGL_WINDOW_BIT,
|
| /xsrc/external/mit/MesaLib/dist/src/egl/drivers/haiku/ |
| H A D | egl_haiku.cpp | 91 if (!_eglInitSurface(&surface->surf, disp, EGL_WINDOW_BIT,
|
| /xsrc/external/mit/MesaLib/dist/src/egl/drivers/wgl/ |
| H A D | egl_wgl.c | 669 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 D | egl_dri2.c | 1371 return _eglInitSurface(surf, disp, type, conf, attrib_list);
|
| /xsrc/external/mit/MesaLib/dist/src/egl/drivers/dri2/ |
| H A D | egl_dri2.c | 1680 return _eglInitSurface(surf, disp, type, conf, attrib_list, native_surface);
|
Completed in 15 milliseconds