Searched refs:applySetting (Results 1 – 1 of 1) sorted by relevance
/cts/hostsidetests/gputools/src/android/gputools/cts/ |
D | CtsRootlessGpuDebugHostTest.java | 149 private void applySetting(String setting, String value) throws Exception { in applySetting() method in CtsRootlessGpuDebugHostTest 339 applySetting("enable_gpu_debug_layers", "1"); in testDebugLayerLoadVulkan() 340 applySetting("gpu_debug_app", DEBUG_APP); in testDebugLayerLoadVulkan() 341 applySetting("gpu_debug_layers", VK_LAYER_A + ":" + VK_LAYER_B); in testDebugLayerLoadVulkan() 374 applySetting("enable_gpu_debug_layers", "1"); in testLayerNotLoadedVulkan() 375 applySetting("gpu_debug_app", APP_NAME); in testLayerNotLoadedVulkan() 376 applySetting("gpu_debug_layers", VK_LAYER_A + ":" + VK_LAYER_B); in testLayerNotLoadedVulkan() 423 applySetting("enable_gpu_debug_layers", "0"); in testDebugNotEnabledVulkan() 424 applySetting("gpu_debug_app", DEBUG_APP); in testDebugNotEnabledVulkan() 425 applySetting("gpu_debug_layers", VK_LAYER_A); in testDebugNotEnabledVulkan() [all …]
|