Home
last modified time | relevance | path

Searched refs:VK_LAYER_C (Results 1 – 1 of 1) sorted by relevance

/cts/hostsidetests/gputools/src/android/gputools/cts/
DCtsRootlessGpuDebugHostTest.java107 private static final String VK_LAYER_C = VK_LAYER_NAME_PREFIX + "C"; field in CtsRootlessGpuDebugHostTest
514 getDevice().executeAdbCommand("shell", "setprop", "debug.vulkan.layers " + VK_LAYER_C); in testSystemPropertyEnableVulkan()
522 assertVkLayerLoading(appStartTime, VK_LAYER_C, true); in testSystemPropertyEnableVulkan()
592 testLayerLoadExternalVulkan(DEBUG_APP, VK_LAYER_C); in testDebugLayerLoadExternalVulkan()
601 testLayerLoadExternalVulkan(INJECT_APP, VK_LAYER_C); in testInjectLayerLoadExternalVulkan()
895 applySetting("gpu_debug_layers", VK_LAYER_C); in testMultipleExternalApps()
906 assertVkLayerLoading(appStartTime, VK_LAYER_C, true); in testMultipleExternalApps()