Searched refs:createSized (Results 1 - 25 of 29) sorted by last modified time

12

/frameworks/support/v8/renderscript/java/src/android/support/v8/renderscript/
H A DAllocation.java1264 static public Allocation createSized(RenderScript rs, Element e, method in class:Allocation
1268 return AllocationThunker.createSized(rs, e, count, usage);
1291 static public Allocation createSized(RenderScript rs, Element e, int count) { method in class:Allocation
1292 return createSized(rs, e, count, USAGE_SCRIPT);
1633 Allocation alloc = Allocation.createSized(rs, Element.U8(rs), allocArray.length, usage);
H A DAllocationThunker.java497 static public Allocation createSized(RenderScript rs, Element e, method in class:AllocationThunker
503 android.renderscript.Allocation.createSized
H A DScript.java439 mAllocation = Allocation.createSized(rs, mElement, dimx, Allocation.USAGE_SCRIPT);
443 mAllocation = Allocation.createSized(rs, mElement, dimx, Allocation.USAGE_SCRIPT | usages);
H A DScriptIntrinsicLUT.java56 si.mTables = Allocation.createSized(rs, Element.U8(rs), 1024);
/frameworks/rs/cpp/
H A DAllocation.cpp366 sp<Allocation> Allocation::createSized(sp<RS> rs, sp<const Element> e, function in class:Allocation
H A DScript.cpp58 mAllocation = Allocation::createSized(rs, mElement, dimx, RS_ALLOCATION_USAGE_SCRIPT | usages);
H A DScriptIntrinsics.cpp517 LUT = Allocation::createSized(rs, Element::U8(rs), 1024);
H A DrsCppStructs.h546 static sp<Allocation> createSized(sp<RS> rs, sp<const Element> e, size_t count,
/frameworks/rs/java/tests/Balls/src/com/example/android/rs/balls/
H A DBallsRS.java114 mGridCache = Allocation.createSized(mRS, Element.F32_2(mRS), PART_COUNT);
/frameworks/rs/java/tests/ComputePerf/src/com/example/android/rs/computeperf/
H A DLaunchTest.java33 mAllocationX = Allocation.createSized(rs, Element.U8(rs), dim);
/frameworks/rs/java/tests/ImageProcessing/src/com/android/rs/image/
H A DHistogram.java48 mSum = Allocation.createSized(mRS, Element.I32(mRS), 256);
H A DWhiteBalance.java33 mSums = Allocation.createSized(mRS, Element.I32_3(mRS), 256);
/frameworks/rs/java/tests/LatencyBenchmark/src/com/example/android/rs/computebench/
H A DBenchmark.java31 ain = Allocation.createSized(rs, Element.U32(mRS), 10000);
32 aout = Allocation.createSized(rs, Element.U32(mRS), 10000);
/frameworks/rs/java/tests/MathErr/src/com/example/android/rs/matherr/
H A DMathErr.java40 mAllocationSrc = Allocation.createSized(rs, Element.F32(rs), BUF_SIZE);
41 mAllocationRes = Allocation.createSized(rs, Element.F32(rs), BUF_SIZE);
/frameworks/rs/java/tests/RSTest_CompatLib/src/com/android/rs/test/
H A DUT_copy_test.java34 Allocation a1 = Allocation.createSized(rs, Element.F32_2(rs), 1024);
35 Allocation a2 = Allocation.createSized(rs, Element.F32_2(rs), 1024);
58 Allocation a1 = Allocation.createSized(rs, Element.F32_3(rs), 1024);
59 Allocation a2 = Allocation.createSized(rs, Element.F32_3(rs), 1024);
82 Allocation a1 = Allocation.createSized(rs, Element.F32_4(rs), 1024);
83 Allocation a2 = Allocation.createSized(rs, Element.F32_4(rs), 1024);
/frameworks/rs/java/tests/RsTest/src/com/android/rs/test/
H A DUT_copy_test.java34 Allocation a1 = Allocation.createSized(rs, Element.F32_2(rs), 1024);
35 Allocation a2 = Allocation.createSized(rs, Element.F32_2(rs), 1024);
58 Allocation a1 = Allocation.createSized(rs, Element.F32_3(rs), 1024);
59 Allocation a2 = Allocation.createSized(rs, Element.F32_3(rs), 1024);
82 Allocation a1 = Allocation.createSized(rs, Element.F32_4(rs), 1024);
83 Allocation a2 = Allocation.createSized(rs, Element.F32_4(rs), 1024);
/frameworks/rs/tests/cppbasic/
H A Dcompute.cpp31 sp<Allocation> a1 = Allocation::createSized(rs, e, 1000);
/frameworks/rs/tests/cppbasic-getpointer/
H A Dcompute.cpp35 sp<Allocation> a1 = Allocation::createSized(rs, e, 1000);
/frameworks/rs/tests/cppbasic-shared/
H A Dcompute.cpp31 sp<Allocation> a1 = Allocation::createSized(rs, e, 1000);
/frameworks/base/tests/RenderScriptTests/PerfTest/src/com/android/perftest/
H A DRsBenchRS.java103 Allocation alloc = Allocation.createSized(rs, Element.U8(rs),
/frameworks/base/tests/RenderScriptTests/SceneGraph/src/com/android/scenegraph/
H A DRenderPass.java101 Allocation drawableData = Allocation.createSized(rs,
H A DScene.java271 Allocation drawableData = Allocation.createSized(rs,
288 Allocation shaderData = Allocation.createSized(rs, Element.ALLOCATION(rs),
300 Allocation shaderData = Allocation.createSized(rs, Element.ALLOCATION(rs),
336 opaqueBuffer = Allocation.createSized(mRS, Element.U32(mRS), mRenderables.size());
340 transparentBuffer = Allocation.createSized(mRS, Element.U32(mRS), mRenderables.size());
348 cameraData = Allocation.createSized(mRS, Element.ALLOCATION(mRS), mCameras.size());
358 Allocation lightData = Allocation.createSized(mRS,
H A DSceneManager.java214 Allocation alloc = Allocation.createSized(rs, Element.U8(rs),
H A DTransform.java55 Allocation childRSData = Allocation.createSized(rs, Element.ALLOCATION(rs),
/frameworks/base/rs/java/android/renderscript/
H A DAllocation.java1438 static public Allocation createSized(RenderScript rs, Element e, method in class:Allocation
1440 Trace.traceBegin(RenderScript.TRACE_TAG, "createSized");
1463 static public Allocation createSized(RenderScript rs, Element e, int count) { method in class:Allocation
1464 return createSized(rs, e, count, USAGE_SCRIPT);
1843 Allocation alloc = Allocation.createSized(rs, Element.U8(rs), allocArray.length, usage);

Completed in 1696 milliseconds

12