#include "impeller/renderer/backend/gles/pipeline_compile_queue_gles.h"#include <atomic>#include <memory>#include <vector>#include "flutter/fml/synchronization/count_down_latch.h"#include "flutter/fml/task_runner.h"#include "flutter/fml/task_runner_util.h"#include "flutter/fml/thread.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 (PipelineCompileQueueGLESTest, CreateReturnsNullWithNullTaskRunner) | |
| impeller::testing::TEST (PipelineCompileQueueGLESTest, CreateSucceedsWithValidTaskRunner) | |
| impeller::testing::TEST (PipelineCompileQueueGLESTest, PostJobDoesNothingWithNullClosure) | |
| impeller::testing::TEST (PipelineCompileQueueGLESTest, OnJobAddedProcessesJobsSequentially) | |
| impeller::testing::TEST (PipelineCompileQueueGLESTest, PostJobForDescriptorWithDuplicateRunsEagerly) | |
| impeller::testing::TEST (PipelineCompileQueueGLESTest, IsProcessingResetsAfterAllJobsComplete) | |
| impeller::testing::TEST (PipelineCompileQueueGLESTest, DestroyQueueWithPendingTasks) | |