HomeSort by relevance Sort by last modified time
    Searched refs:createTyped (Results 1 - 25 of 193) sorted by null

1 2 3 4 5 6 7 8

  /cts/tests/tests/rscpp/librscpptest/
rs_jni_foreach.cpp 52 sp<Allocation> in = Allocation::createTyped(mRS, t);
54 sp<Allocation> out = Allocation::createTyped(mRS, t);
60 in = Allocation::createTyped(mRS, t);
62 out = Allocation::createTyped(mRS, t);
68 in = Allocation::createTyped(mRS, t);
70 out = Allocation::createTyped(mRS, t);
76 in = Allocation::createTyped(mRS, t);
78 out = Allocation::createTyped(mRS, t);
84 in = Allocation::createTyped(mRS, t);
86 out = Allocation::createTyped(mRS, t)
    [all...]
  /frameworks/rs/java/tests/RsTest/src/com/android/rs/test/
UT_foreach_multi.java 52 Ain0 = Allocation.createTyped(RS, type32Builder.create());
56 Ain1 = Allocation.createTyped(RS, type32Builder.create());
60 Ain2 = Allocation.createTyped(RS, type32Builder.create());
66 Ain3 = Allocation.createTyped(RS, type16Builder.create());
72 Out0 = Allocation.createTyped(RS, type32Builder.create());
75 Out1 = Allocation.createTyped(RS, type32Builder.create());
78 Out2 = Allocation.createTyped(RS, type32Builder.create());
UT_alloc.java 40 Allocation A = Allocation.createTyped(RS, typeBuilder.create());
46 Allocation AFaces = Allocation.createTyped(RS, typeBuilder.create());
49 Allocation ALOD = Allocation.createTyped(RS, typeBuilder.create());
52 Allocation AFacesLOD = Allocation.createTyped(RS, typeBuilder.create());
  /cts/tests/tests/renderscript/src/android/renderscript/cts/
ForEachTest.java 60 Allocation badOut = Allocation.createTyped(mRS, t);
65 Allocation in = Allocation.createTyped(mRS, t);
67 Allocation out = Allocation.createTyped(mRS, t);
79 in = Allocation.createTyped(mRS, t);
81 out = Allocation.createTyped(mRS, t);
93 in = Allocation.createTyped(mRS, t);
95 out = Allocation.createTyped(mRS, t);
107 in = Allocation.createTyped(mRS, t);
109 out = Allocation.createTyped(mRS, t);
121 in = Allocation.createTyped(mRS, t)
    [all...]
KernelTest.java 60 Allocation badOut = Allocation.createTyped(mRS, t);
65 Allocation in = Allocation.createTyped(mRS, t);
67 Allocation out = Allocation.createTyped(mRS, t);
79 in = Allocation.createTyped(mRS, t);
81 out = Allocation.createTyped(mRS, t);
93 in = Allocation.createTyped(mRS, t);
95 out = Allocation.createTyped(mRS, t);
107 in = Allocation.createTyped(mRS, t);
109 out = Allocation.createTyped(mRS, t);
121 in = Allocation.createTyped(mRS, t)
    [all...]
VoidPtr.java 35 AFailed = Allocation.createTyped(mRS, t);
56 AOutput = Allocation.createTyped(mRS, t);
84 AOutput = Allocation.createTyped(mRS, t);
113 AOutput = Allocation.createTyped(mRS, t);
114 AInput = Allocation.createTyped(mRS, t);
144 AOutput = Allocation.createTyped(mRS, t);
145 AInput = Allocation.createTyped(mRS, t);
AllocationCopy2DRangeTest.java 45 mInAllocation = Allocation.createTyped(mRS, typeBuilder.create());
46 mOutAllocation = Allocation.createTyped(mRS, mInAllocation.getType());
DebugContext.java 51 AInt = Allocation.createTyped(mRS, t);
54 AUnused = Allocation.createTyped(mRS, t);
  /cts/tests/tests/rscpp/src/android/cts/rscpp/
