AddStageEntrypoint(std::shared_ptr< const ShaderFunction > function) | impeller::PipelineDescriptor | |
ClearColorAttachment(size_t index) | impeller::PipelineDescriptor | |
ClearDepthAttachment() | impeller::PipelineDescriptor | |
ClearStencilAttachments() | impeller::PipelineDescriptor | |
GetBackStencilAttachmentDescriptor() const | impeller::PipelineDescriptor | |
GetColorAttachmentDescriptor(size_t index) const | impeller::PipelineDescriptor | |
GetColorAttachmentDescriptors() const | impeller::PipelineDescriptor | |
GetCullMode() const | impeller::PipelineDescriptor | |
GetDepthPixelFormat() const | impeller::PipelineDescriptor | |
GetDepthStencilAttachmentDescriptor() const | impeller::PipelineDescriptor | |
GetEntrypointForStage(ShaderStage stage) const | impeller::PipelineDescriptor | |
GetFrontStencilAttachmentDescriptor() const | impeller::PipelineDescriptor | |
GetHash() const override | impeller::PipelineDescriptor | |
Comparable< PipelineDescriptor >::GetHash() const=0 | impeller::Comparable< PipelineDescriptor > | pure virtual |
GetLabel() const | impeller::PipelineDescriptor | |
GetLegacyCompatibleColorAttachment() const | impeller::PipelineDescriptor | |
GetMaxColorAttacmentBindIndex() const | impeller::PipelineDescriptor | |
GetPolygonMode() const | impeller::PipelineDescriptor | |
GetPrimitiveType() const | impeller::PipelineDescriptor | |
GetSampleCount() const | impeller::PipelineDescriptor | inline |
GetSpecializationConstants() const | impeller::PipelineDescriptor | |
GetStageEntrypoints() const | impeller::PipelineDescriptor | |
GetStencilPixelFormat() const | impeller::PipelineDescriptor | |
GetVertexDescriptor() const | impeller::PipelineDescriptor | |
GetWindingOrder() const | impeller::PipelineDescriptor | |
HasStencilAttachmentDescriptors() const | impeller::PipelineDescriptor | |
IsEqual(const PipelineDescriptor &other) const override | impeller::PipelineDescriptor | virtual |
PipelineDescriptor() | impeller::PipelineDescriptor | |
ResetAttachments() | impeller::PipelineDescriptor | |
SetColorAttachmentDescriptor(size_t index, ColorAttachmentDescriptor desc) | impeller::PipelineDescriptor | |
SetColorAttachmentDescriptors(std::map< size_t, ColorAttachmentDescriptor > descriptors) | impeller::PipelineDescriptor | |
SetCullMode(CullMode mode) | impeller::PipelineDescriptor | |
SetDepthPixelFormat(PixelFormat format) | impeller::PipelineDescriptor | |
SetDepthStencilAttachmentDescriptor(std::optional< DepthAttachmentDescriptor > desc) | impeller::PipelineDescriptor | |
SetLabel(std::string label) | impeller::PipelineDescriptor | |
SetPolygonMode(PolygonMode mode) | impeller::PipelineDescriptor | |
SetPrimitiveType(PrimitiveType type) | impeller::PipelineDescriptor | |
SetSampleCount(SampleCount samples) | impeller::PipelineDescriptor | |
SetSpecializationConstants(std::vector< Scalar > values) | impeller::PipelineDescriptor | |
SetStencilAttachmentDescriptors(std::optional< StencilAttachmentDescriptor > front_and_back) | impeller::PipelineDescriptor | |
SetStencilAttachmentDescriptors(std::optional< StencilAttachmentDescriptor > front, std::optional< StencilAttachmentDescriptor > back) | impeller::PipelineDescriptor | |
SetStencilPixelFormat(PixelFormat format) | impeller::PipelineDescriptor | |
SetVertexDescriptor(std::shared_ptr< VertexDescriptor > vertex_descriptor) | impeller::PipelineDescriptor | |
SetWindingOrder(WindingOrder order) | impeller::PipelineDescriptor | |
~PipelineDescriptor() | impeller::PipelineDescriptor | |