Searched refs:queuePresent (Results 1 – 8 of 8) sorted by relevance
/external/swiftshader/tests/VulkanWrapper/ |
D | Swapchain.hpp | 30 void queuePresent(vk::Queue queue, uint32_t imageIndex, vk::Semaphore waitSemaphore);
|
D | Swapchain.cpp | 79 void Swapchain::queuePresent(vk::Queue queue, uint32_t imageIndex, vk::Semaphore waitSemaphore) in queuePresent() function in Swapchain
|
D | DrawTester.cpp | 101 swapchain->queuePresent(queue, currentFrameBuffer, renderCompleteSemaphore); in renderFrame()
|
/external/angle/src/libANGLE/renderer/vulkan/ |
D | CommandProcessor.h | 418 void queuePresent(egl::ContextPriority contextPriority,
|
D | CommandProcessor.cpp | 852 mCommandQueue->queuePresent(priority, presentInfo, swapchainStatus); in present() 1538 void CommandQueue::queuePresent(egl::ContextPriority contextPriority, in queuePresent() function in rx::vk::CommandQueue
|
D | RendererVk.h | 528 void queuePresent(vk::Context *context,
|
D | RendererVk.cpp | 5645 void RendererVk::queuePresent(vk::Context *context, in queuePresent() function in rx::RendererVk 5658 mCommandQueue.queuePresent(priority, presentInfo, swapchainStatus); in queuePresent()
|
D | SurfaceVk.cpp | 2243 renderer->queuePresent(contextVk, contextVk->getPriority(), presentInfo, &mSwapchainStatus); in present()
|