• Home
  • Raw
  • Download

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::__anon253df6ff0111::PropValidator
360 std::string getHumanReadablePropertyString (glw::GLint propVal) const;
370 std::string TypeValidator::getHumanReadablePropertyString (glw::GLint propVal) const in getHumanReadablePropertyString() function in deqp::gles31::Functional::__anon253df6ff0111::TypeValidator
640 std::string getHumanReadablePropertyString (glw::GLint propVal) const;
649 std::string IsRowMajorValidator::getHumanReadablePropertyString (glw::GLint propVal) const in getHumanReadablePropertyString() function in deqp::gles31::Functional::__anon253df6ff0111::IsRowMajorValidator
1138 std::string getHumanReadablePropertyString (glw::GLint propVal) const;
1154 std::string VariableReferencedByShaderValidator::getHumanReadablePropertyString (glw::GLint propVal… in getHumanReadablePropertyString() function in deqp::gles31::Functional::__anon253df6ff0111::VariableReferencedByShaderValidator
1263 std::string getHumanReadablePropertyString (glw::GLint propVal) const;
1279 std::string BlockReferencedByShaderValidator::getHumanReadablePropertyString (glw::GLint propVal) c… in getHumanReadablePropertyString() function in deqp::gles31::Functional::__anon253df6ff0111::BlockReferencedByShaderValidator
1642 std::string getHumanReadablePropertyString (glw::GLint propVal) const;
1652 std::string PerPatchValidator::getHumanReadablePropertyString (glw::GLint propVal) const in getHumanReadablePropertyString() function in deqp::gles31::Functional::__anon253df6ff0111::PerPatchValidator
2074 …ropertyName(props[propNdx]) << ":\t" << validators[propNdx]->getHumanReadablePropertyString(propVa… in queryAndValidateProps()