Home
last modified time | relevance | path

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

/cts/hostsidetests/gputools/src/android/gputools/cts/
DCtsRootlessGpuDebugHostTest.java91 private static final String LAYER_A = "nullLayerA"; field in CtsRootlessGpuDebugHostTest
94 private static final String LAYER_A_LIB = "libVkLayer_" + LAYER_A + ".so";
97 private static final String LAYER_A_NAME = "VK_LAYER_ANDROID_" + LAYER_A;
334 String searchStringA = "nullCreateInstance called in " + LAYER_A; in testDebugLayerLoadVulkan()
335 … LogScanResult resultA = scanLog(TAG + "," + LAYER_A + "," + LAYER_B, searchStringA, appStartTime); in testDebugLayerLoadVulkan()
339 … LogScanResult resultB = scanLog(TAG + "," + LAYER_A + "," + LAYER_B, searchStringB, appStartTime); in testDebugLayerLoadVulkan()
371 LogScanResult resultA = scanLog(TAG + "," + LAYER_A, searchStringA, appStartTime); in testReleaseLayerLoadVulkan()
401 LogScanResult resultA = scanLog(TAG + "," + LAYER_A, searchStringA, appStartTime); in testDebugNotEnabledVulkan()
431 LogScanResult resultA = scanLog(TAG + "," + LAYER_A, searchStringA, appStartTime); in testDebugWrongAppVulkan()
460 String searchStringA = "nullCreateInstance called in " + LAYER_A; in testDebugNoLayersEnabledVulkan()
[all …]