Home
last modified time | relevance | path

Searched refs:ForceSoftware (Results 1 – 8 of 8) sorted by relevance

/third_party/mesa3d/src/egl/drivers/dri2/
Dplatform_surfaceless.c333 driver_loaded = surfaceless_probe_device(disp, disp->Options.ForceSoftware); in dri2_initialize_surfaceless()
334 if (!driver_loaded && disp->Options.ForceSoftware) { in dri2_initialize_surfaceless()
Dplatform_device.c285 if (disp->Options.ForceSoftware && !request_software && in device_probe_device()
Dplatform_ohos.c1218 device_opened = ohos_open_device(disp, disp->Options.ForceSoftware); in dri2_initialize_ohos()
Dplatform_android.c1688 device_opened = droid_open_device(disp, disp->Options.ForceSoftware); in dri2_initialize_android()
Dplatform_x11.c1538 if (disp->Options.ForceSoftware) in dri2_initialize_x11()
Dplatform_wayland.c2154 if (disp->Options.ForceSoftware) in dri2_initialize_wayland()
/third_party/mesa3d/src/egl/main/
Degldisplay.h174 EGLBoolean ForceSoftware; /**< Use software path only */ member
Deglapi.c632 disp->Options.ForceSoftware = in eglInitialize()
634 if (disp->Options.ForceSoftware) in eglInitialize()
642 if (disp->Options.ForceSoftware) in eglInitialize()
645 disp->Options.ForceSoftware = EGL_TRUE; in eglInitialize()