Lines Matching refs:getContext
89 glu::resetState(m_testPackage.getContext().getRenderContext(), m_testPackage.getContext().getContextInfo());
98 glu::resetState(m_testPackage.getContext().getRenderContext(), m_testPackage.getContext().getContextInfo());
103 tcu::TestContext& testCtx = m_testPackage.getContext().getTestContext();
104 glu::RenderContext& renderCtx = m_testPackage.getContext().getRenderContext();
179 addChild(new ShaderTests(getContext()));
180 addChild(new glcts::TextureFilterAnisotropicTests(getContext()));
181 addChild(new glcts::TextureRepeatModeTests(getContext()));
182 addChild(new glcts::ExposedExtensionsTests(getContext()));
184 coreGroup->addChild(new glcts::ShaderConstExprTests(getContext()));
185 coreGroup->addChild(new glcts::ShaderMacroTests(getContext()));
186 coreGroup->addChild(new glcts::InternalformatTests(getContext()));
187 coreGroup->addChild(new glcts::NearestEdgeCases(getContext()));
189 addChild(new glcts::ParallelShaderCompileTests(getContext()));
190 addChild(new glcts::PackedPixelsTests(getContext()));
191 addChild(new glcts::PackedDepthStencilTests(getContext()));
192 addChild(new glcts::FramebufferCompletenessTests(getContext()));
193 addChild(new es3cts::CopyTexImageConversionsTests(getContext()));
194 addChild(new es3cts::NumberParsingTests(getContext()));