#include "impeller/entity/contents/content_context.h"#include <format>#include <memory>#include <utility>#include "fml/trace_event.h"#include "impeller/base/validation.h"#include "impeller/core/formats.h"#include "impeller/core/texture_descriptor.h"#include "impeller/entity/contents/framebuffer_blend_contents.h"#include "impeller/entity/contents/pipelines.h"#include "impeller/entity/contents/text_shadow_cache.h"#include "impeller/entity/entity.h"#include "impeller/entity/render_target_cache.h"#include "impeller/renderer/command_buffer.h"#include "impeller/renderer/pipeline.h"#include "impeller/renderer/pipeline_descriptor.h"#include "impeller/renderer/pipeline_library.h"#include "impeller/renderer/render_target.h"#include "impeller/renderer/texture_util.h"#include "impeller/tessellator/tessellator.h"#include "impeller/typographer/typographer_context.h"Go to the source code of this file.
Classes | |
| struct | impeller::ContentContext::Pipelines |
Namespaces | |
| namespace | impeller |
Functions | |
| std::array< std::vector< Scalar >, 15 > | impeller::GetPorterDuffSpecConstants (bool supports_decal) |
| template<typename PipelineT > | |
| static std::unique_ptr< PipelineT > | impeller::CreateDefaultPipeline (const Context &context) |
|
protected |
Definition at line 78 of file content_context.cc.
|
protected |
Definition at line 77 of file content_context.cc.
Referenced by impeller::Pipeline< ComputePipelineDescriptor >::CreateVariant(), impeller::Pipeline< T >::CreateVariant(), and impeller::Pipeline< T >::GetDescriptor().
|
protected |
Definition at line 80 of file content_context.cc.