Searched refs:UseFallback (Results 1 – 4 of 4) sorted by relevance
290 dpy->Options.UseFallback = EGL_FALSE; in _eglMatchDriver()294 dpy->Options.UseFallback = EGL_TRUE; in _eglMatchDriver()
153 EGLBoolean UseFallback; /**< Use fallback driver (sw or less features) */ member
184 StringRef getShortDescription(bool UseFallback = true) const {185 if (ShortDescription.empty() && UseFallback)
809 if (disp->Options.UseFallback) in dri2_initialize()