Home
last modified time | relevance | path

Searched refs:presentInfo (Results 1 – 7 of 7) sorted by relevance

/external/deqp/external/vulkancts/modules/vulkan/wsi/
DvktWsiIncrementalPresentTests.cpp1238 const vk::VkPresentInfoKHR presentInfo = in render() local
1250 VK_CHECK(m_vkd.queuePresentKHR(m_queue, &presentInfo)); in render()
1256 const vk::VkPresentInfoKHR presentInfo = in render() local
1268 VK_CHECK(m_vkd.queuePresentKHR(m_queue, &presentInfo)); in render()
DvktWsiDisplayTimingTests.cpp1311 const vk::VkPresentInfoKHR presentInfo = in render() local
1323 VK_CHECK(m_vkd.queuePresentKHR(m_queue, &presentInfo)); in render()
1329 const vk::VkPresentInfoKHR presentInfo = in render() local
1341 VK_CHECK(m_vkd.queuePresentKHR(m_queue, &presentInfo)); in render()
DvktWsiSwapchainTests.cpp1484 const VkPresentInfoKHR presentInfo = in basicRenderTest() local
1498 VK_CHECK(vkd.queuePresentKHR(devHelper.queue, &presentInfo)); in basicRenderTest()
1633 const VkPresentInfoKHR presentInfo = in resizeSwapchainTest() local
1647 VK_CHECK(vkd.queuePresentKHR(devHelper.queue, &presentInfo)); in resizeSwapchainTest()
DvktWsiSharedPresentableImageTests.cpp1176 const vk::VkPresentInfoKHR presentInfo = in render() local
1188 VK_CHECK(m_vkd.queuePresentKHR(m_queue, &presentInfo)); in render()
/external/skia/tools/viewer/sk_app/
DVulkanWindowContext.cpp599 const VkPresentInfoKHR presentInfo = in swapBuffers() local
611 fQueuePresentKHR(fPresentQueue, &presentInfo); in swapBuffers()
/external/vulkan-validation-layers/demos/
Dcube.cpp472 auto const presentInfo = in draw() local
483 result = present_queue.presentKHR(&presentInfo); in draw()
/external/vulkan-validation-layers/include/vulkan/
Dvulkan.hpp14918 Result presentKHR( const PresentInfoKHR & presentInfo ) const in presentKHR()
14920 …Result>( vkQueuePresentKHR( m_queue, reinterpret_cast<const VkPresentInfoKHR*>( &presentInfo ) ) ); in presentKHR()