Searched refs:createTyped (Results 26 - 50 of 82) sorted by relevance

1234

/frameworks/rs/java/tests/ImageProcessing/src/com/android/rs/image/
H A DBlur25.java79 mScratchPixelsAllocation1 = Allocation.createTyped(mRS, tb.create());
80 mScratchPixelsAllocation2 = Allocation.createTyped(mRS, tb.create());
H A DBlur25G.java70 mScratchPixelsAllocation1 = Allocation.createTyped(mRS, tb.create());
71 mScratchPixelsAllocation2 = Allocation.createTyped(mRS, tb.create());
H A DBlend.java70 image1 = Allocation.createTyped(mRS, mInPixelsAllocation.getType());
71 image2 = Allocation.createTyped(mRS, mInPixelsAllocation2.getType());
/frameworks/rs/java/tests/ImageProcessing2/src/com/android/rs/image/
H A DBlur25.java75 mScratchPixelsAllocation1 = Allocation.createTyped(mRS, tb.create());
76 mScratchPixelsAllocation2 = Allocation.createTyped(mRS, tb.create());
H A DBlend.java63 image1 = Allocation.createTyped(mRS, mInPixelsAllocation.getType());
64 image2 = Allocation.createTyped(mRS, mInPixelsAllocation2.getType());
/frameworks/rs/java/tests/ImageProcessing_jb/src/com/android/rs/image/
H A DBlur25.java79 mScratchPixelsAllocation1 = Allocation.createTyped(mRS, tb.create());
80 mScratchPixelsAllocation2 = Allocation.createTyped(mRS, tb.create());
H A DBlend.java70 image1 = Allocation.createTyped(mRS, mInPixelsAllocation.getType());
71 image2 = Allocation.createTyped(mRS, mInPixelsAllocation2.getType());
/frameworks/rs/tests/cppbasic-getpointer/
H A Dcompute.cpp38 sp<Allocation> ain = Allocation::createTyped(rs, t, RS_ALLOCATION_USAGE_SCRIPT | RS_ALLOCATION_USAGE_SHARED);
39 sp<Allocation> aout = Allocation::createTyped(rs, t, RS_ALLOCATION_USAGE_SCRIPT | RS_ALLOCATION_USAGE_SHARED);
/frameworks/rs/tests/latency/
H A Dlatency.cpp70 sp<Allocation> ain = Allocation::createTyped(rs, t);
71 sp<Allocation> aout = Allocation::createTyped(rs, t);
/frameworks/base/tests/RenderScriptTests/SceneGraph/src/com/android/scenegraph/
H A DShader.java74 mConstantBuffer = Allocation.createTyped(rs, mPerShaderConstants);
/frameworks/rs/java/tests/ComputePerf/src/com/example/android/rs/computeperf/
H A DLaunchTest.java37 mAllocationXY = Allocation.createTyped(rs, tb.create());
/frameworks/rs/java/tests/RSTest_CompatLib/src/com/android/rs/test/
H A DUT_array_alloc.java41 Allocation A = Allocation.createTyped(pRS, T);
H A DUT_foreach.java39 A = Allocation.createTyped(RS, typeBuilder.create());
H A DUT_foreach_bounds.java39 A = Allocation.createTyped(RS, typeBuilder.create());
H A DUT_noroot.java39 A = Allocation.createTyped(RS, typeBuilder.create());
H A DUT_refcount.java36 Allocation A = Allocation.createTyped(RS, typeBuilder.create());
/frameworks/rs/java/tests/RsTest/src/com/android/rs/test/
H A DUT_array_alloc.java41 Allocation A = Allocation.createTyped(pRS, T);
H A DUT_foreach.java39 A = Allocation.createTyped(RS, typeBuilder.create());
H A DUT_noroot.java39 A = Allocation.createTyped(RS, typeBuilder.create());
H A DUT_refcount.java36 Allocation A = Allocation.createTyped(RS, typeBuilder.create());
/frameworks/rs/java/tests/RsTest_14/src/com/android/rs/test/
H A DUT_foreach.java39 A = Allocation.createTyped(RS, typeBuilder.create());
H A DUT_refcount.java36 Allocation A = Allocation.createTyped(RS, typeBuilder.create());
/frameworks/rs/java/tests/RsTest_16/src/com/android/rs/test/
H A DUT_foreach.java39 A = Allocation.createTyped(RS, typeBuilder.create());
H A DUT_refcount.java36 Allocation A = Allocation.createTyped(RS, typeBuilder.create());
/frameworks/rs/java/tests/SampleTest/src/com/android/rs/sample/
H A DSampleRSActivity.java118 Allocation outAlloc = Allocation.createTyped(mRS, b.setX(outX).setY(outY).create(), usage);
124 outAlloc = Allocation.createTyped(mRS, b.setX(outX).setY(outY).create(), usage);
130 outAlloc = Allocation.createTyped(mRS, b.setX(outX).setY(outY).create(), usage);
136 outAlloc = Allocation.createTyped(mRS, b.setX(outX).setY(outY).create(), usage);

Completed in 300 milliseconds

1234