Searched defs:FunctionSpec (Results 1 – 4 of 4) sorted by relevance
139 message FunctionSpec { message
1544 struct FunctionSpec struct1546 std::string name;1547 DerivateFunc function;1548 glu::DataType dataType;1549 glu::Precision precision;1551 …FunctionSpec (const std::string& name_, DerivateFunc function_, glu::DataType dataType_, glu::Prec… in FunctionSpec() argument
1554 struct FunctionSpec struct1556 std::string name;1557 DerivateFunc function;1558 glu::DataType dataType;1559 glu::Precision precision;1561 …FunctionSpec (const std::string& name_, DerivateFunc function_, glu::DataType dataType_, glu::Prec… in FunctionSpec() function
939 class FunctionSpec(object): class