Searched refs:surfaceFormats (Results 1 - 3 of 3) sorted by relevance

/external/skia/tools/sk_app/
H A DVulkanWindowContext.cpp119 VkSurfaceFormatKHR* surfaceFormats = (VkSurfaceFormatKHR*)surfaceFormatAlloc.get(); local
121 &surfaceFormatCount, surfaceFormats);
188 VkFormat localFormat = surfaceFormats[i].format;
192 colorSpace = surfaceFormats[i].colorSpace;
/external/skqp/tools/sk_app/
H A DVulkanWindowContext.cpp119 VkSurfaceFormatKHR* surfaceFormats = (VkSurfaceFormatKHR*)surfaceFormatAlloc.get(); local
121 &surfaceFormatCount, surfaceFormats);
188 VkFormat localFormat = surfaceFormats[i].format;
192 colorSpace = surfaceFormats[i].colorSpace;
/external/vulkan-validation-layers/include/vulkan/
H A Dvulkan.hpp31141 std::vector<SurfaceFormatKHR,Allocator> surfaceFormats; local
31543 std::vector<SurfaceFormat2KHR,Allocator> surfaceFormats; local
[all...]

Completed in 242 milliseconds