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

1234567891011>>

/frameworks/rs/java/tests/RsTest_14/src/com/android/rs/test/
H A DUT_primitives.java91 RenderScript pRS = RenderScript.create(mCtx);
/frameworks/rs/tests/cppallocation/
H A Dcompute.cpp31 sp<const Type> t = tb.create();
/frameworks/base/core/java/android/util/
H A DLruCache.java32 * override {@link #create}. This simplifies the calling code, allowing it to
107 * created by {@code #create}. If a value was returned, it is moved to the
127 * Attempt to create a value. This may take a long time, and the map
128 * may be different when create() returns. If a conflicting value was
129 * added to the map while create() was working, we leave that value in
133 V createdValue = create(key);
282 protected V create(K key) { method in class:LruCache
347 * Returns the number of times {@link #create(Object)} returned a value.
/frameworks/base/core/jni/android/graphics/
H A DPathMeasure.cpp55 static PathMeasurePair* create(JNIEnv* env, jobject clazz, const SkPath* path, jboolean forceClosed) { function in class:android::SkPathMeasureGlue
121 {"native_create", "(IZ)I", (void*) SkPathMeasureGlue::create },
/frameworks/base/media/mca/filterpacks/java/android/filterpacks/imageproc/
H A DGrainFilter.java103 addMaskedInputPort("image", ImageFormat.create(ImageFormat.COLORSPACE_RGBA));
162 FrameFormat noiseFormat = ImageFormat.create(inputFormat.getWidth() / 2,
H A DRedEyeFilter.java91 addMaskedInputPort("image", ImageFormat.create(ImageFormat.COLORSPACE_RGBA));
172 FrameFormat format = ImageFormat.create(bitmapWidth, bitmapHeight,
H A DRotateFilter.java62 addMaskedInputPort("image", ImageFormat.create(ImageFormat.COLORSPACE_RGBA));
110 FrameFormat outputFormat = ImageFormat.create(mOutputWidth, mOutputHeight,
H A DColorTemperatureFilter.java69 addMaskedInputPort("image", ImageFormat.create(ImageFormat.COLORSPACE_RGBA));
H A DCrossProcessFilter.java82 addMaskedInputPort("image", ImageFormat.create(ImageFormat.COLORSPACE_RGBA));
/frameworks/base/media/mca/filterpacks/java/android/filterpacks/videosrc/
H A DSurfaceTextureSource.java154 addOutputPort("video", ImageFormat.create(ImageFormat.COLORSPACE_RGBA,
159 mOutputFormat = ImageFormat.create(mWidth, mHeight,
/frameworks/base/tests/BiDiTests/src/com/android/bidi/
H A DBiDiTestGridLayoutCodeLtr.java45 currentView.addView(create(currentView.getContext()));
48 public static View create(Context context) { method in class:BiDiTestGridLayoutCodeLtr
H A DBiDiTestGridLayoutCodeRtl.java45 currentView.addView(create(currentView.getContext()));
48 public static View create(Context context) { method in class:BiDiTestGridLayoutCodeRtl
/frameworks/base/tests/Camera2Tests/SmartCamera/SimpleCamera/src/androidx/media/filterfw/
H A DSobelFilter.java129 FrameImage2D gxFrame = Frame.create(mImageType, inputDims).asFrameImage2D();
130 FrameImage2D gyFrame = Frame.create(mImageType, inputDims).asFrameImage2D();
/frameworks/base/tests/RenderScriptTests/SceneGraph/src/com/android/scenegraph/
H A DFragmentShader.java78 public FragmentShader create() { method in class:FragmentShader.Builder
94 mShader.mProgram = mBuilder.create();
/frameworks/base/tools/layoutlib/bridge/src/android/util/
H A DLruCache.java36 * override {@link #create}. This simplifies the calling code, allowing it to
111 * created by {@code #create}. If a value was returned, it is moved to the
131 * Attempt to create a value. This may take a long time, and the map
132 * may be different when create() returns. If a conflicting value was
133 * added to the map while create() was working, we leave that value in
137 V createdValue = create(key);
292 protected V create(K key) { method in class:LruCache
357 * Returns the number of times {@link #create(Object)} returned a value.
/frameworks/rs/cpp/
H A DType.cpp102 sp<const Type> Type::create(sp<RS> rs, sp<const Element> e, uint32_t dimX, uint32_t dimY, uint32_t dimZ) { function in class:Type
171 sp<const Type> Type::Builder::create() { function in class:Type::Builder
/frameworks/rs/
H A DrsElement.h112 static const Element* create(Context *rsc, function in class:android::renderscript::Element
121 static const Element* create(Context *rsc, size_t count, function in class:android::renderscript::Element
/frameworks/support/v4/java/android/support/v4/util/
H A DLruCache.java57 * created by {@code #create}. If a value was returned, it is moved to the
77 * Attempt to create a value. This may take a long time, and the map
78 * may be different when create() returns. If a conflicting value was
79 * added to the map while create() was working, we leave that value in
83 V createdValue = create(key);
228 protected V create(K key) { method in class:LruCache
292 * Returns the number of times {@link #create(Object)} returned a value.
/frameworks/support/v8/renderscript/java/src/android/support/v8/renderscript/
H A DSamplerThunker.java130 public Sampler create() { method in class:SamplerThunker.Builder
138 android.renderscript.Sampler s = b.create();
H A DScriptIntrinsicBlend.java37 public static ScriptIntrinsicBlend create(RenderScript rs, Element e) { method in class:ScriptIntrinsicBlend
40 return ScriptIntrinsicBlendThunker.create(rs, e);
H A DType.java284 * Validate structure and create a new Type.
288 public Type create() { method in class:Type.Builder
317 t = TypeThunker.create(rst, mElement, mDimX, mDimY, mDimZ,
/frameworks/av/services/audioflinger/
H A DAudioResampler.h46 static AudioResampler* create(int bitDepth, int inChannelCount,
/frameworks/base/core/java/android/speech/tts/
H A DAudioPlaybackQueueItem.java54 mPlayer = MediaPlayer.create(mContext, mUri);
/frameworks/base/graphics/java/android/renderscript/
H A DProgramVertex.java127 public ProgramVertex create() { method in class:ProgramVertex.Builder
/frameworks/base/libs/hwui/
H A DPixelBuffer.h66 static PixelBuffer* create(GLenum format, uint32_t width, uint32_t height,

Completed in 531 milliseconds

1234567891011>>