Home
last modified time | relevance | path

Searched refs:mApp (Results 1 – 2 of 2) sorted by relevance

/hardware/google/gfxstream/host/tests/
DDefaultFramebufferBlit_unittest.cpp194 mApp.reset(new ClearColor(GetParam())); in SetUp()
198 mApp.reset(); in TearDown()
203 std::unique_ptr<ClearColor> mApp; member in gfxstream::__anon4ca025bc0111::CombinedFramebufferBlit
208 mApp->drawWithColor(kDrawColorRed); in TEST_P()
209 mApp->verifySwappedColor(kDrawColorRed); in TEST_P()
213 mApp->drawWithColor(kDrawColorRed); in TEST_P()
214 mApp->verifySwappedColor(kDrawColorRed); in TEST_P()
217 mApp->setNonDefaultCombinedFbo(); in TEST_P()
219 mApp->drawWithColor(kDrawColorGreen); in TEST_P()
220 mApp->verifySwappedColor(kDrawColorRed); in TEST_P()
[all …]
DGLSnapshotRendering_unittest.cpp78 mApp.reset(new T()); in SetUp()
82 mApp.reset(); in TearDown()
87 std::unique_ptr<T> mApp; member in gfxstream::gl::__anon6375fd080111::SnapshotGlRenderingSampleTest
96 this->mApp->drawOnce(); in TYPED_TEST()
100 if (this->mApp->isSwANGLE()) { in TYPED_TEST()
103 this->mApp->drawLoop(); in TYPED_TEST()