Searched refs:device_opened (Results 1 - 2 of 2) sorted by relevance

/xsrc/external/mit/MesaLib.old/dist/src/egl/drivers/dri2/
H A Dplatform_android.c1568 bool device_opened = false; local in function:dri2_initialize_android
1587 device_opened = droid_open_device(disp, false);
1588 if (!device_opened)
1589 device_opened = droid_open_device(disp, true);
1591 if (!device_opened) {
/xsrc/external/mit/MesaLib/dist/src/egl/drivers/dri2/
H A Dplatform_android.c1670 bool device_opened = false; local in function:dri2_initialize_android
1688 device_opened = droid_open_device(disp, disp->Options.ForceSoftware);
1690 if (!device_opened) {

Completed in 6 milliseconds