#include "flutter/testing/testing.h"
#include "gtest/gtest.h"
#include "impeller/entity/entity.h"
#include "impeller/entity/entity_pass_clip_stack.h"
Go to the source code of this file.
Namespaces | |
impeller | |
impeller::testing | |
Functions | |
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, UnbalancedRestore) | |
impeller::testing::TEST (EntityPassClipStackTest, ClipAndRestoreWithSubpasses) | |