Searched refs:launchBackgroundService (Results 1 – 1 of 1) sorted by relevance
/cts/hostsidetests/gputools/src/android/gputools/cts/ |
D | CtsRootlessGpuDebugHostTest.java | 319 private void launchBackgroundService(String appName, String Api) throws Exception { in launchBackgroundService() method in CtsRootlessGpuDebugHostTest 357 launchBackgroundService(DEBUG_APP, API_VULKAN); in testDebugLayerLoadVulkan() 388 launchBackgroundService(APP_NAME, API_VULKAN); in testLayerNotLoadedVulkan() 437 launchBackgroundService(DEBUG_APP, API_VULKAN); in testDebugNotEnabledVulkan() 466 launchBackgroundService(DEBUG_APP, API_VULKAN); in testDebugWrongAppVulkan() 495 launchBackgroundService(DEBUG_APP, API_VULKAN); in testDebugNoLayersEnabledVulkan() 518 launchBackgroundService(RELEASE_APP, API_VULKAN); in testSystemPropertyEnableVulkan() 554 launchBackgroundService(DEBUG_APP, API_VULKAN); in testSystemPropertyIgnoreVulkan() 577 launchBackgroundService(APP_NAME, API_VULKAN); in testLayerLoadExternalVulkan() 652 launchBackgroundService(DEBUG_APP, API_GLES); in testDebugLayerLoadGLES() [all …]
|