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

  /frameworks/rs/tests/cppallocation/
compute.cpp 33 sp<Allocation> ain = Allocation::createTyped(rs, t); local
43 ain->copy1DRangeFrom(0, numElems, buf);
45 sc->forEach_multiply(ain, aout);
61 ain.clear();
  /frameworks/rs/tests/cppstrided/
compute.cpp 35 sp<Allocation> ain = Allocation::createTyped(rs, t); local
52 ain->copy2DStridedFrom(buf, stride * sizeof(uint32_t));
54 sc->forEach_multiply(ain, aout);
72 ain.clear();
  /frameworks/rs/java/tests/LatencyBenchmark/src/com/example/android/rs/computebench/
Benchmark.java 25 private Allocation ain; field in class:Benchmark
31 ain = Allocation.createSized(rs, Element.U32(mRS), 10000);
42 mScript.forEach_root(ain, aout);
49 mScript.set_in(ain);
  /frameworks/rs/tests/cppbasic/
compute.cpp 31 sp<Allocation> ain = Allocation::createTyped(rs, t); local
33 printf("Allocation %p %p\n", ain.get(), aout.get());
52 ain->copy1DRangeFrom(0, t->getCount(), buf);
55 sc->forEach_root(ain, aout);
  /frameworks/rs/tests/latency/
latency.cpp 70 sp<Allocation> ain = Allocation::createTyped(rs, t); local
80 sc->forEach_root(ain, aout);
94 ain->copy1DFrom(buf);
95 sc->forEach_root(ain, aout);
109 ain.clear();
  /frameworks/rs/cpu_ref/
rsCpuScriptGroup.cpp 139 Allocation *ain = NULL; local
152 ain = n->mInputs[ct3]->mAlloc.get();
153 //ALOGE(" link in %p", ain);
158 ain = mSG->mInputs[ct3]->mAlloc.get();
160 //ALOGE(" io in %p", ain);
182 (k->mHasKernelInput == (ain != NULL))) {
183 ins.add(ain);
rsCpuCore.h 58 const Allocation * ain; member in struct:android::renderscript::__anon33350
97 void launchThreads(const Allocation * ain, Allocation * aout,
  /frameworks/rs/
rsScriptGroup.cpp 297 Allocation *ain = NULL; local
302 ain = n->mInputs[ct3]->mAlloc.get();
303 //ALOGE(" link in %p", ain);
308 ain = mInputs[ct3]->mAlloc.get();
309 //ALOGE(" io in %p", ain);
326 n->mScript->runForEach(rsc, k->mSlot, ain, aout, NULL, 0);
  /prebuilts/sdk/renderscript/lib/
javalib.jar 
  /frameworks/base/libs/hwui/
FontRenderer.cpp 744 RSC::sp<RSC::Allocation> ain = RSC::Allocation::createTyped(mRs, t, local
752 mRsScript->setInput(ain);
  /prebuilts/sdk/19/
android.jar 
  /prebuilts/sdk/current/
android.jar 
  /prebuilts/sdk/18/
android.jar 
  /prebuilts/sdk/17/
android.jar 
  /prebuilts/sdk/14/
android.jar 
  /prebuilts/sdk/15/
android.jar 

Completed in 92 milliseconds