Lines Matching refs:extParams
131 glcts::ExtParameters extParams(glu::GLSL_VERSION_310_ES, glcts::EXTENSIONTYPE_EXT);
134 extParams.glslVersion = glu::GLSL_VERSION_320_ES;
135 extParams.extType = glcts::EXTENSIONTYPE_NONE;
138 addChild(new glcts::GeometryShaderTests(getContext(), extParams));
139 addChild(new glcts::GPUShader5Tests(getContext(), extParams));
140 addChild(new glcts::TessellationShaderTests(getContext(), extParams));
141 addChild(new glcts::TextureCubeMapArrayTests(getContext(), extParams));
142 addChild(new glcts::TextureBorderClampTests(getContext(), extParams));
143 addChild(new glcts::TextureBufferTests(getContext(), extParams));
144 addChild(new glcts::DrawElementsBaseVertexTests(getContext(), extParams));
150 addChild(new glcts::FragmentShadingRateTests(getContext(), extParams));