Flutter Engine
The Flutter Engine
|
#include <thread>
#include "flutter/testing/testing.h"
#include "fml/synchronization/waitable_event.h"
#include "impeller/renderer/backend/vulkan/command_encoder_vk.h"
#include "impeller/renderer/backend/vulkan/test/mock_vulkan.h"
#include "impeller/renderer/command_buffer.h"
Go to the source code of this file.
Namespaces | |
namespace | impeller |
namespace | impeller::testing |
Functions | |
impeller::testing::TEST (CommandEncoderVKTest, DeleteEncoderAfterThreadDies) | |
impeller::testing::TEST (CommandEncoderVKTest, CleanupAfterSubmit) | |