Home
last modified time | relevance | path

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

/test/vts/tests/gpu_test/src/com/android/gpu/vts/
DVulkanTest.java298 final String gfxinfo = getDevice().executeShellCommand("dumpsys gfxinfo"); in checkSkiaVulkanSupport() local
299 assertNotNull(gfxinfo); in checkSkiaVulkanSupport()
300 assertTrue(gfxinfo.length() > 0); in checkSkiaVulkanSupport()
302 int skiaDataIndex = gfxinfo.indexOf(SKIA_PIPELINE); in checkSkiaVulkanSupport()
306 String tmpinfo = gfxinfo; in checkSkiaVulkanSupport()