Searched refs:_eglInitSurface (Results 1 – 8 of 8) sorted by relevance
/external/mesa3d/src/egl/main/ |
D | eglsurface.h | 82 _eglInitSurface(_EGLSurface *surf, _EGLDisplay *dpy, EGLint type,
|
D | eglsurface.c | 279 _eglInitSurface(_EGLSurface *surf, _EGLDisplay *dpy, EGLint type, in _eglInitSurface() function
|
/external/mesa3d/src/egl/drivers/glx/ |
D | egl_glx.c | 843 if (!_eglInitSurface(&GLX_surf->Base, disp, EGL_WINDOW_BIT, in GLX_eglCreateWindowSurface() 891 if (!_eglInitSurface(&GLX_surf->Base, disp, EGL_PIXMAP_BIT, in GLX_eglCreatePixmapSurface() 952 if (!_eglInitSurface(&GLX_surf->Base, disp, EGL_PBUFFER_BIT, in GLX_eglCreatePbufferSurface()
|
/external/mesa3d/src/gallium/state_trackers/egl/common/ |
D | egl_g3d_api.c | 255 if (!_eglInitSurface(&gsurf->base, dpy, arg->type, conf, attribs)) { in egl_g3d_create_surface() 358 if (!_eglInitSurface(&gsurf->base, dpy, EGL_PBUFFER_BIT, conf, attribs)) { in create_pbuffer_surface()
|
/external/mesa3d/src/egl/drivers/dri2/ |
D | platform_drm.c | 106 if (!_eglInitSurface(&dri2_surf->base, disp, type, conf, attrib_list)) in dri2_create_surface()
|
D | platform_android.c | 158 if (!_eglInitSurface(&dri2_surf->base, disp, type, conf, attrib_list)) in droid_create_surface()
|
D | platform_wayland.c | 134 if (!_eglInitSurface(&dri2_surf->base, disp, type, conf, attrib_list)) in dri2_create_surface()
|
D | platform_x11.c | 197 if (!_eglInitSurface(&dri2_surf->base, disp, type, conf, attrib_list)) in dri2_create_surface()
|