Public Member Functions | |
| TestPassDelegate (bool collapse=false) | |
| ~TestPassDelegate () override=default | |
| bool | CanElide () override |
| bool | CanCollapseIntoParentPass (EntityPass *entity_pass) override |
| Whether or not this entity pass can be collapsed into the parent. If true, this method may modify the entities for the current pass. More... | |
| std::shared_ptr< Contents > | CreateContentsForSubpassTarget (std::shared_ptr< Texture > target, const Matrix &transform) override |
| std::shared_ptr< FilterContents > | WithImageFilter (const FilterInput::Variant &input, const Matrix &effect_transform) const override |
Public Member Functions inherited from impeller::EntityPassDelegate | |
| EntityPassDelegate () | |
| virtual | ~EntityPassDelegate () |
Additional Inherited Members | |
Static Public Member Functions inherited from impeller::EntityPassDelegate | |
| static std::unique_ptr< EntityPassDelegate > | MakeDefault () |
Definition at line 75 of file entity_unittests.cc.
|
inlineexplicit |
Definition at line 77 of file entity_unittests.cc.
|
overridedefault |
|
inlineoverridevirtual |
Whether or not this entity pass can be collapsed into the parent. If true, this method may modify the entities for the current pass.
Implements impeller::EntityPassDelegate.
Definition at line 86 of file entity_unittests.cc.
|
inlineoverridevirtual |
Implements impeller::EntityPassDelegate.
Definition at line 83 of file entity_unittests.cc.
|
inlineoverridevirtual |
Implements impeller::EntityPassDelegate.
Definition at line 91 of file entity_unittests.cc.
|
inlineoverridevirtual |
Implements impeller::EntityPassDelegate.
Definition at line 98 of file entity_unittests.cc.