Flutter Engine
The Flutter Engine
Loading...
Searching...
No Matches
impeller::PipelineDescriptor Member List

This is the complete list of members for impeller::PipelineDescriptor, including all inherited members.

AddStageEntrypoint(std::shared_ptr< const ShaderFunction > function)impeller::PipelineDescriptor
ClearColorAttachment(size_t index)impeller::PipelineDescriptor
ClearDepthAttachment()impeller::PipelineDescriptor
ClearStencilAttachments()impeller::PipelineDescriptor
GetBackStencilAttachmentDescriptor() constimpeller::PipelineDescriptor
GetColorAttachmentDescriptor(size_t index) constimpeller::PipelineDescriptor
GetColorAttachmentDescriptors() constimpeller::PipelineDescriptor
GetCullMode() constimpeller::PipelineDescriptor
GetDepthPixelFormat() constimpeller::PipelineDescriptor
GetDepthStencilAttachmentDescriptor() constimpeller::PipelineDescriptor
GetEntrypointForStage(ShaderStage stage) constimpeller::PipelineDescriptor
GetFrontStencilAttachmentDescriptor() constimpeller::PipelineDescriptor
GetHash() const overrideimpeller::PipelineDescriptorvirtual
GetLabel() constimpeller::PipelineDescriptor
GetLegacyCompatibleColorAttachment() constimpeller::PipelineDescriptor
GetMaxColorAttacmentBindIndex() constimpeller::PipelineDescriptor
GetPolygonMode() constimpeller::PipelineDescriptor
GetPrimitiveType() constimpeller::PipelineDescriptor
GetSampleCount() constimpeller::PipelineDescriptorinline
GetSpecializationConstants() constimpeller::PipelineDescriptor
GetStageEntrypoints() constimpeller::PipelineDescriptor
GetStencilPixelFormat() constimpeller::PipelineDescriptor
GetVertexDescriptor() constimpeller::PipelineDescriptor
GetWindingOrder() constimpeller::PipelineDescriptor
HasStencilAttachmentDescriptors() constimpeller::PipelineDescriptor
IsEqual(const PipelineDescriptor &other) const overrideimpeller::PipelineDescriptorvirtual
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