RSBlurTest.java 46 Allocation rsInput = Allocation.createTyped(mRS, build.create());
47 Allocation rsOutput = Allocation.createTyped(mRS, build.create());
57 Allocation rsCppOutput = Allocation.createTyped(mRS, build.create());
75 Allocation rsInput = Allocation.createTyped(mRS, build.create());
76 Allocation rsOutput = Allocation.createTyped(mRS, build.create());
86 Allocation rsCppOutput = Allocation.createTyped(mRS, build.create());
RSColorMatrixTest.java 57 Allocation rsInput = Allocation.createTyped(mRS, build.create());
58 Allocation rsOutput = Allocation.createTyped(mRS, build.create());
69 Allocation rsCppOutput = Allocation.createTyped(mRS, build.create());
88 Allocation rsInput = Allocation.createTyped(mRS, build.create());
89 Allocation rsOutput = Allocation.createTyped(mRS, build.create());
99 Allocation rsCppOutput = Allocation.createTyped(mRS, build.create());
122 Allocation rsInput = Allocation.createTyped(mRS, build.create());
123 Allocation rsOutput = Allocation.createTyped(mRS, build.create());
134 Allocation rsCppOutput = Allocation.createTyped(mRS, build.create());
154 Allocation rsInput = Allocation.createTyped(mRS, build.create())
    [all...]
RSConvolveTest.java 57 Allocation rsInput = Allocation.createTyped(mRS, build.create());
58 Allocation rsOutput = Allocation.createTyped(mRS, build.create());
68 Allocation rsCppOutput = Allocation.createTyped(mRS, build.create());
114 Allocation rsInput = Allocation.createTyped(mRS, build.create());
115 Allocation rsOutput = Allocation.createTyped(mRS, build.create());
125 Allocation rsCppOutput = Allocation.createTyped(mRS, build.create());
RSLUTTest.java 46 Allocation rsInput = Allocation.createTyped(mRS, build.create());
47 Allocation rsOutput = Allocation.createTyped(mRS, build.create());
61 Allocation rsCppOutput = Allocation.createTyped(mRS, build.create());
RS3DLUTTest.java 54 Allocation rsInput = Allocation.createTyped(mRS, build.create());
55 Allocation rsOutput = Allocation.createTyped(mRS, build.create());
62 Allocation cube = Allocation.createTyped(mRS, buildCube.create());
72 Allocation rsCppOutput = Allocation.createTyped(mRS, build.create());
  /frameworks/rs/java/tests/RSTest_CompatLib/src/com/android/rs/test/
UT_alloc.java 40 Allocation A = Allocation.createTyped(RS, typeBuilder.create());
46 Allocation AFaces = Allocation.createTyped(RS, typeBuilder.create());
49 Allocation ALOD = Allocation.createTyped(RS, typeBuilder.create());
52 Allocation AFacesLOD = Allocation.createTyped(RS, typeBuilder.create());
UT_instance.java 49 Allocation ai1 = Allocation.createTyped(mRS, t);
50 Allocation ai2 = Allocation.createTyped(mRS, t);
51 Allocation ai3 = Allocation.createTyped(mRS, t);
52 Allocation ai4 = Allocation.createTyped(mRS, t);
53 Allocation ai5 = Allocation.createTyped(mRS, t);
  /frameworks/rs/java/tests/RSTest_CompatLibLegacy/src/com/android/rs/test/
UT_alloc.java 40 Allocation A = Allocation.createTyped(RS, typeBuilder.create());
46 Allocation AFaces = Allocation.createTyped(RS, typeBuilder.create());
49 Allocation ALOD = Allocation.createTyped(RS, typeBuilder.create());
52 Allocation AFacesLOD = Allocation.createTyped(RS, typeBuilder.create());
UT_instance.java 49 Allocation ai1 = Allocation.createTyped(mRS, t);
50 Allocation ai2 = Allocation.createTyped(mRS, t);
51 Allocation ai3 = Allocation.createTyped(mRS, t);
52 Allocation ai4 = Allocation.createTyped(mRS, t);
53 Allocation ai5 = Allocation.createTyped(mRS, t);
  /frameworks/rs/java/tests/RsTest_14/src/com/android/rs/test/
UT_alloc.java 40 Allocation A = Allocation.createTyped(RS, typeBuilder.create());
46 Allocation AFaces = Allocation.createTyped(RS, typeBuilder.create());
49 Allocation ALOD = Allocation.createTyped(RS, typeBuilder.create());
52 Allocation AFacesLOD = Allocation.createTyped(RS, typeBuilder.create());
  /frameworks/rs/java/tests/RsTest_16/src/com/android/rs/test/
