Home
last modified time | relevance | path

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

/cts/hostsidetests/gputools/src/android/gputools/cts/
DCtsRootlessGpuDebugHostTest.java100 private static final String VK_LAYER_B_LIB = VK_LAYER_LIB_PREFIX + "B.so"; field in CtsRootlessGpuDebugHostTest
287 getDevice().executeAdbCommand("shell", "rm", "-f", "/data/local/tmp/" + VK_LAYER_B_LIB); in cleanup()
345 setupLayer(VK_LAYER_B_LIB, LAYERS_APP); in testDebugLayerLoadVulkan()
351 getDevice().executeAdbCommand("shell", "cat", "/data/local/tmp/" + VK_LAYER_B_LIB, "|", in testDebugLayerLoadVulkan()
353 … "sh", "-c", "\'cat", ">", VK_LAYER_B_LIB, ";", "chmod", "700", VK_LAYER_B_LIB + "\'"); in testDebugLayerLoadVulkan()
539 setupLayer(VK_LAYER_B_LIB, LAYERS_APP); in testSystemPropertyIgnoreVulkan()
545 getDevice().executeAdbCommand("shell", "cat", "/data/local/tmp/" + VK_LAYER_B_LIB, "|", in testSystemPropertyIgnoreVulkan()
547 … "sh", "-c", "\'cat", ">", VK_LAYER_B_LIB, ";", "chmod", "700", VK_LAYER_B_LIB + "\'"); in testSystemPropertyIgnoreVulkan()