#include "flutter/testing/testing.h"
#include "impeller/renderer/backend/vulkan/command_buffer_vk.h"
#include "impeller/renderer/backend/vulkan/descriptor_pool_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 (DescriptorPoolRecyclerVKTest, GetDescriptorPoolRecyclerCreatesNewPools) | |
impeller::testing::TEST (DescriptorPoolRecyclerVKTest, ReclaimMakesDescriptorPoolAvailable) | |
impeller::testing::TEST (DescriptorPoolRecyclerVKTest, ReclaimDropsDescriptorPoolIfSizeIsExceeded) | |
impeller::testing::TEST (DescriptorPoolRecyclerVKTest, MultipleCommandBuffersShareDescriptorPool) | |
impeller::testing::TEST (DescriptorPoolRecyclerVKTest, DescriptorsAreRecycled) | |