Lines Matching refs:glcts
125 glcts::ExtParameters extParams(glu::GLSL_VERSION_400, glcts::EXTENSIONTYPE_NONE);
126 addChild(new glcts::DrawElementsBaseVertexTests(getContext(), extParams));
127 addChild(new glcts::InternalformatTests(getContext()));
130 addChild(new glcts::DrawIndirectTestsGL40(getContext()));
135 addChild(new glcts::ExposedExtensionsTests(getContext()));
166 glcts::ExtParameters extParams(glu::GLSL_VERSION_410, glcts::EXTENSIONTYPE_NONE);
167 addChild(new glcts::ViewportArrayTests(getContext(), extParams));
295 addChild(new glcts::DrawIndirectTestsGL43(getContext()));
301 addChild(new glcts::ExplicitUniformLocationGLTests(getContext()));
302 addChild(new glcts::BlendEquationAdvancedTests(getContext(), glu::GLSL_VERSION_430));
303 addChild(new glcts::ShaderBitfieldOperationTests(getContext(), glu::GLSL_VERSION_430));
309 addChild(new glcts::ShaderConstExprTests(getContext()));
310 addChild(new glcts::AggressiveShaderOptimizationsTests(getContext()));
356 addChild(new glcts::LayoutBindingTests(getContext(), glu::GLSL_VERSION_440));
358 addChild(new glcts::SeparateShaderObjsTests(getContext(), glu::GLSL_VERSION_440));
359 addChild(new glcts::SampleShadingTests(getContext(), glu::GLSL_VERSION_440));
362 addChild(new glcts::ShaderTextureImageSamplesTests(getContext()));
363 addChild(new glcts::TextureFilterAnisotropicTests(getContext()));
365 glcts::ExtParameters extParams(glu::GLSL_VERSION_440, glcts::EXTENSIONTYPE_NONE);
366 addChild(new glcts::GeometryShaderTests(getContext(), extParams));
367 addChild(new glcts::GPUShader5Tests(getContext(), extParams));
368 addChild(new glcts::TessellationShaderTests(getContext(), extParams));
369 addChild(new glcts::TextureCubeMapArrayTests(getContext(), extParams));
370 addChild(new glcts::TextureBorderClampTests(getContext(), extParams));
371 addChild(new glcts::TextureBufferTests(getContext(), extParams));
424 addChild(new glcts::ParallelShaderCompileTests(getContext()));
433 addChild(new glcts::ShaderGroupVote(getContext()));
434 addChild(new glcts::PolygonOffsetClamp(getContext()));
435 addChild(new glcts::SeparableProgramsTransformFeedbackTests(getContext()));
436 addChild(new glcts::LayoutLocationTests(getContext()));