Searched refs:MakeLiteralType (Results 1 – 2 of 2) sorted by relevance
27 std::unique_ptr<Type> BuiltinTypes::MakeLiteralType(const char* name, in MakeLiteralType() function in SkSL::BuiltinTypes122 , fFloatLiteral(MakeLiteralType("$floatLiteral", *fFloat, /*priority=*/8)) in BuiltinTypes()123 , fIntLiteral(MakeLiteralType("$intLiteral", *fInt, /*priority=*/5)) in BuiltinTypes()
138 static std::unique_ptr<Type> MakeLiteralType(const char* name, const Type& scalarType,