Searched defs:FunctionSpec (Results 1 – 4 of 4) sorted by relevance
1557 struct FunctionSpec struct1559 std::string name;1560 DerivateFunc function;1561 glu::DataType dataType;1562 glu::Precision precision;1564 …FunctionSpec (const std::string& name_, DerivateFunc function_, glu::DataType dataType_, glu::Prec… in FunctionSpec() argument
1562 struct FunctionSpec struct1564 std::string name;1565 DerivateFunc function;1566 glu::DataType dataType;1567 glu::Precision precision;1569 …FunctionSpec (const std::string& name_, DerivateFunc function_, glu::DataType dataType_, glu::Prec… in FunctionSpec() argument
173 message FunctionSpec { message
2354 class FunctionSpec(object): class