Home
last modified time | relevance | path

Searched refs:out_id (Results 1 – 4 of 4) sorted by relevance

/frameworks/rs/support/java/src/androidx/renderscript/
DScript.java256 long out_id = 0; in forEach() local
261 out_id = aout.getID(mRS); in forEach()
274 mRS.nScriptForEach(getID(mRS), slot, in_id, out_id, params, mUseIncSupp); in forEach() local
298 long out_id = 0; in forEach() local
303 out_id = aout.getID(mRS); in forEach()
315 …mRS.nScriptForEachClipped(getID(mRS), slot, in_id, out_id, params, sc.xstart, sc.xend, sc.ystart, … in forEach() local
365 long out_id = 0; in forEach() local
367 out_id = aout.getID(mRS); in forEach()
387 mRS.nScriptForEach(getID(mRS), slot, in_ids, out_id, params, limits); in forEach() local
413 long out_id = aout.getID(mRS); in reduce() local
[all …]
/frameworks/base/rs/java/android/renderscript/
DScript.java202 long out_id = 0; in forEach() local
204 out_id = aout.getID(mRS); in forEach()
224 mRS.nScriptForEach(getID(mRS), slot, in_ids, out_id, params, limits); in forEach() local
267 long out_id = 0; in forEach() local
269 out_id = aout.getID(mRS); in forEach()
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
/frameworks/rs/cpp/
DScript.cpp34 void *out_id = BaseObj::getObjID(aout); in forEach() local
35 …tryDispatch(mRS, RS::dispatch->ScriptForEach(mRS->getContext(), getID(), slot, in_id, out_id, usr,… in forEach()
/frameworks/native/libs/nativewindow/rust/src/
Dlib.rs147 let mut out_id = 0; in id() localVariable
152 let status = unsafe { ffi::AHardwareBuffer_getId(self.0.as_ptr(), &mut out_id) }; in id()
155 out_id in id()