Lines Matching refs:testDesc
139 std::string testDesc;
151 testDesc = "gl_FrontFacing " + getPrimitiveTopologyShortName(m_topology) + " ";
193 testDesc += "passed";
194 return tcu::TestStatus::pass(testDesc.c_str());
198 testDesc += "failed";
199 return tcu::TestStatus::fail(testDesc.c_str());
365 std::string testDesc;
955 testDesc = "gl_FragDepth " + getPrimitiveTopologyShortName(m_topology) + " ";
958 testDesc += "passed";
959 return tcu::TestStatus::pass(testDesc.c_str());
964 testDesc += "failed";
965 return tcu::TestStatus::fail(testDesc.c_str());