Searched refs:create (Results 101 - 125 of 491) sorted by relevance

1234567891011>>

/frameworks/rs/java/tests/RSTest_CompatLib/src/com/android/rs/test/
H A DUT_foreach.java39 A = Allocation.createTyped(RS, typeBuilder.create());
46 RenderScript pRS = RenderScript.create(mCtx);
H A DUT_foreach_bounds.java39 A = Allocation.createTyped(RS, typeBuilder.create());
54 RenderScript pRS = RenderScript.create(mCtx);
H A DUT_noroot.java39 A = Allocation.createTyped(RS, typeBuilder.create());
46 RenderScript pRS = RenderScript.create(mCtx);
H A DUT_refcount.java36 Allocation A = Allocation.createTyped(RS, typeBuilder.create());
41 RenderScript pRS = RenderScript.create(mCtx);
/frameworks/rs/java/tests/RsTest/src/com/android/rs/test/
H A DUT_array_alloc.java32 RenderScript pRS = RenderScript.create(mCtx);
39 Type T = typeBuilder.setX(1).create();
H A DUT_foreach.java39 A = Allocation.createTyped(RS, typeBuilder.create());
46 RenderScript pRS = RenderScript.create(mCtx);
H A DUT_noroot.java39 A = Allocation.createTyped(RS, typeBuilder.create());
46 RenderScript pRS = RenderScript.create(mCtx);
H A DUT_refcount.java36 Allocation A = Allocation.createTyped(RS, typeBuilder.create());
41 RenderScript pRS = RenderScript.create(mCtx);
/frameworks/rs/java/tests/RsTest_14/src/com/android/rs/test/
H A DUT_foreach.java39 A = Allocation.createTyped(RS, typeBuilder.create());
46 RenderScript pRS = RenderScript.create(mCtx);
H A DUT_refcount.java36 Allocation A = Allocation.createTyped(RS, typeBuilder.create());
41 RenderScript pRS = RenderScript.create(mCtx);
/frameworks/support/v8/renderscript/java/src/android/support/v8/renderscript/
H A DRenderScriptThunker.java48 public static RenderScript create(Context ctx, int sdkVersion) { method in class:RenderScriptThunker
50 rs.mN = android.renderscript.RenderScript.create(ctx, sdkVersion);
H A DScriptIntrinsic3DLUT.java49 public static ScriptIntrinsic3DLUT create(RenderScript rs, Element e) { method in class:ScriptIntrinsic3DLUT
52 return ScriptIntrinsic3DLUTThunker.create(rs, e);
H A DScriptIntrinsic3DLUTThunker.java36 public static ScriptIntrinsic3DLUTThunker create(RenderScript rs, Element e) { method in class:ScriptIntrinsic3DLUTThunker
41 lut.mN = android.renderscript.ScriptIntrinsic3DLUT.create(rst.mN, et.getNObj());
H A DScriptIntrinsicBlur.java48 public static ScriptIntrinsicBlur create(RenderScript rs, Element e) { method in class:ScriptIntrinsicBlur
51 return ScriptIntrinsicBlurThunker.create(rs, e);
64 * Must match the element type supplied during create.
H A DScriptIntrinsicBlurThunker.java35 public static ScriptIntrinsicBlurThunker create(RenderScript rs, Element e) { method in class:ScriptIntrinsicBlurThunker
40 blur.mN = android.renderscript.ScriptIntrinsicBlur.create(rst.mN, et.getNObj());
H A DScriptIntrinsicColorMatrixThunker.java32 public static ScriptIntrinsicColorMatrixThunker create(RenderScript rs, Element e) { method in class:ScriptIntrinsicColorMatrixThunker
37 cm.mN = android.renderscript.ScriptIntrinsicColorMatrix.create(rst.mN, et.getNObj());
H A DScriptIntrinsicConvolve3x3.java49 public static ScriptIntrinsicConvolve3x3 create(RenderScript rs, Element e) { method in class:ScriptIntrinsicConvolve3x3
52 return ScriptIntrinsicConvolve3x3Thunker.create(rs, e);
68 * Must match the element type supplied during create.
H A DScriptIntrinsicConvolve3x3Thunker.java33 public static ScriptIntrinsicConvolve3x3Thunker create(RenderScript rs, Element e) { method in class:ScriptIntrinsicConvolve3x3Thunker
38 si.mN = android.renderscript.ScriptIntrinsicConvolve3x3.create(rst.mN, et.getNObj());
H A DScriptIntrinsicConvolve5x5.java50 public static ScriptIntrinsicConvolve5x5 create(RenderScript rs, Element e) { method in class:ScriptIntrinsicConvolve5x5
53 return ScriptIntrinsicConvolve5x5Thunker.create(rs, e);
62 * Must match the element type supplied during create.
H A DScriptIntrinsicConvolve5x5Thunker.java33 public static ScriptIntrinsicConvolve5x5Thunker create(RenderScript rs, Element e) { method in class:ScriptIntrinsicConvolve5x5Thunker
38 si.mN = android.renderscript.ScriptIntrinsicConvolve5x5.create(rst.mN, et.getNObj());
H A DScriptIntrinsicLUTThunker.java32 public static ScriptIntrinsicLUTThunker create(RenderScript rs, Element e) { method in class:ScriptIntrinsicLUTThunker
37 si.mN = android.renderscript.ScriptIntrinsicLUT.create(rst.mN, et.getNObj());
H A DScriptIntrinsicYuvToRGBThunker.java32 public static ScriptIntrinsicYuvToRGBThunker create(RenderScript rs, Element e) { method in class:ScriptIntrinsicYuvToRGBThunker
37 si.mN = android.renderscript.ScriptIntrinsicYuvToRGB.create(rst.mN, et.getNObj());
/frameworks/wilhelm/src/android/
H A Dandroid_LocAVPlayer.cpp49 mPlayer = mediaPlayerService->create(mPlayerClient /*IMediaPlayerClient*/,
52 SL_LOGE("media player service failed to create player by URI");
59 mPlayer = mediaPlayerService->create(mPlayerClient /*IMediaPlayerClient*/,
62 SL_LOGE("media player service failed to create player by FD");
/frameworks/base/tests/RenderScriptTests/FBOTest/src/com/android/fbotest/
H A DFBOTestRS.java84 mPSBackground = b.create();
95 mSampler = bs.create();
100 mPFBackground = b.create();
108 mPVBackground = pvb.create();
178 b.create(),
188 b.create(),
195 mItalic = Font.create(mRS, mRes, "serif", Font.Style.ITALIC, 8);
/frameworks/base/tests/RenderScriptTests/PerfTest/src/com/android/perftest/
H A DTorusTest.java170 mProgVertexCustom = pvbCustom.create();
181 mProgFragmentCustom = pfbCustom.create();
189 mProgVertexPixelLight = pvbCustom.create();
196 mProgVertexPixelLightMove = pvbCustom.create();
203 mProgFragmentPixelLight = pfbCustom.create();
211 mProgFragmentMultitex = pfbCustom.create();
215 mProgFragmentColor = colBuilder.create();
220 mProgFragmentTexture = texBuilder.create();
223 mProgVertex = pvb.create();

Completed in 192 milliseconds

1234567891011>>