Home
last modified time | relevance | path

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

/cts/hostsidetests/gputools/apps/jni/
Dandroid_gputools_cts_RootlessGpuDebug.cpp54 ALOGI("VK_EXT_debug_utils: %u", properties[i].specVersion); in initVulkan()
/cts/hostsidetests/gputools/src/android/gputools/cts/
DCtsRootlessGpuDebugHostTest.java207 …private void assertVkExtension(String startTime, String extensionName, int specVersion) throws Exc… in assertVkExtension() argument
208 String searchString = extensionName + ": " + specVersion; in assertVkExtension()
210 …Assert.assertTrue(extensionName + "with spec version: " + specVersion + " was not advertised", res… in assertVkExtension()