HomeSort by relevance Sort by last modified time
    Searched defs:ain (Results 1 - 15 of 15) 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/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);
99 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/latency/
latency.cpp 66 sp<Allocation> ain = Allocation::createTyped(rs, t); local
76 sc->forEach_root(ain, aout);
90 ain->copy1DFrom(buf);
91 sc->forEach_root(ain, aout);
105 ain.clear();
  /frameworks/rs/cpu_ref/
rsCpuScriptGroup.cpp 129 Allocation *ain = NULL; local
136 ain = n->mInputs[ct3]->mAlloc.get();
137 //ALOGE(" link in %p", ain);
142 ain = mSG->mInputs[ct3]->mAlloc.get();
144 //ALOGE(" io in %p", ain);
166 (k->mHasKernelInput == (ain != NULL))) {
167 ins.add(ain);
rsCpuCore.h 57 const Allocation * ain; member in struct:android::renderscript::__anon20251
96 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);
  /frameworks/base/libs/hwui/
FontRenderer.cpp 662 sp<RSC::Allocation> ain = RSC::Allocation::createTyped(mRs, t, RS_ALLOCATION_MIPMAP_NONE, local
668 mRsScript->blur(ain, aout);
  /prebuilts/sdk/renderscript/lib/
javalib.jar 
  /prebuilts/sdk/18/
android.jar 
  /prebuilts/sdk/current/
android.jar 
  /prebuilts/sdk/17/
android.jar 
  /prebuilts/sdk/14/
android.jar 
  /prebuilts/sdk/15/
android.jar 

Completed in 129 milliseconds