Home
last modified time | relevance | path

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

/external/mesa3d/src/egl/main/
Deglsurface.h82 _eglInitSurface(_EGLSurface *surf, _EGLDisplay *dpy, EGLint type,
Deglsurface.c279 _eglInitSurface(_EGLSurface *surf, _EGLDisplay *dpy, EGLint type, in _eglInitSurface() function
/external/mesa3d/src/egl/drivers/glx/
Degl_glx.c843 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/
Degl_g3d_api.c255 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/
Dplatform_drm.c106 if (!_eglInitSurface(&dri2_surf->base, disp, type, conf, attrib_list)) in dri2_create_surface()
Dplatform_android.c158 if (!_eglInitSurface(&dri2_surf->base, disp, type, conf, attrib_list)) in droid_create_surface()
Dplatform_wayland.c134 if (!_eglInitSurface(&dri2_surf->base, disp, type, conf, attrib_list)) in dri2_create_surface()
Dplatform_x11.c197 if (!_eglInitSurface(&dri2_surf->base, disp, type, conf, attrib_list)) in dri2_create_surface()