HomeSort by relevance Sort by last modified time
    Searched full:allocation (Results 151 - 175 of 5769) sorted by null

1 2 3 4 5 67 8 91011>>

  /ndk/docs/Additional_library_docs/renderscript/
classandroid_1_1RSC_1_1ScriptIntrinsicBlend.html 56 <tr><td class="memItemLeft" align="right" valign="top">void&#160;</td><td class="memItemRight" valign="bottom"><a class="el" href="classandroid_1_1RSC_1_1ScriptIntrinsicBlend.html#addb362087b29501a147532b71fa1bd84">forEachClear</a> (sp&lt; <a class="el" href="classandroid_1_1RSC_1_1Allocation.html">Allocation</a> &gt; in, sp&lt; <a class="el" href="classandroid_1_1RSC_1_1Allocation.html">Allocation</a> &gt; out)</td></tr>
57 <tr><td class="memItemLeft" align="right" valign="top">void&#160;</td><td class="memItemRight" valign="bottom"><a class="el" href="classandroid_1_1RSC_1_1ScriptIntrinsicBlend.html#a4a9b89fe7c7d0b508cb76ef3ff17b21f">forEachSrc</a> (sp&lt; <a class="el" href="classandroid_1_1RSC_1_1Allocation.html">Allocation</a> &gt; in, sp&lt; <a class="el" href="classandroid_1_1RSC_1_1Allocation.html">Allocation</a> &gt; out)</td></tr>
58 <tr><td class="memItemLeft" align="right" valign="top">void&#160;</td><td class="memItemRight" valign="bottom"><a class="el" href="classandroid_1_1RSC_1_1ScriptIntrinsicBlend.html#a0fd92d628989897bc74950dfe7d526a9">forEachDst</a> (sp&lt; <a class="el" href="classandroid_1_1RSC_1_1Allocation.html">Allocation</a> &gt; in, sp&lt; <a class="el" href="classandroid_1_1RSC_1_1Allocation.html">Allocation</a> &gt; out)</td></tr>
59 <tr><td class="memItemLeft" align="right" valign="top">void&#160;</td><td class="memItemRight" valign="bottom"><a class="el" href="classandroid_1_1RSC_1_1ScriptIntrinsicBlend.html#a549d5ac3e162fe09953e91c3f051bfe1">forEachSrcOver</a> (sp&lt; <a class="el" href="classandroid_1_1RSC_1_1Allocation.html">Allocation</a> &gt; in, sp&lt; <a class="el" href="classandroid_1_1RSC_1_1Allocation.html">Allocation</a> &gt; out)</td></tr>
60 <tr><td class="memItemLeft" align="right" valign="top">void&#160;</td><td class="memItemRight" valign="bottom"><a class="el" href="classandroid_1_1RSC_1_1ScriptIntrinsicBlend.html#a345320822d155e67b31bf3dd3bdd92cd">forEachDstOver</a> (sp&lt; <a class="el" href="classandroid_1_1RSC_1_1Allocation.html">Allocation</a> &gt; in, sp&lt; <a class="el" href="classandroid_1_1RSC_1_1Allocation.html">Allocation</a> &gt; out)</td></tr
    [all...]
  /cts/tests/tests/renderscript/src/android/renderscript/cts/generated/
