HomeSort by relevance Sort by last modified time
    Searched full:allocation (Results 76 - 100 of 3375) sorted by null

1 2 34 5 6 7 8 91011>>

  /cts/tests/tests/renderscript/src/android/renderscript/cts/
ProgramVertexTest.java 21 import android.renderscript.Allocation;
34 Allocation mConstMatrix;
35 Allocation mConstComplex;
36 Allocation mConstExtra;
65 Allocation.USAGE_SCRIPT |
66 Allocation.USAGE_GRAPHICS_CONSTANTS);
71 Allocation.USAGE_SCRIPT |
72 Allocation.USAGE_GRAPHICS_CONSTANTS);
77 Allocation.USAGE_SCRIPT |
78 Allocation.USAGE_GRAPHICS_CONSTANTS)
    [all...]
  /external/llvm/tools/lli/
RecordingMemoryManager.h 11 // allocation. Iterators are provided for all data and code allocations.
28 typedef std::pair<sys::MemoryBlock, unsigned> Allocation;
31 SmallVector<Allocation, 16> AllocatedDataMem;
32 SmallVector<Allocation, 16> AllocatedCodeMem;
38 typedef SmallVectorImpl<Allocation>::const_iterator const_data_iterator;
39 typedef SmallVectorImpl<Allocation>::const_iterator const_code_iterator;
  /frameworks/rs/
rsProgram.h 43 Allocation **textures;
50 Allocation **constants;
66 void bindAllocation(Context *, Allocation *, uint32_t slot);
70 void bindTexture(Context *, uint32_t slot, Allocation *);
74 ObjectBaseRef<Allocation> *mTextures;
76 ObjectBaseRef<Allocation> *mConstants;
rsAdapter.h 30 // By policy this allocation will hold a pointer to the type
33 Adapter1D(Context *, Allocation *);
36 void setAllocation(Allocation *a) {mAllocation.set(a);}
54 ObjectBaseRef<Allocation> mAllocation;
64 // By policy this allocation will hold a pointer to the type
67 Adapter2D(Context *, Allocation *);
74 void setAllocation(Allocation *a) {mAllocation.set(a);}
87 ObjectBaseRef<Allocation> mAllocation;
  /packages/wallpapers/MusicVisualization/src/com/android/musicvis/vis5/
Visualization5RS.java 70 private Allocation[] mTextures;
77 protected Allocation mPointAlloc;
82 private Allocation mLineIdxAlloc;
168 mTextures = new Allocation[8];
169 mTextures[0] = Allocation.createFromBitmapResource(mRS, mResources, R.drawable.background,
170 Allocation.MipmapControl.MIPMAP_ON_SYNC_TO_TEXTURE,
171 Allocation.USAGE_GRAPHICS_TEXTURE);
173 mTextures[1] = Allocation.createFromBitmapResource(mRS, mResources, R.drawable.frame,
174 Allocation.MipmapControl.MIPMAP_ON_SYNC_TO_TEXTURE,
175 Allocation.USAGE_GRAPHICS_TEXTURE)
    [all...]
  /external/webkit/Source/JavaScriptCore/wtf/
BumpPointerAllocator.h 41 // If allocation fails (out of memory) this method will return null.
90 // Placement operator new, returns the last 'size' bytes of allocation for use as this.
91 void* operator new(size_t size, const PageAllocation& allocation)
93 ASSERT(size < allocation.size());
94 return reinterpret_cast<char*>(reinterpret_cast<intptr_t>(allocation.base()) + allocation.size()) - size;
97 BumpPointerPool(const PageAllocation& allocation)
98 : m_current(allocation.base())
99 , m_start(allocation.base())
102 , m_allocation(allocation)
    [all...]
  /external/llvm/lib/CodeGen/
AllocationOrder.cpp 1 //===-- llvm/CodeGen/AllocationOrder.cpp - Allocation Order ---------------===//
10 // This file implements an allocation order for virtual registers.
12 // The preferred allocation order for a virtual register depends on allocation
43 // The remaining allocation order may depend on the hint.
50 // Copy the allocation order with reserved registers removed.
63 // If there is no hint or just a normal hint, use the cached allocation
70 // The hint must be a valid physreg for allocation.
AllocationOrder.h 1 //===-- llvm/CodeGen/AllocationOrder.h - Allocation Order -*- C++ -*-------===//
10 // This file implements an allocation order for virtual registers.
12 // The preferred allocation order for a virtual register depends on allocation
44 /// next - Return the next physical register in the allocation order, or 0.
  /external/oprofile/libutil/
