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()
360 std::string getHumanReadablePropertyString (glw::GLint propVal) const;
370 std::string TypeValidator::getHumanReadablePropertyString (glw::GLint propVal) const in getHumanReadablePropertyString()
372 return de::toString(glu::getShaderVarTypeStr(propVal)); in getHumanReadablePropertyString()
640 std::string getHumanReadablePropertyString (glw::GLint propVal) const;
649 std::string IsRowMajorValidator::getHumanReadablePropertyString (glw::GLint propVal) const in getHumanReadablePropertyString()
651 return de::toString(glu::getBooleanStr(propVal)); in getHumanReadablePropertyString()
1138 std::string getHumanReadablePropertyString (glw::GLint propVal) const;
1154 std::string VariableReferencedByShaderValidator::getHumanReadablePropertyString (glw::GLint propVal… in getHumanReadablePropertyString()
1156 return de::toString(glu::getBooleanStr(propVal)); in getHumanReadablePropertyString()
1263 std::string getHumanReadablePropertyString (glw::GLint propVal) const;
1279 std::string BlockReferencedByShaderValidator::getHumanReadablePropertyString (glw::GLint propVal) c… in getHumanReadablePropertyString()
1281 return de::toString(glu::getBooleanStr(propVal)); in getHumanReadablePropertyString()
1642 std::string getHumanReadablePropertyString (glw::GLint propVal) const;
1652 std::string PerPatchValidator::getHumanReadablePropertyString (glw::GLint propVal) const in getHumanReadablePropertyString()
1654 return de::toString(glu::getBooleanStr(propVal)); in getHumanReadablePropertyString()