Definition at line 76 of file entity_unittests.cc.
◆ TestPassDelegate()
impeller::testing::TestPassDelegate::TestPassDelegate |
( |
bool |
collapse = false | ) |
|
|
inlineexplicit |
◆ ~TestPassDelegate()
impeller::testing::TestPassDelegate::~TestPassDelegate |
( |
| ) |
|
|
overridedefault |
◆ CanCollapseIntoParentPass()
bool impeller::testing::TestPassDelegate::CanCollapseIntoParentPass |
( |
EntityPass * |
entity_pass | ) |
|
|
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 87 of file entity_unittests.cc.
87 {
88 return collapse_;
89 }
◆ CanElide()
bool impeller::testing::TestPassDelegate::CanElide |
( |
| ) |
|
|
inlineoverridevirtual |
◆ CreateContentsForSubpassTarget()
std::shared_ptr< Contents > impeller::testing::TestPassDelegate::CreateContentsForSubpassTarget |
( |
std::shared_ptr< Texture > |
target, |
|
|
const Matrix & |
transform |
|
) |
| |
|
inlineoverride |
◆ WithImageFilter()
The documentation for this class was generated from the following file: