Lines Matching defs:description

153 	std::string						description;
401 texGen.description = glu::getTextureTargetStr(target).toString() + ", initial values";
418 texGen.description = glu::getTextureTargetStr(target).toString() + ", low sample count";
439 texGen.description = glu::getTextureTargetStr(target).toString() + ", high sample count";
460 texGen.description = glu::getTextureTargetStr(target).toString() + ", fixed sample positions";
484 texGen.description = glu::getTextureTargetStr(target).toString() + ", whole buffer";
508 texGen.description = glu::getTextureTargetStr(target).toString() + ", partial buffer";
534 texGen.description = glu::getTextureTargetStr(target).toString() + ", immutable";
554 texGen.description = glu::getTextureTargetStr(target).toString() + ", mutable";
574 texGen.description = glu::getTextureTargetStr(target).toString() + ", mip level 3";
615 texGen.description = glu::getTextureTargetStr(target).toString() + ", initial values";
634 texGen.description = glu::getTextureTargetStr(target).toString() + ", internal format " + glu::getTextureFormatName(internalFormats[internalFormatNdx]);
663 texGen.description = glu::getTextureTargetStr(target).toString() + ", internal format GL_RGBA8, mip level 3";
687 texGen.description = glu::getTextureTargetStr(target).toString() + ", initial values";
701 texGen.description = glu::getTextureTargetStr(target).toString() + ", compressed";
726 texGen.description = glu::getTextureTargetStr(target).toString() + ", initial values";
952 const tcu::ScopedLogSection section(m_testCtx.getLog(), "Iteration", std::string() + "Iteration " + de::toString(m_iteration+1) + "/" + de::toString((int)m_iterations.size()) + " - " + spec.description);