Home
last modified time | relevance | path

Searched defs:MakeInt (Results 1 – 2 of 2) sorted by relevance

/third_party/skia/m133/src/sksl/ir/
DSkSLLiteral.h54 static std::unique_ptr<Literal> MakeInt(const Context& context, Position pos, SKSL_INT value) { in MakeInt() function
59 static std::unique_ptr<Literal> MakeInt(Position pos, SKSL_INT value, const Type* type) { in MakeInt() function
/third_party/skia/src/sksl/ir/
DSkSLLiteral.h42 static std::unique_ptr<Literal> MakeInt(const Context& context, int line, SKSL_INT value) { in MakeInt() function
47 static std::unique_ptr<Literal> MakeInt(int line, SKSL_INT value, const Type* type) { in MakeInt() function