Searched refs:create (Results 51 - 75 of 670) sorted by relevance

1234567891011>>

/frameworks/rs/java/tests/RSTest_CompatLib/src/com/android/rs/test/
H A DUT_sampler.java50 minification = b.create();
54 magnification = b.create();
58 wrapS = b.create();
62 wrapT = b.create();
66 anisotropy = b.create();
142 RenderScript pRS = RenderScript.create(mCtx);
H A DUT_atomic.java32 RenderScript pRS = RenderScript.create(mCtx);
H A DUT_clamp.java32 RenderScript pRS = RenderScript.create(mCtx);
H A DUT_clamp_relaxed.java32 RenderScript pRS = RenderScript.create(mCtx);
H A DUT_convert.java32 RenderScript pRS = RenderScript.create(mCtx);
H A DUT_convert_relaxed.java32 RenderScript pRS = RenderScript.create(mCtx);
/frameworks/rs/java/tests/RsTest/src/com/android/rs/test/
H A DUT_sampler.java50 minification = b.create();
54 magnification = b.create();
58 wrapS = b.create();
62 wrapT = b.create();
66 anisotropy = b.create();
142 RenderScript pRS = RenderScript.create(mCtx);
/frameworks/base/tests/GridLayoutTest/src/com/android/test/layout/
H A DAbstractLayoutTest.java42 public View create(Context context, String name, int size) { method in class:AbstractLayoutTest
53 public abstract ViewGroup create(Context context); method in class:AbstractLayoutTest
74 setContentView(create(getBaseContext()));
/frameworks/rs/java/tests/ImageProcessing2/src/com/android/rs/image/
H A DBlur25G.java64 mScratchPixelsAllocation1 = Allocation.createTyped(mRS, tb.create());
65 mScratchPixelsAllocation2 = Allocation.createTyped(mRS, tb.create());
70 mIntrinsic = ScriptIntrinsicBlur.create(mRS, Element.U8(mRS));
/frameworks/rs/java/tests/ImageProcessing_jb/src/com/android/rs/image/
H A DBlur25G.java70 mScratchPixelsAllocation1 = Allocation.createTyped(mRS, tb.create());
71 mScratchPixelsAllocation2 = Allocation.createTyped(mRS, tb.create());
76 mIntrinsic = ScriptIntrinsicBlur.create(mRS, Element.U8(mRS));
H A DGroupTest.java51 mConvolve = ScriptIntrinsicConvolve3x3.create(mRS, Element.U8_4(mRS));
52 mMatrix = ScriptIntrinsicColorMatrix.create(mRS, Element.U8_4(mRS));
69 Type connect = tb.create();
76 mGroup = b.create();
/frameworks/base/location/lib/java/com/android/location/provider/
H A DProviderPropertiesUnbundled.java31 public static ProviderPropertiesUnbundled create(boolean requiresNetwork, method in class:ProviderPropertiesUnbundled
/frameworks/base/media/java/android/media/audiofx/
H A DAcousticEchoCanceler.java61 public static AcousticEchoCanceler create(int audioSession) { method in class:AcousticEchoCanceler
H A DAutomaticGainControl.java61 public static AutomaticGainControl create(int audioSession) { method in class:AutomaticGainControl
H A DNoiseSuppressor.java63 public static NoiseSuppressor create(int audioSession) { method in class:NoiseSuppressor
/frameworks/base/rs/java/android/renderscript/
H A DScriptIntrinsicYuvToRGB.java44 public static ScriptIntrinsicYuvToRGB create(RenderScript rs, Element e) { method in class:ScriptIntrinsicYuvToRGB
/frameworks/base/tests/RenderScriptTests/FountainFbo/src/com/example/android/rs/fountainfbo/
H A DFountainFboRS.java49 Mesh sm = smb.create();
57 mProgramFragment = pfb.create();
65 mTextureProgramFragment = pfb.create();
71 mColorBuffer = Allocation.createTyped(mRS, colorBuilder.create(),
/frameworks/base/tools/layoutlib/create/src/com/android/tools/layoutlib/create/
H A DMethodListener.java17 package com.android.tools.layoutlib.create;
/frameworks/compile/mclinker/include/mcld/LD/
H A DStubFactory.h34 /// create - create a stub if needed, otherwise return NULL
35 Stub* create(Relocation& pReloc,
/frameworks/compile/mclinker/include/mcld/Script/
H A DFileToken.h40 static FileToken* create(const std::string& pName, bool pAsNeeded);
H A DNameSpec.h40 static NameSpec* create(const std::string& pName, bool pAsNeeded);
/frameworks/compile/mclinker/include/mcld/Target/
H A DOutputRelocSection.h32 /// create - create an dynamic relocation entry
33 Relocation* create();
/frameworks/rs/java/tests/ImageProcessing/src/com/android/rs/image/
H A DBlur25G.java70 mScratchPixelsAllocation1 = Allocation.createTyped(mRS, tb.create());
71 mScratchPixelsAllocation2 = Allocation.createTyped(mRS, tb.create());
73 mCM = ScriptIntrinsicColorMatrix.create(mRS);
76 mIntrinsic = ScriptIntrinsicBlur.create(mRS, Element.U8(mRS));
H A DGroupTest.java51 mConvolve = ScriptIntrinsicConvolve3x3.create(mRS, Element.U8_4(mRS));
52 mMatrix = ScriptIntrinsicColorMatrix.create(mRS, Element.U8_4(mRS));
69 Type connect = tb.create();
76 mGroup = b.create();
/frameworks/rs/java/tests/MathErr/src/com/example/android/rs/matherr/
H A DMathErrActivity.java34 mRS = RenderScript.create(this);

Completed in 2601 milliseconds

1234567891011>>