Home
last modified time | relevance | path

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

/frameworks/libs/native_bridge_support/android_api/libvulkan/proxy/
Dvulkan_trampolines.cc122 VkExtensionProperties* properties_out_buf, in FilterOutExtensionProperties() argument
129 if (!properties_out_buf) { in FilterOutExtensionProperties()
137 properties_out_buf[property_count++] = properties_in_buf[i]; in FilterOutExtensionProperties()
140 if (properties_out_buf[property_count - 1].specVersion > conversion->maxsupported_spec) { in FilterOutExtensionProperties()
141 properties_out_buf[property_count - 1].specVersion = conversion->maxsupported_spec; in FilterOutExtensionProperties()