HomeSort by relevance Sort by last modified time
    Searched refs:ain (Results 1 - 18 of 18) sorted by null

  /frameworks/rs/tests/
compute.cpp 34 sp<Allocation> ain = Allocation::createTyped(rs, t); local
36 printf("Allocation %p %p\n", ain.get(), aout.get());
45 //ain->copy1DRangeFrom(0, 128*128, (int32_t *)buf, 128*128*4);
46 ain->copy1DRangeFromUnchecked(0, t->getCount(), buf, t->getCount()*4);
50 sc->forEach_root(ain, aout);
ScriptC_mono.h 54 void forEach_root(android::sp<const android::renderscriptCpp::Allocation> ain, android::sp<const android::renderscriptCpp::Allocation> aout) const;
ScriptC_mono.cpp 114 void ScriptC_mono::forEach_root(android::sp<const android::renderscriptCpp::Allocation> ain, android::sp<const android::renderscriptCpp::Allocation> aout) const {
115 forEach(0, ain, aout, NULL, 0);
  /frameworks/rs/cpp/
Script.cpp 35 void Script::forEach(uint32_t slot, sp<const Allocation> ain, sp<const Allocation> aout,
37 if ((ain == NULL) && (aout == NULL)) {
38 mRS->throwError("At least one of ain or aout is required to be non-null.");
40 void *in_id = BaseObj::getObjID(ain);
  /frameworks/base/graphics/java/android/renderscript/
Script.java 50 * @param ain
54 protected void forEach(int slot, Allocation ain, Allocation aout, FieldPacker v) {
55 if (ain == null && aout == null) {
57 "At least one of ain or aout is required to be non-null.");
60 if (ain != null) {
61 in_id = ain.getID(mRS);
RenderScript.java 504 native void rsnScriptForEach(int con, int id, int slot, int ain, int aout, byte[] params);
505 native void rsnScriptForEach(int con, int id, int slot, int ain, int aout);
506 synchronized void nScriptForEach(int id, int slot, int ain, int aout, byte[] params) {
509 rsnScriptForEach(mContext, id, slot, ain, aout);
511 rsnScriptForEach(mContext, id, slot, ain, aout, params);
    [all...]
  /frameworks/rs/driver/
rsdBcc.cpp 218 const Allocation * ain; member in struct:__anon17363
310 const Allocation * ain,
328 if (ain) {
329 mtls.dimX = ain->getType()->getDimX();
330 mtls.dimY = ain->getType()->getDimY();
331 mtls.dimZ = ain->getType()->getDimZ();
332 //mtls.dimArray = ain->getType()->getDimArray();
370 rsAssert(!ain || (ain->getType()->getDimZ() == 0));
376 mtls.ain = ain
    [all...]
rsdBcc.h 36 const android::renderscript::Allocation * ain,
  /frameworks/rs/
rsScript.h 80 const Allocation * ain,
rsScriptC.h 51 const Allocation * ain,
rsScriptC.cpp 132 const Allocation * ain,
142 rsc->mHal.funcs.script.invokeForEach(rsc, this, slot, ain, aout, usr, usrBytes, sc);
rs.spec 292 param RsAllocation ain
rs_hal.h 90 const Allocation * ain,
  /external/webkit/LayoutTests/fast/dom/HTMLAnchorElement/script-tests/
set-href-attribute-hash.js 23 a.href = "https://www.my\"d(){}|~om?ain#com/path/testurl.html#middle";
25 shouldBe("a.href", "'https://www.my\"d(){}|~om?ain#com/path/testurl.html#middle'");
set-href-attribute-host.js 74 a.host = "www.other\dom/ain.com";
75 shouldBe("a.href", "'https://www.otherdom/ain.com/path/'");
  /frameworks/base/graphics/jni/
android_renderscript_RenderScript.cpp     [all...]
  /prebuilts/sdk/14/
android.jar 
  /prebuilts/sdk/current/
android.jar 

Completed in 94 milliseconds