Lines Matching refs:getHumanReadablePropertyString

172 	virtual std::string				getHumanReadablePropertyString	(glw::GLint propVal) const;
199 std::string PropValidator::getHumanReadablePropertyString (glw::GLint propVal) const in getHumanReadablePropertyString() function in deqp::gles31::Functional::__anoncbcbeee00111::PropValidator
359 std::string getHumanReadablePropertyString (glw::GLint propVal) const;
369 std::string TypeValidator::getHumanReadablePropertyString (glw::GLint propVal) const in getHumanReadablePropertyString() function in deqp::gles31::Functional::__anoncbcbeee00111::TypeValidator
639 std::string getHumanReadablePropertyString (glw::GLint propVal) const;
648 std::string IsRowMajorValidator::getHumanReadablePropertyString (glw::GLint propVal) const in getHumanReadablePropertyString() function in deqp::gles31::Functional::__anoncbcbeee00111::IsRowMajorValidator
1137 std::string getHumanReadablePropertyString (glw::GLint propVal) const;
1153 std::string VariableReferencedByShaderValidator::getHumanReadablePropertyString (glw::GLint propVal… in getHumanReadablePropertyString() function in deqp::gles31::Functional::__anoncbcbeee00111::VariableReferencedByShaderValidator
1262 std::string getHumanReadablePropertyString (glw::GLint propVal) const;
1278 std::string BlockReferencedByShaderValidator::getHumanReadablePropertyString (glw::GLint propVal) c… in getHumanReadablePropertyString() function in deqp::gles31::Functional::__anoncbcbeee00111::BlockReferencedByShaderValidator
1641 std::string getHumanReadablePropertyString (glw::GLint propVal) const;
1651 std::string PerPatchValidator::getHumanReadablePropertyString (glw::GLint propVal) const in getHumanReadablePropertyString() function in deqp::gles31::Functional::__anoncbcbeee00111::PerPatchValidator
2073 …ropertyName(props[propNdx]) << ":\t" << validators[propNdx]->getHumanReadablePropertyString(propVa… in queryAndValidateProps()