TestClz.java 21 import android.renderscript.Allocation;
46 Allocation inValue = createRandomAllocation(mRS, Element.DataType.SIGNED_8, 1, 0x2f7765afl, false);
48 Allocation out = Allocation.createSized(mRS, getElement(mRS, Element.DataType.SIGNED_8, 1), INPUTSIZE);
55 Allocation out = Allocation.createSized(mRS, getElement(mRS, Element.DataType.SIGNED_8, 1), INPUTSIZE);
63 private void verifyResultsClzCharChar(Allocation inValue, Allocation out, boolean relaxed) {
114 Allocation inValue = createRandomAllocation(mRS, Element.DataType.SIGNED_8, 2, 0xcaca5e93l, false);
116 Allocation out = Allocation.createSized(mRS, getElement(mRS, Element.DataType.SIGNED_8, 2), INPUTSIZE)
    [all...]
TestFastLength.java 21 import android.renderscript.Allocation;
46 Allocation inV = createRandomAllocation(mRS, Element.DataType.FLOAT_32, 1, 0xa2660e8fl, false);
48 Allocation out = Allocation.createSized(mRS, getElement(mRS, Element.DataType.FLOAT_32, 1), INPUTSIZE);
55 Allocation out = Allocation.createSized(mRS, getElement(mRS, Element.DataType.FLOAT_32, 1), INPUTSIZE);
63 private void verifyResultsFastLengthFloatFloat(Allocation inV, Allocation out, boolean relaxed) {
117 Allocation inV = createRandomAllocation(mRS, Element.DataType.FLOAT_32, 2, 0xf85e6cadl, false);
119 Allocation out = Allocation.createSized(mRS, getElement(mRS, Element.DataType.FLOAT_32, 1), INPUTSIZE)
    [all...]
TestFastNormalize.java 21 import android.renderscript.Allocation;
46 Allocation inV = createRandomAllocation(mRS, Element.DataType.FLOAT_32, 1, 0x9f8882ecl, false);
48 Allocation out = Allocation.createSized(mRS, getElement(mRS, Element.DataType.FLOAT_32, 1), INPUTSIZE);
55 Allocation out = Allocation.createSized(mRS, getElement(mRS, Element.DataType.FLOAT_32, 1), INPUTSIZE);
63 private void verifyResultsFastNormalizeFloatFloat(Allocation inV, Allocation out, boolean relaxed) {
117 Allocation inV = createRandomAllocation(mRS, Element.DataType.FLOAT_32, 2, 0x573db70l, false);
119 Allocation out = Allocation.createSized(mRS, getElement(mRS, Element.DataType.FLOAT_32, 2), INPUTSIZE)
    [all...]
TestHalfRecip.java 21 import android.renderscript.Allocation;
46 Allocation inV = createRandomAllocation(mRS, Element.DataType.FLOAT_32, 1, 0x130d5b3dl, false);
48 Allocation out = Allocation.createSized(mRS, getElement(mRS, Element.DataType.FLOAT_32, 1), INPUTSIZE);
55 Allocation out = Allocation.createSized(mRS, getElement(mRS, Element.DataType.FLOAT_32, 1), INPUTSIZE);
63 private void verifyResultsHalfRecipFloatFloat(Allocation inV, Allocation out, boolean relaxed) {
115 Allocation inV = createRandomAllocation(mRS, Element.DataType.FLOAT_32, 2, 0x5ff23c79l, false);
117 Allocation out = Allocation.createSized(mRS, getElement(mRS, Element.DataType.FLOAT_32, 2), INPUTSIZE)
    [all...]
TestHalfRsqrt.java 21 import android.renderscript.Allocation;
46 Allocation inV = createRandomAllocation(mRS, Element.DataType.FLOAT_32, 1, 0xc00f0bf2l, false);
48 Allocation out = Allocation.createSized(mRS, getElement(mRS, Element.DataType.FLOAT_32, 1), INPUTSIZE);
55 Allocation out = Allocation.createSized(mRS, getElement(mRS, Element.DataType.FLOAT_32, 1), INPUTSIZE);
63 private void verifyResultsHalfRsqrtFloatFloat(Allocation inV, Allocation out, boolean relaxed) {
115 Allocation inV = createRandomAllocation(mRS, Element.DataType.FLOAT_32, 2, 0xf12787c6l, false);
117 Allocation out = Allocation.createSized(mRS, getElement(mRS, Element.DataType.FLOAT_32, 2), INPUTSIZE)
    [all...]
TestHalfSqrt.java 21 import android.renderscript.Allocation;
46 Allocation inV = createRandomAllocation(mRS, Element.DataType.FLOAT_32, 1, 0xa15db5fal, false);
48 Allocation out = Allocation.createSized(mRS, getElement(mRS, Element.DataType.FLOAT_32, 1), INPUTSIZE);
55 Allocation out = Allocation.createSized(mRS, getElement(mRS, Element.DataType.FLOAT_32, 1), INPUTSIZE);
63 private void verifyResultsHalfSqrtFloatFloat(Allocation inV, Allocation out, boolean relaxed) {
115 Allocation inV = createRandomAllocation(mRS, Element.DataType.FLOAT_32, 2, 0x42519b8el, false);
117 Allocation out = Allocation.createSized(mRS, getElement(mRS, Element.DataType.FLOAT_32, 2), INPUTSIZE)
    [all...]
TestIlogb.java 21 import android.renderscript.Allocation;
46 Allocation inV = createRandomAllocation(mRS, Element.DataType.FLOAT_32, 1, 0x5664967bl, false);
48 Allocation out = Allocation.createSized(mRS, getElement(mRS, Element.DataType.SIGNED_32, 1), INPUTSIZE);
55 Allocation out = Allocation.createSized(mRS, getElement(mRS, Element.DataType.SIGNED_32, 1), INPUTSIZE);
63 private void verifyResultsIlogbFloatInt(Allocation inV, Allocation out, boolean relaxed) {
107 Allocation inV = createRandomAllocation(mRS, Element.DataType.FLOAT_32, 2, 0xb6f32a61l, false);
109 Allocation out = Allocation.createSized(mRS, getElement(mRS, Element.DataType.SIGNED_32, 2), INPUTSIZE)
    [all...]
TestAbs.java 21 import android.renderscript.Allocation;
46 Allocation inV = createRandomAllocation(mRS, Element.DataType.SIGNED_8, 1, 0xf7393ea6l, false);
48 Allocation out = Allocation.createSized(mRS, getElement(mRS, Element.DataType.UNSIGNED_8, 1), INPUTSIZE);
55 Allocation out = Allocation.createSized(mRS, getElement(mRS, Element.DataType.UNSIGNED_8, 1), INPUTSIZE);
63 private void verifyResultsAbsCharUchar(Allocation inV, Allocation out, boolean relaxed) {
114 Allocation inV = createRandomAllocation(mRS, Element.DataType.SIGNED_8, 2, 0xe5e407cl, false);
116 Allocation out = Allocation.createSized(mRS, getElement(mRS, Element.DataType.UNSIGNED_8, 2), INPUTSIZE)
    [all...]
TestLdexp.java 21 import android.renderscript.Allocation;
47 Allocation inMantissa = createRandomAllocation(mRS, Element.DataType.FLOAT_32, 1, 0x90f0e26fl, false);
48 Allocation inExponent = createRandomAllocation(mRS, Element.DataType.SIGNED_32, 1, 0x2e4133c4l, false);
50 Allocation out = Allocation.createSized(mRS, getElement(mRS, Element.DataType.FLOAT_32, 1), INPUTSIZE);
58 Allocation out = Allocation.createSized(mRS, getElement(mRS, Element.DataType.FLOAT_32, 1), INPUTSIZE);
67 private void verifyResultsLdexpFloatIntFloat(Allocation inMantissa, Allocation inExponent, Allocation out, boolean relaxed)
    [all...]
  /frameworks/rs/
rsProgramVertex.cpp 46 "Unable to set fixed function emulation matrices because allocation is missing");
49 float *f = static_cast<float *>(rsc->mHal.funcs.allocation.lock1D(
59 rsc->mHal.funcs.allocation.unlock1D(rsc, mHal.state.constants[0]);
75 "Unable to set fixed function emulation matrix projection because allocation is missing");
78 float *f = static_cast<float *>(rsc->mHal.funcs.allocation.lock1D(
82 rsc->mHal.funcs.allocation.unlock1D(rsc, mHal.state.constants[0]);
93 "Unable to set fixed function emulation matrix modelview because allocation is missing");
96 float *f = static_cast<float *>(rsc->mHal.funcs.allocation.lock1D(
100 rsc->mHal.funcs.allocation.unlock1D(rsc, mHal.state.constants[0]);
111 "Unable to set fixed function emulation matrix texture because allocation is missing")
    [all...]
  /cts/tests/tests/renderscript/src/android/renderscript/cts/
rsAllocationCopyTest.java 19 import android.renderscript.Allocation;
40 Allocation aIn = Allocation.createTyped(mRS, typeBuilder.create());
41 Allocation aOut = Allocation.createTyped(mRS, typeBuilder.create());
87 Allocation aIn = Allocation.createTyped(mRS, typeBuilder.create());
88 Allocation aOut = Allocation.createTyped(mRS, typeBuilder.create());
134 Allocation aIn = Allocation.createTyped(mRS, typeBuilder.create())
    [all...]
DebugContext.java 19 import android.renderscript.Allocation;
28 Allocation AUnused;
29 Allocation AInt;
51 AInt = Allocation.createTyped(mRS, t);
54 AUnused = Allocation.createTyped(mRS, t);
58 * Test whether we are detect out-of-bounds allocation accesses
77 * Test whether we are detect out-of-bounds allocation accesses
  /cts/tests/tests/rsblas/src/android/renderscript/cts/
IntrinsicBase.java 21 import android.renderscript.Allocation;
29 protected Allocation mAllocSrc;
30 protected Allocation mAllocRef;
31 protected Allocation mAllocDst;
  /cts/tests/tests/rscpp/librscpptest/
rs_jni_object.cpp 50 sp<Allocation> mOut = Allocation::createSized(mRS, Element::I32(mRS), ObjectNum);
78 sp<Allocation> mOut = Allocation::createSized(mRS, Element::I32(mRS), ObjectNum);
105 sp<Allocation> mOut = Allocation::createSized(mRS, Element::I32(mRS), ObjectNum);
106 sp<Allocation> mIn = Allocation::createSized(mRS, Element::I32(mRS), ObjectNum);
107 sp<Allocation> allocation = Allocation::createTyped(mRS, mIn->getType()) local
    [all...]
  /external/autotest/client/tests/memory_api/
control 4 memory api tests run through a series of memory allocation calls which may
  /external/caliper/scripts/
caliper 7 export ALLOCATION_JAR=$base/lib/allocation.jar
  /external/lzma/C/
7zAlloc.h 1 /* 7zAlloc.h -- Allocation functions
  /external/v8/test/mjsunit/regress/
regress-484544.js 5 // Flags: --nouse-allocation-folding --stress-compaction --predictable
  /external/valgrind/drd/tests/
annotate_hb_race.stderr.exp 4 Allocation context: BSS section of annotate_hb_race
  /frameworks/rs/cpu_ref/
rsCpuScriptGroup.h 28 void setInput(const ScriptKernelID *kid, Allocation *) override;
29 void setOutput(const ScriptKernelID *kid, Allocation *) override;
43 Allocation *const* ins;
45 Allocation *const* outs;
  /frameworks/rs/java/tests/HealingBrush/src/rs/example/android/com/healingbrush/
Healing.java 25 import android.support.v8.renderscript.Allocation;
85 Allocation dest1 = Allocation.createTyped(rs, floatImage.create());
86 Allocation dest2 = Allocation.createTyped(rs, floatImage.create());
92 Allocation dest_uc4 = Allocation.createFromBitmap(rs, destBitmap);
97 Allocation src_f3 = Allocation.createTyped(rs, floatImage.create());
98 Allocation src_uc4 = Allocation.createFromBitmap(rs, src)
    [all...]
  /frameworks/rs/java/tests/HelloComputeNDK/libhellocomputendk/
helloComputeNDK.cpp 45 sp<Allocation> inputAlloc = Allocation::createTyped(rs, t, RS_ALLOCATION_MIPMAP_NONE,
48 sp<Allocation> outputAlloc = Allocation::createTyped(rs, t, RS_ALLOCATION_MIPMAP_NONE,
  /frameworks/rs/java/tests/RsBLAS_Benchmark/src/com/example/android/rs/blasbenchmark/
TestBase.java 22 import android.renderscript.Allocation;
32 protected Allocation mInPixelsAllocation;
33 protected Allocation mInPixelsAllocation2;
34 public Allocation mOutPixelsAllocation;
  /frameworks/rs/tests/cppallocation/
compute.cpp 33 sp<Allocation> ain = Allocation::createTyped(rs, t);
34 sp<Allocation> aout = Allocation::createTyped(rs, t);

Completed in 1529 milliseconds

1 2 3 4 5 67 8 91011>>