Flutter Engine
The Flutter Engine
|
#include "flutter/fml/synchronization/waitable_event.h"
#include "flutter/testing/testing.h"
#include "impeller/base/validation.h"
#include "impeller/core/formats.h"
#include "impeller/renderer/backend/vulkan/command_pool_vk.h"
#include "impeller/renderer/backend/vulkan/context_vk.h"
#include "impeller/renderer/backend/vulkan/test/mock_vulkan.h"
Go to the source code of this file.
Namespaces | |
namespace | impeller |
namespace | impeller::testing |
Functions | |
impeller::testing::TEST (ContextVKTest, CommonHardwareConcurrencyConfigurations) | |
impeller::testing::TEST (ContextVKTest, DeletesCommandPools) | |
impeller::testing::TEST (ContextVKTest, DeletesCommandPoolsOnAllThreads) | |
impeller::testing::TEST (ContextVKTest, DeletePipelineAfterContext) | |
impeller::testing::TEST (ContextVKTest, DeleteShaderFunctionAfterContext) | |
impeller::testing::TEST (ContextVKTest, DeletePipelineLibraryAfterContext) | |
impeller::testing::TEST (ContextVKTest, CanCreateContextInAbsenceOfValidationLayers) | |
impeller::testing::TEST (ContextVKTest, CanCreateContextWithValidationLayers) | |
impeller::testing::TEST (CapabilitiesVKTest, ContextInitializesWithNoStencilFormat) | |
impeller::testing::TEST (CapabilitiesVKTest, ContextFailsInitializationForNoCombinedDepthStencilFormat) | |
impeller::testing::TEST (ContextVKTest, WarmUpFunctionCreatesRenderPass) | |
impeller::testing::TEST (ContextVKTest, FatalMissingValidations) | |
impeller::testing::TEST (ContextVKTest, HasDefaultColorFormat) | |