diff options
| author | Tim Murray <timmurray@google.com> | 2013-02-07 12:17:03 -0800 |
|---|---|---|
| committer | Tim Murray <timmurray@google.com> | 2013-02-07 14:30:53 -0800 |
| commit | d4ecb17adc9b099351f2ca1779a74f5283f20a3d (patch) | |
| tree | bd0613c17fc9950b7e6389475bc736c7d68f4988 /cpp/Script.cpp | |
| parent | 815e7fa700882349dd4d5f97ba962d4de5476fb7 (diff) | |
Add API entry points for clipped kernels and fix Z-dimension clipping.
Change-Id: I43074cb8556d9b28d3e549930f5ac68387f8d823
Diffstat (limited to 'cpp/Script.cpp')
| -rw-r--r-- | cpp/Script.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/cpp/Script.cpp b/cpp/Script.cpp index 09d541d3..0f87adbc 100644 --- a/cpp/Script.cpp +++ b/cpp/Script.cpp @@ -33,7 +33,7 @@ void Script::forEach(uint32_t slot, sp<const Allocation> ain, sp<const Allocatio } void *in_id = BaseObj::getObjID(ain); void *out_id = BaseObj::getObjID(aout); - rsScriptForEach(mRS->getContext(), getID(), slot, in_id, out_id, usr, usrLen); + rsScriptForEach(mRS->getContext(), getID(), slot, in_id, out_id, usr, usrLen, NULL, 0); } |
