Home
last modified time | relevance | path

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

/test/vts/tests/gpu_test/src/com/android/gpu/vts/
DVulkanTest.java96 final String profiles = getDevice().executeShellCommand("cmd gpu vkprofiles"); in setUp() local
97 mVulkanProfiles = new JSONObject(profiles); in setUp()