Lines Matching refs:extParams
126 glcts::ExtParameters extParams(glu::GLSL_VERSION_400, glcts::EXTENSIONTYPE_NONE); in init() local
127 addChild(new glcts::DrawElementsBaseVertexTests(getContext(), extParams)); in init()
167 glcts::ExtParameters extParams(glu::GLSL_VERSION_410, glcts::EXTENSIONTYPE_NONE); in init() local
168 addChild(new glcts::ViewportArrayTests(getContext(), extParams)); in init()
319 glcts::ExtParameters extParams(glu::GLSL_VERSION_440, glcts::EXTENSIONTYPE_NONE); in init() local
320 addChild(new glcts::GeometryShaderTests(getContext(), extParams)); in init()
321 addChild(new glcts::GPUShader5Tests(getContext(), extParams)); in init()
322 addChild(new glcts::TessellationShaderTests(getContext(), extParams)); in init()
323 addChild(new glcts::TextureCubeMapArrayTests(getContext(), extParams)); in init()
324 addChild(new glcts::TextureBorderClampTests(getContext(), extParams)); in init()
325 addChild(new glcts::TextureBufferTests(getContext(), extParams)); in init()