#include "flutter/testing/testing.h"
#include "gtest/gtest.h"
#include "impeller/base/allocation_size.h"
#include "impeller/core/allocator.h"
#include "impeller/core/device_buffer.h"
#include "impeller/core/device_buffer_descriptor.h"
#include "impeller/core/formats.h"
#include "impeller/renderer/backend/vulkan/allocator_vk.h"
#include "impeller/renderer/backend/vulkan/device_buffer_vk.h"
#include "impeller/renderer/backend/vulkan/test/mock_vulkan.h"
#include "vulkan/vulkan_enums.hpp"
Go to the source code of this file.
Namespaces | |
impeller | |
impeller::testing | |
Functions | |
impeller::testing::TEST (AllocatorVKTest, ToVKImageUsageFlags) | |
impeller::testing::TEST (AllocatorVKTest, MemoryTypeSelectionSingleHeap) | |
impeller::testing::TEST (AllocatorVKTest, MemoryTypeSelectionTwoHeap) | |
impeller::testing::TEST (AllocatorVKTest, ImageResourceKeepsVulkanDeviceAlive) | |