Searched defs:FunctionSpec (Results 1 – 4 of 4) sorted by relevance
1563 struct FunctionSpec struct1565 std::string name;1566 DerivateFunc function;1567 glu::DataType dataType;1568 glu::Precision precision;1570 …FunctionSpec (const std::string& name_, DerivateFunc function_, glu::DataType dataType_, glu::Prec… in FunctionSpec() function
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
210 message FunctionSpec { message
41 class FunctionSpec(object): class