• 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()
357 std::string getHumanReadablePropertyString (glw::GLint propVal) const;
367 std::string TypeValidator::getHumanReadablePropertyString (glw::GLint propVal) const in getHumanReadablePropertyString()
369 return de::toString(glu::getShaderVarTypeStr(propVal)); in getHumanReadablePropertyString()
637 std::string getHumanReadablePropertyString (glw::GLint propVal) const;
646 std::string IsRowMajorValidator::getHumanReadablePropertyString (glw::GLint propVal) const in getHumanReadablePropertyString()
648 return de::toString(glu::getBooleanStr(propVal)); in getHumanReadablePropertyString()
1135 std::string getHumanReadablePropertyString (glw::GLint propVal) const;
1151 std::string VariableReferencedByShaderValidator::getHumanReadablePropertyString (glw::GLint propVal in getHumanReadablePropertyString()
1153 return de::toString(glu::getBooleanStr(propVal)); in getHumanReadablePropertyString()
1260 std::string getHumanReadablePropertyString (glw::GLint propVal) const;
1276 std::string BlockReferencedByShaderValidator::getHumanReadablePropertyString (glw::GLint propVal) c… in getHumanReadablePropertyString()
1278 return de::toString(glu::getBooleanStr(propVal)); in getHumanReadablePropertyString()
1639 std::string getHumanReadablePropertyString (glw::GLint propVal) const;
1649 std::string PerPatchValidator::getHumanReadablePropertyString (glw::GLint propVal) const in getHumanReadablePropertyString()
1651 return de::toString(glu::getBooleanStr(propVal)); in getHumanReadablePropertyString()