Lines Matching refs:extParams
125 glcts::ExtParameters extParams(glu::GLSL_VERSION_400, glcts::EXTENSIONTYPE_NONE); in init() local
126 addChild(new glcts::DrawElementsBaseVertexTests(getContext(), extParams)); in init()
166 glcts::ExtParameters extParams(glu::GLSL_VERSION_410, glcts::EXTENSIONTYPE_NONE); in init() local
167 addChild(new glcts::ViewportArrayTests(getContext(), extParams)); in init()
365 glcts::ExtParameters extParams(glu::GLSL_VERSION_440, glcts::EXTENSIONTYPE_NONE); in init() local
366 addChild(new glcts::GeometryShaderTests(getContext(), extParams)); in init()
367 addChild(new glcts::GPUShader5Tests(getContext(), extParams)); in init()
368 addChild(new glcts::TessellationShaderTests(getContext(), extParams)); in init()
369 addChild(new glcts::TextureCubeMapArrayTests(getContext(), extParams)); in init()
370 addChild(new glcts::TextureBorderClampTests(getContext(), extParams)); in init()
371 addChild(new glcts::TextureBufferTests(getContext(), extParams)); in init()