HomeSort by relevance Sort by last modified time
    Searched defs:GetPhysicalDeviceSurfaceFormatsKHR (Results 1 - 5 of 5) sorted by null

  /frameworks/native/vulkan/libvulkan/
swapchain.cpp 343 VkResult GetPhysicalDeviceSurfaceFormatsKHR(VkPhysicalDevice /*pdev*/,
    [all...]
api_gen.h 46 PFN_vkGetPhysicalDeviceSurfaceFormatsKHR GetPhysicalDeviceSurfaceFormatsKHR;
api_gen.cpp 136 INIT_PROC_EXT(KHR_surface, instance, GetPhysicalDeviceSurfaceFormatsKHR);
420 VKAPI_ATTR VkResult GetPhysicalDeviceSurfaceFormatsKHR(VkPhysicalDevice physicalDevice, VkSurfaceKHR surface, uint32_t* pSurfaceFormatCount, VkSurfaceFormatKHR* pSurfaceFormats);
    [all...]
  /external/vulkan-validation-layers/loader/
loader.h 226 PFN_vkGetPhysicalDeviceSurfaceFormatsKHR GetPhysicalDeviceSurfaceFormatsKHR;
  /external/vulkan-validation-layers/include/vulkan/
vk_layer.h 194 PFN_vkGetPhysicalDeviceSurfaceFormatsKHR GetPhysicalDeviceSurfaceFormatsKHR;

Completed in 552 milliseconds