Home | History | Annotate | Download | only in tests

Lines Matching refs:surface_formats

15036     // Next, correctly do a 1st try (with a NULL pointer to surface_formats):
15042 VkSurfaceFormatKHR *surface_formats = (VkSurfaceFormatKHR *)malloc(surface_format_count * sizeof(VkSurfaceFormatKHR));
15047 vkGetPhysicalDeviceSurfaceFormatsKHR(gpu(), surface, &surface_format_count, surface_formats);
15056 vkGetPhysicalDeviceSurfaceFormatsKHR(gpu(), surface, &surface_format_count, surface_formats);
15082 // Next, correctly do a 1st try (with a NULL pointer to surface_formats):