Searched refs:create (Results 226 - 250 of 670) sorted by relevance

1234567891011>>

/frameworks/opt/net/voip/src/jni/rtp/
H A DRtpStream.cpp38 jint create(JNIEnv *env, jobject thiz, jstring jAddress) function in namespace:__anon1444
97 {"create", "(Ljava/lang/String;)I", (void *)create},
/frameworks/rs/java/tests/RSTest_CompatLib/src/com/android/rs/test/
H A DUT_instance.java39 RenderScript mRS = RenderScript.create(mCtx);
48 Type t = new Type.Builder(mRS, Element.I32(mRS)).setX(1).create();
/frameworks/support/v8/renderscript/java/src/android/support/v8/renderscript/
H A DScriptGroupThunker.java106 public ScriptGroupThunker create() { method in class:ScriptGroupThunker.Builder
109 sg.mN = bN.create();
H A DScriptIntrinsicColorMatrix.java49 public static ScriptIntrinsicColorMatrix create(RenderScript rs, Element e) { method in class:ScriptIntrinsicColorMatrix
52 return ScriptIntrinsicColorMatrixThunker.create(rs, e);
H A DScriptIntrinsicColorMatrixThunker.java32 public static ScriptIntrinsicColorMatrixThunker create(RenderScript rs, Element e) { method in class:ScriptIntrinsicColorMatrixThunker
38 cm.mN = android.renderscript.ScriptIntrinsicColorMatrix.create(rst.mN, et.getNObj());
/frameworks/base/core/java/android/print/pdf/
H A DPrintedPdfDocument.java110 * and the given page number to create an appropriate {@link PageInfo}.
133 .create();
/frameworks/base/core/java/android/text/style/
H A DStyleSpan.java97 tf = Typeface.create(old, want);
H A DTypefaceSpan.java83 Typeface tf = Typeface.create(family, oldStyle);
/frameworks/base/core/jni/android/graphics/
H A DYuvToJpegEncoder.h19 static YuvToJpegEncoder* create(int pixelFormat, int* strides);
/frameworks/base/media/mca/effect/java/android/media/effect/
H A DFilterEffect.java87 FrameFormat format = ImageFormat.create(width, height,
/frameworks/base/media/mca/filterpacks/java/android/filterpacks/imageproc/
H A DCrossProcessFilter.java77 addMaskedInputPort("image", ImageFormat.create(ImageFormat.COLORSPACE_RGBA));
H A DDrawOverlayFilter.java42 FrameFormat imageFormatMask = ImageFormat.create(ImageFormat.COLORSPACE_RGBA,
H A DNegativeFilter.java52 addMaskedInputPort("image", ImageFormat.create(ImageFormat.COLORSPACE_RGBA));
H A DPosterizeFilter.java55 addMaskedInputPort("image", ImageFormat.create(ImageFormat.COLORSPACE_RGBA));
H A DToGrayFilter.java57 addMaskedInputPort("image", ImageFormat.create(ImageFormat.COLORSPACE_RGBA,
/frameworks/base/rs/java/android/renderscript/
H A DProgramFragment.java63 public ProgramFragment create() { method in class:ProgramFragment.Builder
H A DScriptIntrinsic3DLUT.java46 public static ScriptIntrinsic3DLUT create(RenderScript rs, Element e) { method in class:ScriptIntrinsic3DLUT
H A DScriptIntrinsicBlur.java44 public static ScriptIntrinsicBlur create(RenderScript rs, Element e) { method in class:ScriptIntrinsicBlur
56 * Must match the element type supplied during create.
H A DScriptIntrinsicConvolve5x5.java51 public static ScriptIntrinsicConvolve5x5 create(RenderScript rs, Element e) { method in class:ScriptIntrinsicConvolve5x5
70 * Must match the element type supplied during create.
H A DScriptIntrinsicResize.java37 public static ScriptIntrinsicResize create(RenderScript rs) { method in class:ScriptIntrinsicResize
46 * Must match the element type supplied during create.
/frameworks/base/services/core/java/com/android/server/hdmi/
H A DDevicePowerStatusAction.java42 static DevicePowerStatusAction create(HdmiCecLocalDevice source, method in class:DevicePowerStatusAction
H A DHdmiMhlControllerStub.java28 * It can be created only by {@link HdmiMhlControllerStub#create}.
38 // Private constructor. Use HdmiMhlControllerStub.create().
47 static HdmiMhlControllerStub create(HdmiControlService service) { method in class:HdmiMhlControllerStub
/frameworks/base/tests/Camera2Tests/SmartCamera/SimpleCamera/src/androidx/media/filterfw/
H A DFrameBuffer1D.java73 static FrameBuffer1D create(BackingStore backingStore) { method in class:FrameBuffer1D
/frameworks/base/tests/RenderScriptTests/PerfTest/src/com/android/perftest/
H A DFillTest.java115 mProgFragmentMultitex = pfbCustom.create();
120 mProgFragmentSingletex = pfbCustom.create();
127 mProgFragmentSingletexModulate = pfbCustom.create();
148 ProgramVertexFixedFunction progVertex = pvb.create();
/frameworks/base/tests/RenderScriptTests/SceneGraph/src/com/android/testapp/
H A DSimpleAppRS.java80 mSimpleMesh = tmb.create(true);
140 fb.setShaderConst(new Type.Builder(mRS, b.create()).setX(1).create());
145 FragmentShader shader = fb.create();

Completed in 2330 milliseconds

1234567891011>>