Lines Matching refs:getHumanReadablePropertyString

173     virtual std::string getHumanReadablePropertyString(glw::GLint propVal) const;
201 std::string PropValidator::getHumanReadablePropertyString(glw::GLint propVal) const in getHumanReadablePropertyString() function in deqp::gles31::Functional::__anon6d07e0960111::PropValidator
378 std::string getHumanReadablePropertyString(glw::GLint propVal) const;
390 std::string TypeValidator::getHumanReadablePropertyString(glw::GLint propVal) const in getHumanReadablePropertyString() function in deqp::gles31::Functional::__anon6d07e0960111::TypeValidator
692 std::string getHumanReadablePropertyString(glw::GLint propVal) const;
702 std::string IsRowMajorValidator::getHumanReadablePropertyString(glw::GLint propVal) const in getHumanReadablePropertyString() function in deqp::gles31::Functional::__anon6d07e0960111::IsRowMajorValidator
1257 std::string getHumanReadablePropertyString(glw::GLint propVal) const;
1275 std::string VariableReferencedByShaderValidator::getHumanReadablePropertyString(glw::GLint propVal)… in getHumanReadablePropertyString() function in deqp::gles31::Functional::__anon6d07e0960111::VariableReferencedByShaderValidator
1403 std::string getHumanReadablePropertyString(glw::GLint propVal) const;
1421 std::string BlockReferencedByShaderValidator::getHumanReadablePropertyString(glw::GLint propVal) co… in getHumanReadablePropertyString() function in deqp::gles31::Functional::__anon6d07e0960111::BlockReferencedByShaderValidator
1841 std::string getHumanReadablePropertyString(glw::GLint propVal) const;
1854 std::string PerPatchValidator::getHumanReadablePropertyString(glw::GLint propVal) const in getHumanReadablePropertyString() function in deqp::gles31::Functional::__anon6d07e0960111::PerPatchValidator
2312 … << validators[propNdx]->getHumanReadablePropertyString(propValues[propNdx]) << "\n"; in queryAndValidateProps()