#include "impeller/renderer/pipeline_compile_queue.h"#include <memory>#include "flutter/fml/closure.h"#include "flutter/testing/testing.h"Go to the source code of this file.
Classes | |
| class | impeller::testing::TestPipelineCompileQueue |
Namespaces | |
| namespace | impeller |
| namespace | impeller::testing |
Functions | |
| impeller::testing::TEST (PipelineCompileQueueTest, AddJobReturnsTrueForNewDescriptor) | |
| impeller::testing::TEST (PipelineCompileQueueTest, AddJobReturnsFalseForDuplicateDescriptor) | |
| impeller::testing::TEST (PipelineCompileQueueTest, HasPendingJobsReturnsCorrectState) | |
| impeller::testing::TEST (PipelineCompileQueueTest, PerformJobEagerlyExecutesJob) | |
| impeller::testing::TEST (PipelineCompileQueueTest, FinishAllJobsDrainsQueue) | |