Searched refs:createTyped (Results 1 - 25 of 179) sorted by relevance

12345678

/frameworks/rs/tests/java_api/RSUnitTests/src/com/android/rs/unittest/
H A DUT_foreach_multi.java51 Ain0 = Allocation.createTyped(RS, type32Builder.create());
55 Ain1 = Allocation.createTyped(RS, type32Builder.create());
59 Ain2 = Allocation.createTyped(RS, type32Builder.create());
65 Ain3 = Allocation.createTyped(RS, type16Builder.create());
71 Out0 = Allocation.createTyped(RS, type32Builder.create());
74 Out1 = Allocation.createTyped(RS, type32Builder.create());
77 Out2 = Allocation.createTyped(RS, type32Builder.create());
H A DUT_instance.java46 Allocation ai1 = Allocation.createTyped(mRS, t);
47 Allocation ai2 = Allocation.createTyped(mRS, t);
48 Allocation ai3 = Allocation.createTyped(mRS, t);
49 Allocation ai4 = Allocation.createTyped(mRS, t);
50 Allocation ai5 = Allocation.createTyped(mRS, t);
H A DUT_blur_validation.java60 output1D = Allocation.createTyped(RS, input1D.getType());
67 input2D = Allocation.createTyped(RS, ty);
68 output2D = Allocation.createTyped(RS, ty);
H A DUT_alloc.java48 Allocation A = Allocation.createTyped(RS, T);
55 mAFaces = Allocation.createTyped(RS, mTFaces);
59 mALOD = Allocation.createTyped(RS, mTLOD);
63 mAFacesLOD = Allocation.createTyped(RS, mTFacesLOD);
/frameworks/rs/tests/java_api/RSUnitTests/supportlibsrc_gen/com/android/rs/unittest/
H A DUT_foreach_multi.java53 Ain0 = Allocation.createTyped(RS, type32Builder.create());
57 Ain1 = Allocation.createTyped(RS, type32Builder.create());
61 Ain2 = Allocation.createTyped(RS, type32Builder.create());
67 Ain3 = Allocation.createTyped(RS, type16Builder.create());
73 Out0 = Allocation.createTyped(RS, type32Builder.create());
76 Out1 = Allocation.createTyped(RS, type32Builder.create());
79 Out2 = Allocation.createTyped(RS, type32Builder.create());
H A DUT_instance.java48 Allocation ai1 = Allocation.createTyped(mRS, t);
49 Allocation ai2 = Allocation.createTyped(mRS, t);
50 Allocation ai3 = Allocation.createTyped(mRS, t);
51 Allocation ai4 = Allocation.createTyped(mRS, t);
52 Allocation ai5 = Allocation.createTyped(mRS, t);
H A DUT_blur_validation.java62 output1D = Allocation.createTyped(RS, input1D.getType());
69 input2D = Allocation.createTyped(RS, ty);
70 output2D = Allocation.createTyped(RS, ty);
H A DUT_alloc.java50 Allocation A = Allocation.createTyped(RS, T);
57 mAFaces = Allocation.createTyped(RS, mTFaces);
61 mALOD = Allocation.createTyped(RS, mTLOD);
65 mAFacesLOD = Allocation.createTyped(RS, mTFacesLOD);
H A DUT_alloc_supportlib.java50 Allocation A = Allocation.createTyped(RS, T);
57 mAFaces = Allocation.createTyped(RS, mTFaces);
61 mALOD = Allocation.createTyped(RS, mTLOD);
65 mAFacesLOD = Allocation.createTyped(RS, mTFacesLOD);
/frameworks/rs/tests/lldb/cpp/InfiniteLoop/
H A DInfiniteLoop.cpp37 auto a = Allocation::createTyped(rs, t);
38 auto b = Allocation::createTyped(rs, t);
/frameworks/rs/tests/lldb/cpp/MultipleRSFiles/
H A DMultipleRSFiles.cpp35 auto a = Allocation::createTyped(rs, t);
36 auto b = Allocation::createTyped(rs, t);
/frameworks/rs/tests/lldb/cpp/WaitAttach/
H A DWaitAttach.cpp34 auto a = Allocation::createTyped(rs, t);
35 auto b = Allocation::createTyped(rs, t);
/frameworks/rs/tests/lldb/jni/NoDebugWaitAttach/jninodebugwaitattach/
H A Djninodebugwaitattach.cpp43 auto a = Allocation::createTyped(rs, t);
44 auto b = Allocation::createTyped(rs, t);
/frameworks/rs/tests/java_api/RSTest_CompatLibLegacy/src/com/android/rs/test/
H A DUT_alloc.java40 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());
H A DUT_instance.java49 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/tests/java_api/RsTest_14/src/com/android/rs/test/
H A DUT_alloc.java40 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/tests/java_api/RsTest_16/src/com/android/rs/test/
H A DUT_alloc.java40 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/tests/lldb/cpp/KernelVariables/
H A DKernelVariables.cpp34 auto a = Allocation::createTyped(rs, t);
35 auto b = Allocation::createTyped(rs, t);
50 sp<Allocation> int_allocation2 = Allocation::createTyped(rs, typeI32Builder2D.create());
64 sp<Allocation> int_allocation3 = Allocation::createTyped(rs, typeI32Builder3D.create());
73 sp<Allocation> yuv_allocation = Allocation::createTyped(rs, yuvTypeBuilder.create());
/frameworks/rs/tests/lldb/jni/KernelVariables/jnikernelvariables/
H A Djnikernelvariables.cpp43 auto a = Allocation::createTyped(rs, t);
44 auto b = Allocation::createTyped(rs, t);
59 sp<Allocation> int_allocation2 = Allocation::createTyped(rs, typeI32Builder2D.create());
73 sp<Allocation> int_allocation3 = Allocation::createTyped(rs, typeI32Builder3D.create());
82 sp<Allocation> yuv_allocation = Allocation::createTyped(rs, yuvTypeBuilder.create());
/frameworks/rs/tests/java_api/ImageProcessing2/src/com/android/rs/image/
H A DArtistic1.java27 mBlured = Allocation.createTyped(mRS, mInPixelsAllocation.getType());
/frameworks/rs/tests/java_api/RSUnitTests/supportlibonlysrc/com/android/rs/unittest/
H A DUT_alloc_supportlib.java48 Allocation A = Allocation.createTyped(RS, T);
55 mAFaces = Allocation.createTyped(RS, mTFaces);
59 mALOD = Allocation.createTyped(RS, mTLOD);
63 mAFacesLOD = Allocation.createTyped(RS, mTFacesLOD);
/frameworks/rs/tests/java_api/VrDemo/src/com/example/android/rs/vr/engine/
H A DRsBrickedBitMask.java61 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);
/frameworks/rs/tests/java_api/RsBLAS_Benchmark/src/com/example/android/rs/blasbenchmark/
H A DBNNMTest.java227 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);
H A DSGEMMTest.java150 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/tests/cpp_api/cpp-globalguard/
H A Dcompute.cpp56 ain = Allocation::createTyped(rs, t);
57 aout = Allocation::createTyped(rs, t);

Completed in 1456 milliseconds

12345678