summaryrefslogtreecommitdiff
path: root/rs/java/android/renderscript/ProgramFragmentFixedFunction.java
diff options
context:
space:
mode:
authorAl Sutton <alsutton@google.com>2019-07-24 21:27:44 +0100
committerAl Sutton <alsutton@google.com>2019-08-01 17:07:46 +0100
commit3c072e6fe6db9650f0a160647e8c90ab0db42fea (patch)
tree08e9a20cb7f5219e3899ad20b8b2e4b024f087f4 /rs/java/android/renderscript/ProgramFragmentFixedFunction.java
parentf128bcc47f5bbda87c97160e2294ca6c3c82f33d (diff)
Support varargs for concatElements
concatElements currently can only support two arrays, this CL changes it to use varargs so we can make use of it in an upcomming change which needs a three way merge. I've replaced the two way method with the varargs version, but I'm open to discussion around keeping them both if the optimisations we can do for a two way merge are seen as more valuable than the space saving from having only one concatElements method. Bug: 28437818 Test: atest ArrayUtilsTest Change-Id: I634d279ceef7cd620efaf5a2c566e3ebadf6738e
Diffstat (limited to 'rs/java/android/renderscript/ProgramFragmentFixedFunction.java')
0 files changed, 0 insertions, 0 deletions