HomeSort by relevance Sort by last modified time
    Searched refs:directCapable (Results 1 - 2 of 2) sorted by null

  /external/mesa3d/src/glx/
driwindows_glx.c 509 int directCapable;
520 if (!XWindowsDRIQueryDirectRenderingCapable(psc->base.dpy, screen, &directCapable) ||
521 !directCapable) {
dri_glx.c 101 int directCapable;
109 if (!XF86DRIQueryDirectRenderingCapable(dpy, scrNum, &directCapable)) {
113 if (!directCapable) {

Completed in 193 milliseconds