Add missing files to Android.mk am: 58f3ba4184
[platform/upstream/VK-GL-CTS.git] / modules / gles2 / tes2TestPackage.cpp
index 21c0abb..d32cb8a 100644 (file)
@@ -72,7 +72,7 @@ void TestCaseWrapper::deinit (tcu::TestCase* testCase)
        testCase->deinit();
 
        DE_ASSERT(m_testPackage.getContext());
-       glu::resetState(m_testPackage.getContext()->getRenderContext());
+       glu::resetState(m_testPackage.getContext()->getRenderContext(), m_testPackage.getContext()->getContextInfo());
 }
 
 tcu::TestNode::IterateResult TestCaseWrapper::iterate (tcu::TestCase* testCase)