Lines Matching refs:glcts
131 glcts::ExtParameters extParams(glu::GLSL_VERSION_310_ES, glcts::EXTENSIONTYPE_EXT);
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));
145 glcts::ExtParameters viewportParams(glu::GLSL_VERSION_310_ES, glcts::EXTENSIONTYPE_OES);
146 addChild(new glcts::ViewportArrayTests(getContext(), viewportParams));
148 glcts::ExtParameters viewportParams2(glu::GLSL_VERSION_100_ES, glcts::EXTENSIONTYPE_OES);
149 addChild(new glcts::DisjointTimerQueryTests(getContext(), viewportParams2));
150 addChild(new glcts::FragmentShadingRateTests(getContext(), extParams));