Searched refs:create (Results 426 - 450 of 789) sorted by relevance

<<11121314151617181920>>

/frameworks/compile/mclinker/lib/Target/AArch64/
H A DAArch64RelocationHelpers.h99 AArch64PLT1* plt_entry = ld_backend.getPLT().create();
109 Relocation& rel_entry = *ld_backend.getRelaPLT().create();
123 Relocation& rel_entry = *ld_backend.getRelaDyn().create();
/frameworks/compile/mclinker/lib/Target/X86/
H A DX86Relocator.cpp37 Relocation& rel_entry = *ld_backend.getRelDyn().create();
67 X86_32GOTEntry* got_entry = ld_backend.getGOT().create();
106 PLTEntryBase* plt_entry = ld_backend.getPLT().create();
112 X86_32GOTEntry* gotplt_entry = ld_backend.getGOTPLT().create();
116 Relocation& rel_entry = *ld_backend.getRelPLT().create();
190 Relocation& rel_entry = *pTarget.getRelDyn().create();
205 // get or create corresponding BSS LDSection
213 // get or create corresponding BSS SectionData
364 // return if we already create GOT for this symbol
416 X86_32GOTEntry* got_entry1 = getTarget().getGOT().create();
[all...]
/frameworks/rs/cpp/
H A DScriptIntrinsics.cpp36 sp<ScriptIntrinsic3DLUT> ScriptIntrinsic3DLUT::create(sp<RS> rs, sp<const Element> e) { function in class:ScriptIntrinsic3DLUT
70 sp<ScriptIntrinsicBlend> ScriptIntrinsicBlend::create(sp<RS> rs, sp<const Element> e) { function in class:ScriptIntrinsicBlend
207 sp<ScriptIntrinsicBlur> ScriptIntrinsicBlur::create(sp<RS> rs, sp<const Element> e) { function in class:ScriptIntrinsicBlur
247 sp<ScriptIntrinsicColorMatrix> ScriptIntrinsicColorMatrix::create(sp<RS> rs) { function in class:ScriptIntrinsicColorMatrix
340 sp<ScriptIntrinsicConvolve3x3> ScriptIntrinsicConvolve3x3::create(sp<RS> rs, sp<const Element> e) { function in class:ScriptIntrinsicConvolve3x3
381 sp<ScriptIntrinsicConvolve5x5> ScriptIntrinsicConvolve5x5::create(sp<RS> rs, sp<const Element> e) { function in class:ScriptIntrinsicConvolve5x5
423 sp<ScriptIntrinsicHistogram> ScriptIntrinsicHistogram::create(sp<RS> rs, sp<const Element> e) { function in class:ScriptIntrinsicHistogram
508 sp<ScriptIntrinsicLUT> ScriptIntrinsicLUT::create(sp<RS> rs, sp<const Element> e) { function in class:ScriptIntrinsicLUT
573 sp<ScriptIntrinsicResize> ScriptIntrinsicResize::create(sp<RS> rs) { function in class:ScriptIntrinsicResize
610 sp<ScriptIntrinsicYuvToRGB> ScriptIntrinsicYuvToRGB::create(s function in class:ScriptIntrinsicYuvToRGB
[all...]
/frameworks/base/rs/java/android/renderscript/
H A DMesh.java185 * add the types necessary to create vertex and index
341 return tb.create();
349 public Mesh create() { method in class:Mesh.Builder
510 public Mesh create() { method in class:Mesh.AllocationBuilder
791 public Mesh create(boolean uploadToBufferObject) { method in class:Mesh.TriangleMeshBuilder
805 mElement = b.create();
816 Mesh sm = smb.create();
/frameworks/base/tests/RenderScriptTests/SceneGraph/src/com/android/testapp/
H A DTestAppRS.java144 FragmentShader pf = fb.create();
175 mLightsF = fb.create();
180 mLightsDiffF = fb.create();
/frameworks/support/v4/java/android/support/v4/widget/
H A DScrollerCompat.java245 public static ScrollerCompat create(Context context) { method in class:ScrollerCompat
246 return create(context, null);
249 public static ScrollerCompat create(Context context, Interpolator interpolator) { method in class:ScrollerCompat
/frameworks/base/core/java/android/net/
H A DLocalSocket.java95 * It's difficult to discern from the spec when impl.create() should be
99 * @throws IOException from SocketImpl.create()
106 impl.create(sockType);
/frameworks/base/core/java/android/net/http/
H A DHttpResponseCache.java71 * <p>For some applications it may be preferable to create the cache in the
197 AndroidShimResponseCache.create(directory, maxSize);
/frameworks/base/core/java/android/speech/tts/
H A DAudioPlaybackQueueItem.java58 mPlayer = MediaPlayer.create(
/frameworks/base/core/java/android/view/
H A DHardwareRenderer.java433 static HardwareRenderer create(Context context, boolean translucent) { method in class:HardwareRenderer
/frameworks/base/core/tests/coretests/src/android/database/
H A DDatabaseLocaleTest.java48 mDatabase = SQLiteDatabase.create(null);
/frameworks/base/media/mca/filterpacks/java/android/filterpacks/imageproc/
H A DBlackWhiteFilter.java92 addMaskedInputPort("image", ImageFormat.create(ImageFormat.COLORSPACE_RGBA));
H A DCropFilter.java73 addMaskedInputPort("image", ImageFormat.create(ImageFormat.COLORSPACE_RGBA));
102 throw new RuntimeException("Could not create a program for crop filter " + this + "!");
H A DDocumentaryFilter.java87 addMaskedInputPort("image", ImageFormat.create(ImageFormat.COLORSPACE_RGBA));
H A DDrawRectFilter.java69 addMaskedInputPort("image", ImageFormat.create(ImageFormat.COLORSPACE_RGBA,
H A DDuotoneFilter.java62 addMaskedInputPort("image", ImageFormat.create(ImageFormat.COLORSPACE_RGBA));
H A DFillLightFilter.java67 addMaskedInputPort("image", ImageFormat.create(ImageFormat.COLORSPACE_RGBA));
H A DFisheyeFilter.java76 addMaskedInputPort("image", ImageFormat.create(ImageFormat.COLORSPACE_RGBA));
H A DFixedRotationFilter.java48 addMaskedInputPort("image", ImageFormat.create(ImageFormat.COLORSPACE_RGBA,
H A DImageCombineFilter.java61 addMaskedInputPort(inputName, ImageFormat.create(ImageFormat.COLORSPACE_RGBA));
122 throw new RuntimeException("Could not create a program for image filter "
H A DImageSlicer.java63 addMaskedInputPort("image", ImageFormat.create(ImageFormat.COLORSPACE_RGBA,
H A DImageStitcher.java61 addMaskedInputPort("image", ImageFormat.create(ImageFormat.COLORSPACE_RGBA,
H A DLomoishFilter.java127 addMaskedInputPort("image", ImageFormat.create(ImageFormat.COLORSPACE_RGBA));
H A DResizeFilter.java59 addMaskedInputPort("image", ImageFormat.create(ImageFormat.COLORSPACE_RGBA));
82 throw new RuntimeException("ResizeFilter could not create suitable program!");
H A DSaturateFilter.java76 addMaskedInputPort("image", ImageFormat.create(ImageFormat.COLORSPACE_RGBA));

Completed in 362 milliseconds

<<11121314151617181920>>