op_growable_buffer.h 26 * init_buffer do not do any allocation, the first allocation will occur
  /external/valgrind/main/massif/tests/
ignoring.c 12 // The peak is from the first allocation.
16 // Now do an allocation to provide the post-peak baseline.
  /frameworks/support/renderscript/v8/rs_support/
rsAdapter.h 30 // By policy this allocation will hold a pointer to the type
33 Adapter1D(Context *, Allocation *);
36 void setAllocation(Allocation *a) {mAllocation.set(a);}
54 ObjectBaseRef<Allocation> mAllocation;
64 // By policy this allocation will hold a pointer to the type
67 Adapter2D(Context *, Allocation *);
74 void setAllocation(Allocation *a) {mAllocation.set(a);}
87 ObjectBaseRef<Allocation> mAllocation;
  /external/chromium/chrome/browser/renderer_host/
web_cache_manager.h 51 // manager may decide to adjust its resource allocation, but it will delay
86 // An allocation is the number of bytes a specific renderer should use for
88 typedef std::pair<int,size_t> Allocation;
90 // An allocation strategy is a list of allocations specifying the resources
92 typedef std::list<Allocation> AllocationStrategy;
100 // Recomputes the allocation of cache resources among the renderers. Also
101 // informs the renderers of their new allocation.
107 // The various tactics used as part of an allocation strategy. To decide
112 // Determining a resource allocation strategy amounts to picking a tactic
121 // some extra allocation to store new objects
    [all...]
  /external/clang/test/CXX/expr/expr.unary/expr.new/
p20-0x.cpp 5 // Placement allocation function:
  /external/kernel-headers/original/linux/
omap_ion.h 24 * @w: width of the allocation
25 * @h: height of the allocation
28 * @stride: stride of the allocation, returned to caller from kernel
30 * to this allocation
  /frameworks/base/tests/RenderScriptTests/ComputePerf/src/com/example/android/rs/computeperf/
LaunchTest.java 24 private Allocation mAllocationX;
25 private Allocation mAllocationXY;
35 mAllocationX = Allocation.createSized(rs, Element.U8(rs), dim);
39 mAllocationXY = Allocation.createTyped(rs, tb.create());
  /frameworks/base/tests/RenderScriptTests/tests/src/com/android/rs/test/
UT_kernel.java 26 private Allocation A;
27 private Allocation B;
39 A = Allocation.createTyped(RS, typeBuilder.create());
41 B = Allocation.createTyped(RS, typeBuilder.create());
  /external/replicaisland/src/com/replica/replicaisland/
AllocationGuard.java 22 * allocation of AllocationGuard or its derivatives will cause an error log entry. Note
29 // An allocation has occurred while the guard is active! Report it.
30 DebugLog.e("AllocGuard", "An allocation of type " + this.getClass().getName()
  /frameworks/base/tests/RenderScriptTests/SceneGraph/src/com/android/scenegraph/
SceneGraphBase.java 24 import android.renderscript.Allocation;
40 Allocation mNameAlloc;
50 Allocation getNameAlloc(RenderScriptGL rs) {
  /frameworks/base/tests/RenderScriptTests/ShadersTest/src/com/android/shaderstest/
ShadersTestRS.java 20 import android.renderscript.Allocation;
65 private Allocation mMeshTexture;
66 private Allocation mScreen;
67 private Allocation mScreenDepth;
135 mMeshTexture = Allocation.createFromBitmapResource(mRS, mRes, R.drawable.robot,
136 Allocation.MipmapControl.MIPMAP_ON_SYNC_TO_TEXTURE,
137 Allocation.USAGE_GRAPHICS_TEXTURE);
192 mScreen = Allocation.createTyped(mRS, b.create(),
193 Allocation.USAGE_GRAPHICS_TEXTURE | Allocation.USAGE_GRAPHICS_RENDER_TARGET)
    [all...]
  /frameworks/rs/driver/
rsdBcc.h 46 const android::renderscript::Allocation * ain,
47 android::renderscript::Allocation * aout,
71 uint32_t slot, android::renderscript::Allocation *data);
89 android::renderscript::Allocation * rsdScriptGetAllocationForPointer(
105 uint32_t slot, android::renderscript::Allocation *data);
129 android::renderscript::Allocation **mBoundAllocs;
147 const android::renderscript::Allocation * ain;
148 android::renderscript::Allocation * aout;
166 const android::renderscript::Allocation * ain,
167 android::renderscript::Allocation * aout
    [all...]
  /frameworks/support/renderscript/v8/rs_support/driver/
rsdBcc.h 41 const android::renderscript::Allocation * ain,
42 android::renderscript::Allocation * aout,
66 uint32_t slot, android::renderscript::Allocation *data);
84 android::renderscript::Allocation * rsdScriptGetAllocationForPointer(
100 uint32_t slot, android::renderscript::Allocation *data);
127 android::renderscript::Allocation **mBoundAllocs;
145 const android::renderscript::Allocation * ain;
146 android::renderscript::Allocation * aout;
164 const android::renderscript::Allocation * ain,
165 android::renderscript::Allocation * aout
    [all...]
  /frameworks/base/docs/html/sdk/api_diff/16/changes/
