Searched defs:FunctionSpec (Results 1 – 4 of 4) sorted by relevance
1633 struct FunctionSpec struct1635 std::string name;1636 DerivateFunc function;1637 glu::DataType dataType;1638 glu::Precision precision;1640 …FunctionSpec(const std::string &name_, DerivateFunc function_, glu::DataType dataType_, glu::Preci… in FunctionSpec() function
1673 struct FunctionSpec struct1675 std::string name;1676 DerivateFunc function;1677 glu::DataType dataType;1678 glu::Precision precision;1680 …FunctionSpec(const std::string &name_, DerivateFunc function_, glu::DataType dataType_, glu::Preci… in FunctionSpec() argument
210 message FunctionSpec { message
41 class FunctionSpec(object): class