Lines Matching refs:getContext
110 glu::resetState(m_testPackage.getContext().getRenderContext(), m_testPackage.getContext().getContextInfo());
119 glu::resetState(m_testPackage.getContext().getRenderContext(), m_testPackage.getContext().getContextInfo());
124 tcu::TestContext& testCtx = m_testPackage.getContext().getTestContext();
125 glu::RenderContext& renderCtx = m_testPackage.getContext().getRenderContext();
139 m_testPackage.getContext().getRenderContext().postIterate();
192 coreGroup->addChild(new glcts::TextureStorageMultisampleTests(getContext()));
193 coreGroup->addChild(new glcts::ShaderAtomicCountersTests(getContext()));
194 coreGroup->addChild(new glcts::TextureGatherTests(getContext()));
195 coreGroup->addChild(new glcts::SampleShadingTests(getContext(), glu::GLSL_VERSION_310_ES));
196 coreGroup->addChild(new deqp::SampleVariablesTests(getContext(), glu::GLSL_VERSION_310_ES));
197 coreGroup->addChild(new glcts::SeparateShaderObjsTests(getContext(), glu::GLSL_VERSION_310_ES));
198 coreGroup->addChild(new glcts::ShaderBitfieldOperationTests(getContext(), glu::GLSL_VERSION_310_ES));
199 coreGroup->addChild(new deqp::ShaderMultisampleInterpolationTests(getContext(), glu::GLSL_VERSION_310_ES));
200 coreGroup->addChild(new glcts::LayoutBindingTests(getContext(), glu::GLSL_VERSION_310_ES));
201 coreGroup->addChild(new deqp::ShaderIntegerMixTests(getContext(), glu::GLSL_VERSION_310_ES));
202 coreGroup->addChild(new glcts::ShaderConstExprTests(getContext()));
203 coreGroup->addChild(new glcts::BlendEquationAdvancedTests(getContext(), glu::GLSL_VERSION_310_ES));
204 coreGroup->addChild(new glcts::VertexAttribBindingTests(getContext()));
205 coreGroup->addChild(new glcts::ShaderMacroTests(getContext()));
206 coreGroup->addChild(new glcts::ShaderStorageBufferObjectTests(getContext()));
207 coreGroup->addChild(new glcts::ComputeShaderTests(getContext()));
208 coreGroup->addChild(new glcts::ShaderImageLoadStoreTests(getContext()));
209 coreGroup->addChild(new glcts::ShaderImageSizeTests(getContext()));
210 coreGroup->addChild(new glcts::DrawIndirectTestsES31(getContext()));
211 coreGroup->addChild(new glcts::ExplicitUniformLocationES31Tests(getContext()));
212 coreGroup->addChild(new glcts::ProgramInterfaceQueryTests(getContext()));
213 coreGroup->addChild(new glcts::FramebufferNoAttachmentsTests(getContext()));
214 coreGroup->addChild(new glcts::ArrayOfArraysTestGroup(getContext()));
215 coreGroup->addChild(new glcts::PolygonOffsetClamp(getContext()));
216 coreGroup->addChild(new glcts::ShaderGroupVote(getContext()));
217 coreGroup->addChild(new glcts::InternalformatTests(getContext()));
218 coreGroup->addChild(new glcts::NearestEdgeCases(getContext()));
219 coreGroup->addChild(new glcts::FramebufferCompletenessTests(getContext()));
220 coreGroup->addChild(new glcts::CompressedFormatTests(getContext()));
223 coreGroup->addChild(new glcts::GeometryShaderTests(getContext(), extParams));
224 coreGroup->addChild(new glcts::GPUShader5Tests(getContext(), extParams));
225 coreGroup->addChild(new glcts::TessellationShaderTests(getContext(), extParams));
226 coreGroup->addChild(new glcts::TextureCubeMapArrayTests(getContext(), extParams));
227 coreGroup->addChild(new glcts::TextureBorderClampTests(getContext(), extParams));
228 coreGroup->addChild(new glcts::TextureBufferTests(getContext(), extParams));
229 coreGroup->addChild(new glcts::DrawBuffersIndexedTests(getContext(), extParams));
230 coreGroup->addChild(new glcts::ViewportArrayTests(getContext(), extParams));
231 coreGroup->addChild(new glcts::PixelStorageModesTests(getContext(), glu::GLSL_VERSION_310_ES));
235 addChild(new ShaderTests(getContext()));