Searched defs:out_id (Results 1 – 1 of 1) sorted by relevance
/aosp14/frameworks/base/rs/java/android/renderscript/ |
H A D | Script.java | 202 long out_id = 0; in forEach() local 224 mRS.nScriptForEach(getID(mRS), slot, in_ids, out_id, params, limits); in forEach() local 267 long out_id = 0; in forEach() local 289 mRS.nScriptForEach(getID(mRS), slot, in_ids, out_id, params, limits); in forEach() local 314 long out_id = aout.getID(mRS); in reduce() local 328 mRS.nScriptReduce(getID(mRS), slot, in_ids, out_id, limits); in reduce() local
|