HomeSort by relevance Sort by last modified time
    Searched full:getphysicaldevicepresentrectangleskhr (Results 1 - 12 of 12) sorted by null

  /external/deqp/external/vulkancts/framework/vulkan/
vkInstanceFunctionPointers.inl 33 GetPhysicalDevicePresentRectanglesKHRFunc getPhysicalDevicePresentRectanglesKHR;
vkInitInstanceFunctionPointers.inl 55 m_vk.getPhysicalDevicePresentRectanglesKHR = (GetPhysicalDevicePresentRectanglesKHRFunc) GET_PROC_ADDR("vkGetPhysicalDevicePresentRectanglesKHR");
vkInstanceDriverImpl.inl 200 VkResult InstanceDriver::getPhysicalDevicePresentRectanglesKHR (VkPhysicalDevice physicalDevice, VkSurfaceKHR surface, deUint32* pRectCount, VkRect2D* pRects) const
202 return m_vk.getPhysicalDevicePresentRectanglesKHR(physicalDevice, surface, pRectCount, pRects);
vkConcreteInstanceInterface.inl 33 virtual VkResult getPhysicalDevicePresentRectanglesKHR (VkPhysicalDevice physicalDevice, VkSurfaceKHR surface, deUint32* pRectCount, VkRect2D* pRects) const;
vkVirtualInstanceInterface.inl 33 virtual VkResult getPhysicalDevicePresentRectanglesKHR (VkPhysicalDevice physicalDevice, VkSurfaceKHR surface, deUint32* pRectCount, VkRect2D* pRects) const = 0;
vkNullDriverImpl.inl     [all...]
  /frameworks/native/vulkan/libvulkan/
swapchain.h 34 VKAPI_ATTR VkResult GetPhysicalDevicePresentRectanglesKHR(VkPhysicalDevice physicalDevice, VkSurfaceKHR surface, uint32_t* pRectCount, VkRect2D* pRects);
api_gen.h 59 PFN_vkGetPhysicalDevicePresentRectanglesKHR GetPhysicalDevicePresentRectanglesKHR;
driver_gen.cpp 330 reinterpret_cast<PFN_vkVoidFunction>(GetPhysicalDevicePresentRectanglesKHR),
api_gen.cpp 181 INIT_PROC_EXT(KHR_swapchain, false, instance, GetPhysicalDevicePresentRectanglesKHR);
    [all...]
swapchain.cpp     [all...]
  /external/deqp/external/vulkancts/modules/vulkan/wsi/
vktWsiSurfaceTests.cpp     [all...]

Completed in 362 milliseconds