• Home
  • Raw
  • Download

Lines Matching refs:propVal

172 	virtual std::string				getHumanReadablePropertyString	(glw::GLint propVal) const;
199 std::string PropValidator::getHumanReadablePropertyString (glw::GLint propVal) const in getHumanReadablePropertyString()
201 return de::toString(propVal); in getHumanReadablePropertyString()
359 std::string getHumanReadablePropertyString (glw::GLint propVal) const;
369 std::string TypeValidator::getHumanReadablePropertyString (glw::GLint propVal) const in getHumanReadablePropertyString()
371 return de::toString(glu::getShaderVarTypeStr(propVal)); in getHumanReadablePropertyString()
639 std::string getHumanReadablePropertyString (glw::GLint propVal) const;
648 std::string IsRowMajorValidator::getHumanReadablePropertyString (glw::GLint propVal) const in getHumanReadablePropertyString()
650 return de::toString(glu::getBooleanStr(propVal)); in getHumanReadablePropertyString()
1137 std::string getHumanReadablePropertyString (glw::GLint propVal) const;
1153 std::string VariableReferencedByShaderValidator::getHumanReadablePropertyString (glw::GLint propVal in getHumanReadablePropertyString()
1155 return de::toString(glu::getBooleanStr(propVal)); in getHumanReadablePropertyString()
1262 std::string getHumanReadablePropertyString (glw::GLint propVal) const;
1278 std::string BlockReferencedByShaderValidator::getHumanReadablePropertyString (glw::GLint propVal) c… in getHumanReadablePropertyString()
1280 return de::toString(glu::getBooleanStr(propVal)); in getHumanReadablePropertyString()
1641 std::string getHumanReadablePropertyString (glw::GLint propVal) const;
1651 std::string PerPatchValidator::getHumanReadablePropertyString (glw::GLint propVal) const in getHumanReadablePropertyString()
1653 return de::toString(glu::getBooleanStr(propVal)); in getHumanReadablePropertyString()