Flutter Engine
The Flutter Engine
|
#include <sys/types.h>
#include <functional>
#include <memory>
#include <utility>
#include "fml/closure.h"
#include "fml/synchronization/waitable_event.h"
#include "gtest/gtest.h"
#include "impeller/renderer/backend/vulkan/resource_manager_vk.h"
Go to the source code of this file.
Namespaces | |
namespace | impeller |
namespace | impeller::testing |
Functions | |
impeller::testing::TEST (ResourceManagerVKTest, CreatesANewInstance) | |
impeller::testing::TEST (ResourceManagerVKTest, ReclaimMovesAResourceAndDestroysIt) | |
impeller::testing::TEST (ResourceManagerVKTest, TerminatesWhenOutOfScope) | |
impeller::testing::TEST (ResourceManagerVKTest, IsThreadSafe) | |