Home
last modified time | relevance | path

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

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