Loading renderscript/1.0/vts/functional/VtsHalRenderscriptV1_0TargetTest.cpp +4 −2 Original line number Diff line number Diff line Loading @@ -28,9 +28,11 @@ void RenderscriptHidlTest::SetUp() { } void RenderscriptHidlTest::TearDown() { if (context.get() != nullptr) { context->contextFinish(); context->contextDestroy(); } } // A class for test environment setup (kept since this file is a template). class RenderscriptHidlEnvironment : public ::testing::Environment { Loading Loading
renderscript/1.0/vts/functional/VtsHalRenderscriptV1_0TargetTest.cpp +4 −2 Original line number Diff line number Diff line Loading @@ -28,9 +28,11 @@ void RenderscriptHidlTest::SetUp() { } void RenderscriptHidlTest::TearDown() { if (context.get() != nullptr) { context->contextFinish(); context->contextDestroy(); } } // A class for test environment setup (kept since this file is a template). class RenderscriptHidlEnvironment : public ::testing::Environment { Loading