Searched refs:dri2_x11_create_surface (Results 1 – 1 of 1) sorted by relevance
/external/mesa3d/src/egl/drivers/dri2/ |
D | platform_x11.c | 217 dri2_x11_create_surface(_EGLDriver *drv, _EGLDisplay *disp, EGLint type, in dri2_x11_create_surface() function 347 surf = dri2_x11_create_surface(drv, disp, EGL_WINDOW_BIT, conf, in dri2_x11_create_window_surface() 367 return dri2_x11_create_surface(drv, disp, EGL_PIXMAP_BIT, conf, in dri2_x11_create_pixmap_surface() 375 return dri2_x11_create_surface(drv, disp, EGL_PBUFFER_BIT, conf, in dri2_x11_create_pbuffer_surface()
|