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.java105 private static final String VK_LAYER_C = VK_LAYER_NAME_PREFIX + "C"; field in CtsRootlessGpuDebugHostTest
505 getDevice().executeAdbCommand("shell", "setprop", "debug.vulkan.layers " + VK_LAYER_C); in testSystemPropertyEnableVulkan()
513 assertVkLayerLoading(appStartTime, VK_LAYER_C, true); in testSystemPropertyEnableVulkan()
581 testLayerLoadExternalVulkan(DEBUG_APP, VK_LAYER_C); in testDebugLayerLoadExternalVulkan()
589 testLayerLoadExternalVulkan(INJECT_APP, VK_LAYER_C); in testInjectLayerLoadExternalVulkan()
881 applySetting("gpu_debug_layers", VK_LAYER_C); in testMultipleExternalApps()
892 assertVkLayerLoading(appStartTime, VK_LAYER_C, true); in testMultipleExternalApps()