Home
last modified time | relevance | path

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

/hardware/google/gfxstream/host/tests/
DVulkan_unittest.cpp104 uint16_t apiMaj = (uint16_t)(props.apiVersion >> 22); in getPhysicalDevicePropertiesString() local
108 ss << "API version: " << apiMaj << "." << apiMin << "." << apiPatch << "\n"; in getPhysicalDevicePropertiesString()