Searched refs:submitFrame (Results 1 – 2 of 2) sorted by relevance
/external/angle/src/libANGLE/renderer/vulkan/ |
D | ContextVk.h | 88 angle::Result submitFrame(vk::Context *context, 924 angle::Result submitFrame(const VkSubmitInfo &submitInfo,
|
D | ContextVk.cpp | 536 angle::Result CommandQueue::submitFrame(vk::Context *context, in submitFrame() function in rx::CommandQueue 1535 angle::Result ContextVk::submitFrame(const VkSubmitInfo &submitInfo, in submitFrame() function in rx::ContextVk 1550 ANGLE_TRY(mCommandQueue.submitFrame(this, mContextPriority, submitInfo, mSubmitFence, in submitFrame() 1701 ANGLE_TRY(submitFrame(submitInfo, commandBatch.release())); in synchronizeCpuGpuTime() 3859 ANGLE_TRY(submitFrame(submitInfo, std::move(mPrimaryCommands))); in flushImpl()
|