Home
last modified time | relevance | path

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

/external/deqp/external/vulkancts/modules/vulkan/wsi/
DvktWsiDisplayTimingTests.cpp1267 const vk::VkPresentInfoKHR presentInfo = in render() local
1279 VK_CHECK(m_vkd.queuePresentKHR(m_queue, &presentInfo)); in render()
1285 const vk::VkPresentInfoKHR presentInfo = in render() local
1297 VK_CHECK(m_vkd.queuePresentKHR(m_queue, &presentInfo)); in render()
DvktWsiIncrementalPresentTests.cpp1240 const vk::VkPresentInfoKHR presentInfo = in render() local
1252 VK_CHECK(m_vkd.queuePresentKHR(m_queue, &presentInfo)); in render()
1258 const vk::VkPresentInfoKHR presentInfo = in render() local
1270 VK_CHECK(m_vkd.queuePresentKHR(m_queue, &presentInfo)); in render()
DvktWsiSwapchainTests.cpp1430 const VkPresentInfoKHR presentInfo = in basicRenderTest() local
1444 VK_CHECK(vkd.queuePresentKHR(devHelper.queue, &presentInfo)); in basicRenderTest()
1579 const VkPresentInfoKHR presentInfo = in resizeSwapchainTest() local
1593 VK_CHECK(vkd.queuePresentKHR(devHelper.queue, &presentInfo)); in resizeSwapchainTest()
DvktWsiSharedPresentableImageTests.cpp1150 const vk::VkPresentInfoKHR presentInfo = in render() local
1162 VK_CHECK(m_vkd.queuePresentKHR(m_queue, &presentInfo)); in render()
/external/skqp/tools/sk_app/
DVulkanWindowContext.cpp618 const VkPresentInfoKHR presentInfo = in swapBuffers() local
630 fQueuePresentKHR(fPresentQueue, &presentInfo); in swapBuffers()
/external/skia/tools/sk_app/
DVulkanWindowContext.cpp618 const VkPresentInfoKHR presentInfo = in swapBuffers() local
630 fQueuePresentKHR(fPresentQueue, &presentInfo); in swapBuffers()
/external/deqp/external/vulkancts/modules/vulkan/protected_memory/
DvktProtectedMemWsiSwapchainTests.cpp1190 const vk::VkPresentInfoKHR presentInfo = in basicRenderTest() local
1204 VK_CHECK(vkd.queuePresentKHR(context.getQueue(), &presentInfo)); in basicRenderTest()
/external/vulkan-validation-layers/demos/
Dcube.cpp776 auto const presentInfo = vk::PresentInfoKHR() in draw() local
784 result = present_queue.presentKHR(&presentInfo); in draw()
/external/vulkan-validation-layers/include/vulkan/
Dvulkan.hpp26820 Result presentKHR( const PresentInfoKHR & presentInfo ) const;
26888 VULKAN_HPP_INLINE Result Queue::presentKHR( const PresentInfoKHR & presentInfo ) const in presentKHR()
26890 …Result>( vkQueuePresentKHR( m_queue, reinterpret_cast<const VkPresentInfoKHR*>( &presentInfo ) ) ); in presentKHR()