Searched refs:launchBackgroundService (Results 1 – 1 of 1) sorted by relevance
/cts/hostsidetests/gputools/src/android/gputools/cts/ |
D | CtsRootlessGpuDebugHostTest.java | 317 private void launchBackgroundService(String appName, String Api) throws Exception { in launchBackgroundService() method in CtsRootlessGpuDebugHostTest 354 launchBackgroundService(DEBUG_APP, API_VULKAN); in testDebugLayerLoadVulkan() 385 launchBackgroundService(APP_NAME, API_VULKAN); in testLayerNotLoadedVulkan() 431 launchBackgroundService(DEBUG_APP, API_VULKAN); in testDebugNotEnabledVulkan() 459 launchBackgroundService(DEBUG_APP, API_VULKAN); in testDebugWrongAppVulkan() 487 launchBackgroundService(DEBUG_APP, API_VULKAN); in testDebugNoLayersEnabledVulkan() 509 launchBackgroundService(RELEASE_APP, API_VULKAN); in testSystemPropertyEnableVulkan() 544 launchBackgroundService(DEBUG_APP, API_VULKAN); in testSystemPropertyIgnoreVulkan() 567 launchBackgroundService(APP_NAME, API_VULKAN); in testLayerLoadExternalVulkan() 638 launchBackgroundService(DEBUG_APP, API_GLES); in testDebugLayerLoadGLES() [all …]
|