Searched refs:productionDriver (Results 1 – 1 of 1) sorted by relevance
741 final String productionDriver = SystemProperties.get(PROPERTY_GFX_DRIVER_PRODUCTION); in chooseDriverInternal() local742 final boolean hasProductionDriver = productionDriver != null && !productionDriver.isEmpty(); in chooseDriverInternal()780 return hasProductionDriver ? productionDriver : null; in chooseDriverInternal()833 return productionDriver; in chooseDriverInternal()