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
357 std::string getHumanReadablePropertyString (glw::GLint propVal) const;
367 std::string TypeValidator::getHumanReadablePropertyString (glw::GLint propVal) const in getHumanReadablePropertyString() function in deqp::gles31::Functional::__anoncbcbeee00111::TypeValidator
637 std::string getHumanReadablePropertyString (glw::GLint propVal) const;
646 std::string IsRowMajorValidator::getHumanReadablePropertyString (glw::GLint propVal) const in getHumanReadablePropertyString() function in deqp::gles31::Functional::__anoncbcbeee00111::IsRowMajorValidator
1135 std::string getHumanReadablePropertyString (glw::GLint propVal) const;
1151 std::string VariableReferencedByShaderValidator::getHumanReadablePropertyString (glw::GLint propVal… in getHumanReadablePropertyString() function in deqp::gles31::Functional::__anoncbcbeee00111::VariableReferencedByShaderValidator
1260 std::string getHumanReadablePropertyString (glw::GLint propVal) const;
1276 std::string BlockReferencedByShaderValidator::getHumanReadablePropertyString (glw::GLint propVal) c… in getHumanReadablePropertyString() function in deqp::gles31::Functional::__anoncbcbeee00111::BlockReferencedByShaderValidator
1639 std::string getHumanReadablePropertyString (glw::GLint propVal) const;
1649 std::string PerPatchValidator::getHumanReadablePropertyString (glw::GLint propVal) const in getHumanReadablePropertyString() function in deqp::gles31::Functional::__anoncbcbeee00111::PerPatchValidator
2071 …ropertyName(props[propNdx]) << ":\t" << validators[propNdx]->getHumanReadablePropertyString(propVa… in queryAndValidateProps()