#include <memory>
#include "flutter/testing/testing.h"
#include "gtest/gtest.h"
#include "impeller/entity/contents/clip_contents.h"
#include "impeller/entity/entity.h"
#include "impeller/entity/entity_pass_clip_stack.h"
Go to the source code of this file.
|
| | impeller::testing::TEST (EntityPassClipStackTest, CanPushAndPopEntities) |
| |
| | impeller::testing::TEST (EntityPassClipStackTest, CanPopEntitiesSafely) |
| |
| | impeller::testing::TEST (EntityPassClipStackTest, CanAppendNoChange) |
| |
| | impeller::testing::TEST (EntityPassClipStackTest, AppendCoverageNoChange) |
| |
| | impeller::testing::TEST (EntityPassClipStackTest, AppendAndRestoreClipCoverage) |
| |
| | impeller::testing::TEST (EntityPassClipStackTest, AppendLargerClipCoverage) |
| |
| | impeller::testing::TEST (EntityPassClipStackTest, AppendLargerClipCoverageWithDifferenceOrNonSquare) |
| |
| | impeller::testing::TEST (EntityPassClipStackTest, AppendDecreasingSizeClipCoverage) |
| |
| | impeller::testing::TEST (EntityPassClipStackTest, AppendIncreasingSizeClipCoverage) |
| |
| | impeller::testing::TEST (EntityPassClipStackTest, UnbalancedRestore) |
| |
| | impeller::testing::TEST (EntityPassClipStackTest, ClipAndRestoreWithSubpasses) |
| |