HomeSort by relevance Sort by last modified time
    Searched refs:surface_formats (Results 1 - 2 of 2) sorted by null

  /frameworks/native/vulkan/libvulkan/
swapchain.cpp 723 android::Vector<VkSurfaceFormatKHR> surface_formats; local
724 surface_formats.resize(*pSurfaceFormatCount);
727 &surface_formats.editItemAt(0));
734 pSurfaceFormats[i].surfaceFormat = surface_formats[i];
    [all...]
  /external/vulkan-validation-layers/tests/
layer_validation_tests.cpp 15042 VkSurfaceFormatKHR *surface_formats = (VkSurfaceFormatKHR *)malloc(surface_format_count * sizeof(VkSurfaceFormatKHR)); local
15047 vkGetPhysicalDeviceSurfaceFormatsKHR(gpu(), surface, &surface_format_count, surface_formats); local
15056 vkGetPhysicalDeviceSurfaceFormatsKHR(gpu(), surface, &surface_format_count, surface_formats); local
    [all...]

Completed in 219 milliseconds