#include "flutter/testing/testing.h"#include "fml/synchronization/waitable_event.h"#include "impeller/renderer/backend/vulkan/command_pool_vk.h"#include "impeller/renderer/backend/vulkan/resource_manager_vk.h"#include "impeller/renderer/backend/vulkan/test/mock_vulkan.h"Go to the source code of this file.
Namespaces | |
| impeller | |
| impeller::testing | |
Functions | |
| impeller::testing::TEST (CommandPoolRecyclerVKTest, GetsACommandPoolPerThread) | |
| impeller::testing::TEST (CommandPoolRecyclerVKTest, GetsTheSameCommandPoolOnSameThread) | |
| impeller::testing::TEST (CommandPoolRecyclerVKTest, ReclaimMakesCommandPoolAvailable) | |
| impeller::testing::TEST (CommandPoolRecyclerVKTest, CommandBuffersAreRecycled) | |
| impeller::testing::TEST (CommandPoolRecyclerVKTest, ExtraCommandBufferAllocationsTriggerTrim) | |
| impeller::testing::TEST (CommandPoolRecyclerVKTest, RecyclerGlobalPoolMapSize) | |