UT_alloc.java 40 Allocation A = Allocation.createTyped(RS, typeBuilder.create());
46 Allocation AFaces = Allocation.createTyped(RS, typeBuilder.create());
49 Allocation ALOD = Allocation.createTyped(RS, typeBuilder.create());
52 Allocation AFacesLOD = Allocation.createTyped(RS, typeBuilder.create());
  /frameworks/rs/java/tests/ImageProcessing2/src/com/android/rs/image/
Artistic1.java 27 mBlured = Allocation.createTyped(mRS, mInPixelsAllocation.getType());
  /frameworks/rs/java/tests/RsBLAS_Benchmark/src/com/example/android/rs/blasbenchmark/
BNNMTest.java 227 matA = Allocation.createTyped(mRS, a_type);
228 matB = Allocation.createTyped(mRS, b_type);
229 matC = Allocation.createTyped(mRS, c_type);
297 matA = Allocation.createTyped(mRS, a_type);
298 matB = Allocation.createTyped(mRS, b_type);
299 matC = Allocation.createTyped(mRS, c_type);
346 matA = Allocation.createTyped(mRS, a_type);
347 matB = Allocation.createTyped(mRS, b_type);
348 matC = Allocation.createTyped(mRS, c_type);
SGEMMTest.java 150 matA = Allocation.createTyped(mRS, a_type);
151 matB = Allocation.createTyped(mRS, b_type);
152 matC = Allocation.createTyped(mRS, c_type);
205 matA = Allocation.createTyped(mRS, a_type);
206 matB = Allocation.createTyped(mRS, b_type);
207 matC = Allocation.createTyped(mRS, c_type);
253 matA = Allocation.createTyped(mRS, a_type);
254 matB = Allocation.createTyped(mRS, b_type);
255 matC = Allocation.createTyped(mRS, c_type);
  /frameworks/rs/java/tests/VrDemo/src/com/example/android/rs/vr/engine/
RsBrickedBitMask.java 61 mBrick_allocation = Allocation.createTyped(state.mRs, b.create(), Allocation.USAGE_SCRIPT);
74 Allocation tmp = Allocation.createTyped(state.mRs, b.create(), Allocation.USAGE_SCRIPT);
87 return Allocation.createTyped(rs, b.create(), Allocation.USAGE_SCRIPT);
95 return Allocation.createTyped(rs, b.create(), Allocation.USAGE_SCRIPT);
  /cts/tests/tests/rsblas/src/android/renderscript/cts/
IntrinsicBLAS.java 80 mMatrixS.add(Allocation.createTyped(mRS, Type.createXY(mRS, Element.F32(mRS), x, y)));
81 mMatrixD.add(Allocation.createTyped(mRS, Type.createXY(mRS, Element.F64(mRS), x, y)));
82 mMatrixC.add(Allocation.createTyped(mRS, Type.createXY(mRS, Element.F32_2(mRS), x, y)));
83 mMatrixZ.add(Allocation.createTyped(mRS, Type.createXY(mRS, Element.F64_2(mRS), x, y)));
87 Allocation misAlloc = Allocation.createTyped(mRS, Type.createXY(mRS, Element.U8(mRS), 1, 1));
320 Allocation matrixAS = Allocation.createTyped(mRS, Type.createXY(mRS, Element.F32(mRS), mBLASData.dN, mBLASData.dM));
321 Allocation vectorXS = Allocation.createTyped(mRS, Type.createXY(mRS, Element.F32(mRS), mBLASData.dN, 1));
322 Allocation vectorYS = Allocation.createTyped(mRS, Type.createXY(mRS, Element.F32(mRS), mBLASData.dM, 1));
329 Allocation vectorYRef = Allocation.createTyped(mRS, Type.createXY(mRS, Element.F32(mRS), mBLASData.dM, 1));
339 vectorYRef = Allocation.createTyped(mRS, Type.createXY(mRS, Element.F32(mRS), mBLASData.dN, 1))
    [all...]
  /frameworks/rs/java/tests/ImageProcessing/src/com/android/rs/image/
UsageIO.java 51 mScratchPixelsAllocation1 = Allocation.createTyped(mRS, connect, Allocation.USAGE_IO_OUTPUT | Allocation.USAGE_SCRIPT);
52 mScratchPixelsAllocation2 = Allocation.createTyped(mRS, connect, Allocation.USAGE_IO_INPUT | Allocation.USAGE_SCRIPT);

Completed in 503 milliseconds

1 2 3 4 5 6 7 8