Home
last modified time | relevance | path

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

/external/skia/tools/sk_app/
DVulkanWindowContext.cpp166 VkSurfaceFormatKHR* surfaceFormats = (VkSurfaceFormatKHR*)surfaceFormatAlloc.get(); in createSwapchain() local
168 surfaceFormats); in createSwapchain()
233 VkFormat localFormat = surfaceFormats[i].format; in createSwapchain()
236 colorSpace = surfaceFormats[i].colorSpace; in createSwapchain()
/external/skqp/tools/sk_app/
DVulkanWindowContext.cpp166 VkSurfaceFormatKHR* surfaceFormats = (VkSurfaceFormatKHR*)surfaceFormatAlloc.get(); in createSwapchain() local
168 surfaceFormats); in createSwapchain()
233 VkFormat localFormat = surfaceFormats[i].format; in createSwapchain()
236 colorSpace = surfaceFormats[i].colorSpace; in createSwapchain()
/external/deqp/external/vulkancts/modules/vulkan/image/
DvktImageMutableTests.cpp2142 const vector<VkSurfaceFormatKHR> surfaceFormats = getPhysicalDeviceSurfaceFormats(vki, in testSwapchainMutable() local
2149 for (vector<VkSurfaceFormatKHR>::size_type i = 0; i < surfaceFormats.size(); i++) in testSwapchainMutable()
2151 if (surfaceFormats[i].format == caseDef.imageFormat) in testSwapchainMutable()
2152 surfaceFormat = &surfaceFormats[i]; in testSwapchainMutable()
2154 if (surfaceFormats[i].format == caseDef.viewFormat) in testSwapchainMutable()
2155 viewFormat = &surfaceFormats[i].format; in testSwapchainMutable()
/external/vulkan-headers/include/vulkan/
Dvulkan.hpp53979 std::vector<SurfaceFormat2KHR,Allocator> surfaceFormats; in getSurfaceFormats2KHR() local
53987 surfaceFormats.resize( surfaceFormatCount ); in getSurfaceFormats2KHR()
53988 …ceInfo ), &surfaceFormatCount, reinterpret_cast<VkSurfaceFormat2KHR*>( surfaceFormats.data() ) ) ); in getSurfaceFormats2KHR()
53993 VULKAN_HPP_ASSERT( surfaceFormatCount <= surfaceFormats.size() ); in getSurfaceFormats2KHR()
53994 surfaceFormats.resize( surfaceFormatCount ); in getSurfaceFormats2KHR()
53996 …return createResultValue( result, surfaceFormats, VULKAN_HPP_NAMESPACE_STRING"::PhysicalDevice::ge… in getSurfaceFormats2KHR()
54001 std::vector<SurfaceFormat2KHR,Allocator> surfaceFormats( vectorAllocator ); in getSurfaceFormats2KHR() local
54009 surfaceFormats.resize( surfaceFormatCount ); in getSurfaceFormats2KHR()
54010 …ceInfo ), &surfaceFormatCount, reinterpret_cast<VkSurfaceFormat2KHR*>( surfaceFormats.data() ) ) ); in getSurfaceFormats2KHR()
54015 VULKAN_HPP_ASSERT( surfaceFormatCount <= surfaceFormats.size() ); in getSurfaceFormats2KHR()
[all …]