/frameworks/rs/cpu_ref/ |
rsCpuIntrinsic.cpp | 111 const Allocation ** ains, 123 preLaunch(slot, ains[0], aout, usr, usrLen, sc); 125 forEachMtlsSetup(ains, inLen, aout, usr, usrLen, sc, &mtls); 133 mCtx->launchThreads(ains, inLen, aout, sc, &mtls); 136 postLaunch(slot, ains[0], aout, usr, usrLen, sc);
|
rsCpuCore.h | 116 const Allocation ** ains; member in struct:android::renderscript::__anon39022 144 void launchThreads(const Allocation** ains, uint32_t inLen, Allocation* aout,
|
rsCpuScript.h | 81 const Allocation** ains, 107 void forEachMtlsSetup(const Allocation ** ains, uint32_t inLen,
|
rsCpuScript.cpp | 904 void RsdCpuScriptImpl::forEachMtlsSetup(const Allocation ** ains, uint32_t inLen, 913 if (ains != NULL) { 915 const Allocation* ain = ains[index]; 929 if (ains != NULL) { 930 const Allocation *ain0 = ains[0]; 938 if (!ain0->hasSameDims(ains[Index])) { 958 if (ains != NULL && aout != NULL) { 959 if (!ains[0]->hasSameDims(aout)) { [all...] |
rsd_cpu.h | 80 const Allocation** ains,
|
rsCpuCore.cpp | 482 void RsdCpuReferenceImpl::launchThreads(const Allocation** ains, uint32_t inLen, Allocation* aout,
|
/frameworks/base/rs/java/android/renderscript/ |
Script.java | 190 protected void forEach(int slot, Allocation[] ains, Allocation aout, FieldPacker v) { 191 forEach(slot, ains, aout, v, new LaunchOptions()); 199 protected void forEach(int slot, Allocation[] ains, Allocation aout, FieldPacker v, LaunchOptions sc) { 202 for (Allocation ain : ains) { 207 if (ains == null && aout == null) { 213 forEach(slot, ains, aout, v); 217 long[] in_ids = new long[ains.length]; 218 for (int index = 0; index < ains.length; ++index) { 219 in_ids[index] = ains[index].getID(mRS);
|
RenderScript.java | 639 native void rsnScriptForEachMultiClipped(long con, long id, int slot, long[] ains, long aout, byte[] params, 642 native void rsnScriptForEachMultiClipped(long con, long id, int slot, long[] ains, long aout, 646 synchronized void nScriptForEachMultiClipped(long id, int slot, long[] ains, long aout, byte[] params, 650 rsnScriptForEachMultiClipped(mContext, id, slot, ains, aout, xstart, xend, ystart, yend, zstart, zend); 652 rsnScriptForEachMultiClipped(mContext, id, slot, ains, aout, params, xstart, xend, ystart, yend, zstart, zend); [all...] |
/frameworks/rs/ |
rsScriptIntrinsic.cpp | 72 const Allocation** ains, 79 rsc->mHal.funcs.script.invokeForEachMulti(rsc, this, slot, ains, inLen, aout, usr, usrBytes, sc);
|
rsScriptIntrinsic.h | 53 const Allocation** ains,
|
rsScriptC.h | 55 const Allocation ** ains,
|
rsScript.h | 121 const Allocation** ains,
|
rsScript.cpp | 222 Allocation **ains = (Allocation**)(vains); local 225 const_cast<const Allocation **>(ains), inLen,
|
rsScriptC.cpp | 189 const Allocation ** ains, 213 rsc->mHal.funcs.script.invokeForEachMulti(rsc, this, slot, ains, inLen, aout, usr, usrBytes, sc);
|
rs.spec | 301 param RsAllocation * ains
|
rs_hal.h | 155 const Allocation ** ains,
|
/frameworks/rs/driver/ |
rsdBcc.cpp | 83 const Allocation ** ains, 91 cs->invokeForEachMulti(slot, ains, inLen, aout, usr, usrLen, sc);
|
rsdBcc.h | 49 const android::renderscript::Allocation ** ains,
|
/frameworks/base/rs/jni/ |
android_renderscript_RenderScript.cpp | [all...] |
/packages/apps/LegacyCamera/res/values-lv/ |
strings.xml | 75 <string name="pref_camera_whitebalance_entry_cloudy" msgid="3531996716997959326">"M?ko?ains"</string>
|
/packages/apps/Camera/res/values-lv/ |
strings.xml | 76 <string name="pref_camera_whitebalance_entry_cloudy" msgid="3531996716997959326">"M?ko?ains"</string>
|
/packages/apps/Camera2/res/values-lv/ |
strings.xml | 116 <string name="pref_camera_whitebalance_entry_cloudy" msgid="3569589102226796875">"M?ko?ains"</string> 121 <string name="pref_camera_whitebalance_label_cloudy" msgid="4880793739075193336">"M?KO?AINS"</string> [all...] |
/packages/apps/Gallery2/res/values-lv/ |
strings.xml | 287 <string name="pref_camera_whitebalance_entry_cloudy" msgid="3531996716997959326">"M?ko?ains"</string> 292 <string name="pref_camera_whitebalance_label_cloudy" msgid="8230173517179285320">"M?KO?AINS"</string> [all...] |
/prebuilts/sdk/renderscript/lib/arm/ |
libRSSupport.so | |
/prebuilts/sdk/renderscript/lib/mips/ |
libRSSupport.so | |