android.renderscript.Allocation.html 10 android.renderscript.Allocation
74 Class android.renderscript.<A HREF="../../../../reference/android/renderscript/Allocation.html" target="_top"><font size="+2"><code>Allocation</code></font></A>
86 <A NAME="android.renderscript.Allocation.getBytesSize_added()"></A>
87 <nobr><code>int</code>&nbsp;<A HREF="../../../../reference/android/renderscript/Allocation.html#getBytesSize()" target="_top"><code>getBytesSize</code></A>()</nobr>
93 <A NAME="android.renderscript.Allocation.getElement_added()"></A>
94 <nobr><code>Element</code>&nbsp;<A HREF="../../../../reference/android/renderscript/Allocation.html#getElement()" target="_top"><code>getElement</code></A>()</nobr>
100 <A NAME="android.renderscript.Allocation.getSurface_added()"></A>
101 <nobr><code>Surface</code>&nbsp;<A HREF="../../../../reference/android/renderscript/Allocation.html#getSurface()" target="_top"><code>getSurface</code></A>()</nobr>
107 <A NAME="android.renderscript.Allocation.getUsage_added()"></A
    [all...]
  /frameworks/av/libvideoeditor/vss/mcs/src/
M4MCS_MediaAndCodecSubscription.c 178 M4OSA_TRACE1_0("M4READER_3GP interface allocation error");
196 M4OSA_TRACE1_0("M4READER_AMR interface allocation error");
215 M4OSA_TRACE1_0("M4READER_MP3 interface allocation error");
238 M4OSA_TRACE1_0("M4DECODER_MPEG4 interface allocation error");
255 M4OSA_TRACE1_0("M4DECODER_AVC interface allocation error");
277 M4OSA_TRACE1_0("M4AD PHILIPS AMRNB interface allocation error");
294 M4OSA_TRACE1_0("M4AD PHILIPS AAC interface allocation error");
311 M4OSA_TRACE1_0("M4AD PHILIPS MP3 interface allocation error");
340 M4OSA_TRACE1_0("M4WRITER_3GP interface allocation error");
365 M4OSA_TRACE1_0("M4MP4E_MPEG4 interface allocation error")
    [all...]
  /frameworks/base/docs/html/sdk/api_diff/14/changes/
android.renderscript.Allocation.html 10 android.renderscript.Allocation
74 Class android.renderscript.<A HREF="../../../../reference/android/renderscript/Allocation.html" target="_top"><font size="+2"><code>Allocation</code></font></A>
86 <A NAME="android.renderscript.Allocation.copy1DRangeFrom_added(int, int, android.renderscript.Allocation, int)"></A>
87 <nobr><code>void</code>&nbsp;<A HREF="../../../../reference/android/renderscript/Allocation.html#copy1DRangeFrom(int, int, android.renderscript.Allocation, int)" target="_top"><code>copy1DRangeFrom</code></A>(<code>int,</nobr> int<nobr>,</nobr> Allocation<nobr>,</nobr> int<nobr><nobr></code>)</nobr>
93 <A NAME="android.renderscript.Allocation.copy2DRangeFrom_added(int, int, int, int, android.renderscript.Allocation, int, int)"></A
    [all...]
  /frameworks/base/tests/RenderScriptTests/ImageProcessing/src/com/android/rs/image/
Blur25.java 21 import android.renderscript.Allocation;
38 private Allocation mScratchPixelsAllocation1;
39 private Allocation mScratchPixelsAllocation2;
79 mScratchPixelsAllocation1 = Allocation.createTyped(mRS, tb.create());
80 mScratchPixelsAllocation2 = Allocation.createTyped(mRS, tb.create());

Completed in 1064 milliseconds

1 2 34 5 6 7 8 91011>>