Searched refs:MakeConstantValueForVariable (Results 1 – 6 of 6) sorted by relevance
28 arg = ConstantFolder::MakeConstantValueForVariable(std::move(arg)); in Make()
79 arg = ConstantFolder::MakeConstantValueForVariable(std::move(arg)); in Make()
86 arg = ConstantFolder::MakeConstantValueForVariable(std::move(arg)); in Make()
95 arg = ConstantFolder::MakeConstantValueForVariable(std::move(arg)); in Make()
50 static std::unique_ptr<Expression> MakeConstantValueForVariable(
236 std::unique_ptr<Expression> ConstantFolder::MakeConstantValueForVariable( in MakeConstantValueForVariable() function in SkSL::ConstantFolder