Searched refs:dri3_create_surface (Results 1 – 1 of 1) sorted by relevance
/external/mesa3d/src/egl/drivers/dri2/ |
D | platform_x11_dri3.c | 137 dri3_create_surface(_EGLDisplay *disp, EGLint type, _EGLConfig *conf, in dri3_create_surface() function 235 surf = dri3_create_surface(disp, EGL_WINDOW_BIT, conf, in dri3_create_window_surface() 247 return dri3_create_surface(disp, EGL_PIXMAP_BIT, conf, in dri3_create_pixmap_surface() 255 return dri3_create_surface(disp, EGL_PBUFFER_BIT, conf, in dri3_create_pbuffer_surface()
|