#include "impeller/renderer/backend/vulkan/pipeline_compile_queue_vulkan.h"#include <atomic>#include <memory>#include <mutex>#include <vector>#include "flutter/fml/synchronization/count_down_latch.h"#include "flutter/fml/task_runner.h"#include "flutter/testing/testing.h"#include "impeller/renderer/pipeline_descriptor.h"Go to the source code of this file.
Namespaces | |
| namespace | impeller |
| namespace | impeller::testing |
Functions | |
| impeller::testing::TEST (PipelineCompileQueueVulkanTest, CreateSucceedsWithValidTaskRunner) | |
| impeller::testing::TEST (PipelineCompileQueueVulkanTest, PostJobDoesNothingWithNullClosure) | |
| impeller::testing::TEST (PipelineCompileQueueVulkanTest, OnJobAddedProcessesJobsInParallel) | |
| impeller::testing::TEST (PipelineCompileQueueVulkanTest, PostJobForDescriptorWithDuplicateRunsEagerly) | |
| impeller::testing::TEST (PipelineCompileQueueVulkanTest, MultipleJobsCompleteSuccessfully) | |