Home
last modified time | relevance | path

Searched refs:XWindowsDRIQueryDirectRenderingCapable (Results 1 – 3 of 3) sorted by relevance

/aosp_15_r20/external/mesa3d/src/glx/windows/
H A Dxwindowsdri.h49 Bool XWindowsDRIQueryDirectRenderingCapable(Display * dpy, int screen,
H A Dxwindowsdri.c138 XWindowsDRIQueryDirectRenderingCapable(dpy, screen, isCapable) in XWindowsDRIQueryDirectRenderingCapable() function
/aosp_15_r20/external/mesa3d/src/glx/
H A Ddriwindows_glx.c482 if (!XWindowsDRIQueryDirectRenderingCapable(psc->base.dpy, screen, &directCapable) || in driwindowsCreateScreen()