Lines Matching refs:string
139 std::string testDesc;
365 std::string testDesc;
1824 BuiltinGlFragCoordXYZCase (TestContext& testCtx, const string& name);
1835 BuiltinGlFragCoordXYZCase::BuiltinGlFragCoordXYZCase (TestContext& testCtx, const string& name)
1949 BuiltinGlFragCoordWCase (TestContext& testCtx, const string& name);
1960 BuiltinGlFragCoordWCase::BuiltinGlFragCoordWCase (TestContext& testCtx, const string& name)
2120 BuiltinGlPointCoordCase (TestContext& testCtx, const string& name, int testVariant);
2132 BuiltinGlPointCoordCase::BuiltinGlPointCoordCase (TestContext& testCtx, const string& name, int testVariant)
2218 string shaderInputTypeToString (ShaderInputTypes type)
2220 string typeString = "input";
2364 BuiltinInputVariationsCase (TestContext& testCtx, const string& name, const ShaderInputTypes shaderInputTypes);
2376 BuiltinInputVariationsCase::BuiltinInputVariationsCase (TestContext& testCtx, const string& name, ShaderInputTypes shaderInputTypes)
2388 map<string, string> vertexParams;
2389 map<string, string> fragmentParams;
2511 fragCoordMsaaInputGroup->addChild(new BuiltinFragCoordMsaaTestCase(testCtx, (std::string(fragCoordMsaaCaseList[caseNdx].name) + "_no_sample_shading").c_str(), fragCoordMsaaCaseList[caseNdx].sampleCount, false, sampleMaskArray, false, false));
2517 fragCoordMsaaInputGroup->addChild(new BuiltinFragCoordMsaaTestCase(testCtx, (std::string(fragCoordMsaaCaseList[caseNdx].name) + "_no_sample_shading_centroid_interpolation").c_str(), fragCoordMsaaCaseList[caseNdx].sampleCount, false, sampleMaskArray, true, false));
2549 std::string name;
2564 std::string name;