Searched refs:checkCompletedCommands (Results 1 – 5 of 5) sorted by relevance
373 angle::Result checkCompletedCommands(ErrorContext *context) in checkCompletedCommands() function383 ANGLE_TRY(checkCompletedCommands(context)); in checkAndCleanupCompletedCommands()
453 angle::Result checkCompletedCommands(vk::ErrorContext *context);1126 ANGLE_INLINE angle::Result Renderer::checkCompletedCommands(vk::ErrorContext *context) in checkCompletedCommands() function1128 return mCommandQueue.checkCompletedCommands(context); in checkCompletedCommands()
277 ANGLE_TRY(renderer->checkCompletedCommands(context)); in getStatus()
414 ANGLE_TRY(mCommandQueue->checkCompletedCommands(this)); in processTasksImpl()
1498 ANGLE_TRY(mRenderer->checkCompletedCommands(this)); in flushImpl()