Home
last modified time | relevance | path

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

/cts/hostsidetests/gputools/src/android/gputools/cts/
DCtsRootlessGpuDebugHostTest.java97 private static final String LAYER_A_NAME = "VK_LAYER_ANDROID_" + LAYER_A; field in CtsRootlessGpuDebugHostTest
313 applySetting("gpu_debug_layers", LAYER_A_NAME + ":" + LAYER_B_NAME); in testDebugLayerLoadVulkan()
355 applySetting("gpu_debug_layers", LAYER_A_NAME + ":" + LAYER_B_NAME); in testReleaseLayerLoadVulkan()
370 String searchStringA = LAYER_A_NAME + "loaded"; in testReleaseLayerLoadVulkan()
385 applySetting("gpu_debug_layers", LAYER_A_NAME); in testDebugNotEnabledVulkan()
400 String searchStringA = LAYER_A_NAME + "loaded"; in testDebugNotEnabledVulkan()
415 applySetting("gpu_debug_layers", LAYER_A_NAME); in testDebugWrongAppVulkan()
430 String searchStringA = LAYER_A_NAME + "loaded"; in testDebugWrongAppVulkan()
484 String searchStringA = LAYER_A_NAME + "loaded"; in testSystemPropertyEnableVulkan()
502 applySetting("gpu_debug_layers", LAYER_A_NAME); in testSystemPropertyIgnoreVulkan()