Searched defs:MakeInt (Results 1 – 2 of 2) sorted by relevance
54 static std::unique_ptr<Literal> MakeInt(const Context& context, Position pos, SKSL_INT value) { in MakeInt() function59 static std::unique_ptr<Literal> MakeInt(Position pos, SKSL_INT value, const Type* type) { in MakeInt() function
42 static std::unique_ptr<Literal> MakeInt(const Context& context, int line, SKSL_INT value) { in MakeInt() function47 static std::unique_ptr<Literal> MakeInt(int line, SKSL_INT value, const Type* type) { in MakeInt() function