Searched refs:checkCompletedCommands (Results 1 – 7 of 7) sorted by relevance
294 virtual angle::Result checkCompletedCommands(Context *context) = 0;351 angle::Result checkCompletedCommands(Context *context) override;498 angle::Result checkCompletedCommands(Context *context) override;
448 ANGLE_TRY(mCommandQueue.checkCompletedCommands(this)); in processTask()495 ANGLE_TRY(mCommandQueue.checkCompletedCommands(this)); in processTask()506 angle::Result CommandProcessor::checkCompletedCommands(Context *context) in checkCompletedCommands() function in rx::vk::CommandProcessor795 angle::Result CommandQueue::checkCompletedCommands(Context *context) in checkCompletedCommands() function in rx::vk::CommandQueue1053 ANGLE_TRY(checkCompletedCommands(context)); in submitFrame()
529 ANGLE_TRY(contextVk->checkCompletedCommands()); in getResult()
365 angle::Result checkCompletedCommands(vk::Context *context);
3139 angle::Result RendererVk::checkCompletedCommands(vk::Context *context) in checkCompletedCommands() function in rx::RendererVk3147 ANGLE_TRY(mCommandProcessor.checkCompletedCommands(context)); in checkCompletedCommands()3151 ANGLE_TRY(mCommandQueue.checkCompletedCommands(context)); in checkCompletedCommands()
424 angle::Result checkCompletedCommands();
5356 angle::Result ContextVk::checkCompletedCommands() in checkCompletedCommands() function in rx::ContextVk5358 return mRenderer->checkCompletedCommands(this); in checkCompletedCommands()