Home
last modified time | relevance | path

Searched refs:queuePresent (Results 1 – 11 of 11) sorted by relevance

/third_party/skia/third_party/externals/swiftshader/tests/VulkanWrapper/
DSwapchain.hpp30 void queuePresent(vk::Queue queue, uint32_t imageIndex, vk::Semaphore waitSemaphore);
DSwapchain.cpp79 void Swapchain::queuePresent(vk::Queue queue, uint32_t imageIndex, vk::Semaphore waitSemaphore) in queuePresent() function in Swapchain
DDrawTester.cpp101 swapchain->queuePresent(queue, currentFrameBuffer, renderCompleteSemaphore); in renderFrame()
/third_party/skia/third_party/externals/angle2/src/libANGLE/renderer/vulkan/
DCommandProcessor.h305 virtual VkResult queuePresent(egl::ContextPriority contextPriority,
372 VkResult queuePresent(egl::ContextPriority contextPriority,
520 VkResult queuePresent(egl::ContextPriority contextPriority,
DCommandProcessor.cpp672 VkResult result = mCommandQueue.queuePresent(priority, presentInfo); in present()
735 VkResult CommandProcessor::queuePresent(egl::ContextPriority contextPriority, in queuePresent() function in rx::vk::CommandProcessor
1252 VkResult CommandQueue::queuePresent(egl::ContextPriority contextPriority, in queuePresent() function in rx::vk::CommandQueue
DRendererVk.h453 VkResult queuePresent(vk::Context *context,
DRendererVk.cpp3550 VkResult RendererVk::queuePresent(vk::Context *context, in queuePresent() function in rx::RendererVk
3559 result = mCommandProcessor.queuePresent(priority, presentInfo); in queuePresent()
3563 result = mCommandQueue.queuePresent(priority, presentInfo); in queuePresent()
DSurfaceVk.cpp1585 VkResult result = renderer->queuePresent(contextVk, contextVk->getPriority(), presentInfo); in present()
/third_party/flutter/skia/third_party/externals/angle2/src/libANGLE/renderer/vulkan/
DRendererVk.h144 VkResult queuePresent(const VkPresentInfoKHR &presentInfo);
DSurfaceVk.cpp955 VkResult result = contextVk->getRenderer()->queuePresent(presentInfo); in present()
DRendererVk.cpp1519 VkResult RendererVk::queuePresent(const VkPresentInfoKHR &presentInfo) in queuePresent() function in rx::RendererVk