Lines Matching refs:getContext
95 glu::resetState(m_testPackage.getContext().getRenderContext(), m_testPackage.getContext().getContextInfo());
104 glu::resetState(m_testPackage.getContext().getRenderContext(), m_testPackage.getContext().getContextInfo());
109 tcu::TestContext& testCtx = m_testPackage.getContext().getTestContext();
110 glu::RenderContext& renderCtx = m_testPackage.getContext().getRenderContext();
160 addChild(new deqp::InfoTests(getContext()));
163 shadersGroup->addChild(new deqp::ShaderFunctionTests(getContext(), glu::GLSL_VERSION_320_ES));
164 shadersGroup->addChild(new deqp::ShaderIntegerMixTests(getContext(), glu::GLSL_VERSION_320_ES));
165 shadersGroup->addChild(new deqp::ShaderNegativeTests(getContext(), glu::GLSL_VERSION_320_ES));
166 shadersGroup->addChild(new deqp::ShaderStructTests(getContext(), glu::GLSL_VERSION_320_ES));
167 shadersGroup->addChild(new glcts::AggressiveShaderOptimizationsTests(getContext()));
172 coreGroup->addChild(new glcts::GeometryShaderTests(getContext(), extParams));
173 coreGroup->addChild(new glcts::GPUShader5Tests(getContext(), extParams));
174 coreGroup->addChild(new glcts::TessellationShaderTests(getContext(), extParams));
175 coreGroup->addChild(new glcts::TextureCubeMapArrayTests(getContext(), extParams));
176 coreGroup->addChild(new glcts::TextureBorderClampTests(getContext(), extParams));
177 coreGroup->addChild(new glcts::TextureBufferTests(getContext(), extParams));
178 coreGroup->addChild(new glcts::DrawBuffersIndexedTests(getContext(), extParams));
179 coreGroup->addChild(new glcts::ShaderConstExprTests(getContext()));
180 coreGroup->addChild(new glcts::ShaderMacroTests(getContext()));
181 coreGroup->addChild(new glcts::SeparableProgramsTransformFeedbackTests(getContext()));
182 coreGroup->addChild(new glcts::CopyImageTests(getContext()));
183 coreGroup->addChild(new glcts::InternalformatTests(getContext()));
184 coreGroup->addChild(new deqp::Functional::TextureShadowLodTest(getContext()));
185 coreGroup->addChild(new glcts::NearestEdgeCases(getContext()));
186 coreGroup->addChild(new glcts::FramebufferCompletenessTests(getContext()));
187 coreGroup->addChild(new glcts::TextureCompatibilityTests(getContext()));
188 coreGroup->addChild(new glcts::CompressedFormatTests(getContext()));