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

12

/frameworks/base/tests/RenderScriptTests/tests/src/com/android/rs/test/
H A DUT_alloc.java40 Allocation A = Allocation.createTyped(RS, typeBuilder.create());
45 Allocation AFaces = Allocation.createTyped(RS, typeBuilder.create());
48 Allocation ALOD = Allocation.createTyped(RS, typeBuilder.create());
51 Allocation AFacesLOD = Allocation.createTyped(RS, typeBuilder.create());
H A DUT_kernel.java39 A = Allocation.createTyped(RS, typeBuilder.create());
41 B = Allocation.createTyped(RS, typeBuilder.create());
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/base/tests/RenderScriptTests/tests_v14/src/com/android/rs/test/
H A DUT_alloc.java40 Allocation A = Allocation.createTyped(RS, typeBuilder.create());
45 Allocation AFaces = Allocation.createTyped(RS, typeBuilder.create());
48 Allocation ALOD = Allocation.createTyped(RS, typeBuilder.create());
51 Allocation AFacesLOD = Allocation.createTyped(RS, typeBuilder.create());
H A DUT_foreach.java39 A = Allocation.createTyped(RS, typeBuilder.create());
H A DUT_refcount.java36 Allocation A = Allocation.createTyped(RS, typeBuilder.create());
/frameworks/base/tests/RenderScriptTests/SurfaceTexture/src/com/example/android/rs/sto/
H A DSurfaceTextureOpaqueRS.java47 mSto = Allocation.createTyped(mRS, tb.create(), Allocation.USAGE_GRAPHICS_TEXTURE |
49 mRto = Allocation.createTyped(mRS, tb.create(), Allocation.USAGE_GRAPHICS_RENDER_TARGET |
51 mSto2 = Allocation.createTyped(mRS, tb.create(), Allocation.USAGE_GRAPHICS_TEXTURE |
/frameworks/rs/tests/
H A Dcompute.cpp34 sp<Allocation> ain = Allocation::createTyped(rs, t);
35 sp<Allocation> aout = Allocation::createTyped(rs, t);
/frameworks/base/tests/RenderScriptTests/ComputePerf/src/com/example/android/rs/computeperf/
H A DMandelbrot.java34 mAllocationXY = Allocation.createTyped(rs, tb.create());
H A DLaunchTest.java39 mAllocationXY = Allocation.createTyped(rs, tb.create());
/frameworks/base/tests/RenderScriptTests/ImageProcessing/src/com/android/rs/image/
H A DGrain.java76 mNoise = Allocation.createTyped(mRS, tb.create());
77 mNoise2 = Allocation.createTyped(mRS, tb.create());
H A DBlur25.java79 mScratchPixelsAllocation1 = Allocation.createTyped(mRS, tb.create());
80 mScratchPixelsAllocation2 = Allocation.createTyped(mRS, tb.create());
H A DBlend.java71 image1 = Allocation.createTyped(mRS, mInPixelsAllocation.getType());
72 image2 = Allocation.createTyped(mRS, mInPixelsAllocation2.getType());
/frameworks/base/tests/RenderScriptTests/ImageProcessing2/src/com/android/rs/image/
H A DGrain.java71 mNoise = Allocation.createTyped(mRS, tb.create());
72 mNoise2 = Allocation.createTyped(mRS, tb.create());
H A DBlur25.java75 mScratchPixelsAllocation1 = Allocation.createTyped(mRS, tb.create());
76 mScratchPixelsAllocation2 = Allocation.createTyped(mRS, tb.create());
H A DBlend.java61 image1 = Allocation.createTyped(mRS, mInPixelsAllocation.getType());
62 image2 = Allocation.createTyped(mRS, mInPixelsAllocation2.getType());
H A DGroupTest.java71 mScratchPixelsAllocation1 = Allocation.createTyped(mRS, connect);
/frameworks/rs/cpp/
H A DAllocation.h115 static sp<Allocation> createTyped(RenderScript *rs, sp<const Type> type,
117 static sp<Allocation> createTyped(RenderScript *rs, sp<const Type> type,
120 static sp<Allocation> createTyped(RenderScript *rs, sp<const Type> type,
/frameworks/base/tests/RenderScriptTests/SceneGraph/src/com/android/testapp/
H A DFullscreenBlur.java63 sRenderTargetBlur0Color = new TextureRenderTarget(Allocation.createTyped(rs, renderType, usage));
64 sRenderTargetBlur1Color = new TextureRenderTarget(Allocation.createTyped(rs, renderType, usage));
65 sRenderTargetBlur2Color = new TextureRenderTarget(Allocation.createTyped(rs, renderType, usage));
71 sRenderTargetBlur0Depth = new TextureRenderTarget(Allocation.createTyped(rs, renderType, usage));
72 sRenderTargetBlur1Depth = new TextureRenderTarget(Allocation.createTyped(rs, renderType, usage));
73 sRenderTargetBlur2Depth = new TextureRenderTarget(Allocation.createTyped(rs, renderType, usage));
/frameworks/base/tests/RenderScriptTests/SampleTest/src/com/android/rs/sample/
H A DSampleRSActivity.java114 Allocation outAlloc = Allocation.createTyped(mRS, b.setX(outX).setY(outY).create(), usage);
120 outAlloc = Allocation.createTyped(mRS, b.setX(outX).setY(outY).create(), usage);
126 outAlloc = Allocation.createTyped(mRS, b.setX(outX).setY(outY).create(), usage);
132 outAlloc = Allocation.createTyped(mRS, b.setX(outX).setY(outY).create(), usage);
/frameworks/base/tests/RenderScriptTests/SceneGraph/src/com/android/scenegraph/
H A DShader.java74 mConstantBuffer = Allocation.createTyped(rs, mPerShaderConstants);
/frameworks/base/tests/RenderScriptTests/LivePreview/src/com/android/rs/livepreview/
H A DRsYuv.java60 mAllocationOut = Allocation.createTyped(rs, tb.create());

Completed in 1368 milliseconds

12