Searched refs:applySetting (Results 1 – 1 of 1) sorted by relevance
/cts/hostsidetests/gputools/src/android/gputools/cts/ |
D | CtsRootlessGpuDebugHostTest.java | 147 private void applySetting(String setting, String value) throws Exception { in applySetting() method in CtsRootlessGpuDebugHostTest 336 applySetting("enable_gpu_debug_layers", "1"); in testDebugLayerLoadVulkan() 337 applySetting("gpu_debug_app", DEBUG_APP); in testDebugLayerLoadVulkan() 338 applySetting("gpu_debug_layers", VK_LAYER_A + ":" + VK_LAYER_B); in testDebugLayerLoadVulkan() 371 applySetting("enable_gpu_debug_layers", "1"); in testLayerNotLoadedVulkan() 372 applySetting("gpu_debug_app", APP_NAME); in testLayerNotLoadedVulkan() 373 applySetting("gpu_debug_layers", VK_LAYER_A + ":" + VK_LAYER_B); in testLayerNotLoadedVulkan() 417 applySetting("enable_gpu_debug_layers", "0"); in testDebugNotEnabledVulkan() 418 applySetting("gpu_debug_app", DEBUG_APP); in testDebugNotEnabledVulkan() 419 applySetting("gpu_debug_layers", VK_LAYER_A); in testDebugNotEnabledVulkan() [all …]
|