Home
last modified time | relevance | path

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

/third_party/flutter/skia/third_party/externals/dawn/src/dawn_native/vulkan/
DVulkanInfo.cpp279 VkResult result = vkFunctions.GetPhysicalDeviceSurfacePresentModesKHR( in GatherSurfaceInfo()
286 result = vkFunctions.GetPhysicalDeviceSurfacePresentModesKHR( in GatherSurfaceInfo()
DVulkanFunctions.cpp77 GET_INSTANCE_PROC(GetPhysicalDeviceSurfacePresentModesKHR); in LoadInstanceProcs()
DVulkanFunctions.h81 PFN_vkGetPhysicalDeviceSurfacePresentModesKHR GetPhysicalDeviceSurfacePresentModesKHR = member
/third_party/skia/third_party/externals/dawn/src/dawn_native/vulkan/
DVulkanInfo.cpp317 VkResult::WrapUnsafe(vkFunctions.GetPhysicalDeviceSurfacePresentModesKHR( in GatherSurfaceInfo()
324 DAWN_TRY(CheckVkSuccess(vkFunctions.GetPhysicalDeviceSurfacePresentModesKHR( in GatherSurfaceInfo()
DVulkanFunctions.cpp128 GET_INSTANCE_PROC(GetPhysicalDeviceSurfacePresentModesKHR); in LoadInstanceProcs()
DVulkanFunctions.h92 PFN_vkGetPhysicalDeviceSurfacePresentModesKHR GetPhysicalDeviceSurfacePresentModesKHR = member
/third_party/flutter/engine/flutter/vulkan/
Dvulkan_proc_table.h111 DEFINE_PROC(GetPhysicalDeviceSurfacePresentModesKHR);
Dvulkan_proc_table.cc85 ACQUIRE_PROC(GetPhysicalDeviceSurfacePresentModesKHR, handle); in SetupInstanceProcAddresses()
/third_party/gstreamer/gstplugins_bad/gst-libs/gst/vulkan/
Dgstvkswapper.c64 GetPhysicalDeviceSurfacePresentModesKHR; member
165 GET_PROC_ADDRESS_REQUIRED (instance, GetPhysicalDeviceSurfacePresentModesKHR); in _get_function_table()
459 priv->GetPhysicalDeviceSurfacePresentModesKHR (gpu, in _vulkan_swapper_retrieve_surface_properties()
468 priv->GetPhysicalDeviceSurfacePresentModesKHR (gpu, in _vulkan_swapper_retrieve_surface_properties()
/third_party/flutter/skia/tools/sk_app/
DVulkanWindowContext.cpp109 GET_PROC(GetPhysicalDeviceSurfacePresentModesKHR); in initializeContext()
/third_party/skia/tools/sk_app/
DVulkanWindowContext.cpp110 GET_PROC(GetPhysicalDeviceSurfacePresentModesKHR); in initializeContext()
/third_party/flutter/glfw/tests/
Dvulkan.c1946 GET_INSTANCE_PROC_ADDR(demo->inst, GetPhysicalDeviceSurfacePresentModesKHR); in demo_init_vk()