Home
last modified time | relevance | path

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

/external/deqp/external/vulkancts/modules/vulkan/wsi/
DvktWsiDisplayTimingTests.cpp1266 const vk::VkPresentInfoKHR presentInfo = in render() local
1278 VK_CHECK(m_vkd.queuePresentKHR(m_queue, &presentInfo)); in render()
1284 const vk::VkPresentInfoKHR presentInfo = in render() local
1296 VK_CHECK(m_vkd.queuePresentKHR(m_queue, &presentInfo)); in render()
DvktWsiIncrementalPresentTests.cpp1239 const vk::VkPresentInfoKHR presentInfo = in render() local
1251 VK_CHECK(m_vkd.queuePresentKHR(m_queue, &presentInfo)); in render()
1257 const vk::VkPresentInfoKHR presentInfo = in render() local
1269 VK_CHECK(m_vkd.queuePresentKHR(m_queue, &presentInfo)); in render()
DvktWsiSwapchainTests.cpp1428 const VkPresentInfoKHR presentInfo = in basicRenderTest() local
1442 VK_CHECK(vkd.queuePresentKHR(devHelper.queue, &presentInfo)); in basicRenderTest()
1577 const VkPresentInfoKHR presentInfo = in resizeSwapchainTest() local
1591 VK_CHECK(vkd.queuePresentKHR(devHelper.queue, &presentInfo)); in resizeSwapchainTest()
DvktWsiSharedPresentableImageTests.cpp1146 const vk::VkPresentInfoKHR presentInfo = in render() local
1158 VK_CHECK(m_vkd.queuePresentKHR(m_queue, &presentInfo)); in render()
/external/skia/tools/viewer/sk_app/
DVulkanWindowContext.cpp602 const VkPresentInfoKHR presentInfo = in swapBuffers() local
614 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()