Lines Matching refs:glcts

178 		addChild(new glcts::AggressiveShaderOptimizationsTests(m_context));
179 addChild(new glcts::LayoutLocationTests(m_context));
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));
197 coreGroup->addChild(new glcts::SeparateShaderObjsTests(getContext(), glu::GLSL_VERSION_310_ES));
198 coreGroup->addChild(new glcts::ShaderBitfieldOperationTests(getContext(), glu::GLSL_VERSION_310_ES));
200 coreGroup->addChild(new glcts::LayoutBindingTests(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()));
222 glcts::ExtParameters extParams(glu::GLSL_VERSION_310_ES, glcts::EXTENSIONTYPE_OES);
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));