/external/webkit/Source/WebCore/platform/gtk/ |
ScrollbarThemeGtk2.cpp | 149 // Themes determine how to draw the button (which button to draw) based on the allocation 150 // of the widget. Where the target rect is in relation to the total widget allocation 163 // Now we want the allocation to be relative to the origin of the painted rect. 165 GtkAllocation allocation; local 166 gtk_widget_get_allocation(widget, &allocation); 167 allocation.x = allocation.y = 0; 168 allocation.width = rect.width(); 169 allocation.height = rect.height(); 172 allocation.height = totalAllocation [all...] |
/frameworks/rs/ |
rsMesh.cpp | 45 mHal.state.indexBuffers = new Allocation *[mHal.state.indexBuffersCount]; 53 mHal.state.vertexBuffers = new Allocation *[mHal.state.vertexBuffersCount]; 58 mVertexBuffers = new ObjectBaseRef<Allocation>[mHal.state.vertexBuffersCount]; 59 mIndexBuffers = new ObjectBaseRef<Allocation>[mHal.state.primitivesCount]; 120 ObjectBaseRef<Allocation> *vertexBuffers = NULL; 122 vertexBuffers = new ObjectBaseRef<Allocation>[vertexBuffersCount]; 125 Allocation *vertexAlloc = Allocation::createFromStream(rsc, stream); 131 ObjectBaseRef<Allocation> *indexBuffers = NULL; 134 indexBuffers = new ObjectBaseRef<Allocation>[primitivesCount] [all...] |
rsAdapter.cpp | 28 Adapter1D::Adapter1D(Context *rsc, Allocation *a) : ObjectBase(rsc) { 62 Allocation * alloc = static_cast<Allocation *>(valloc); 99 Adapter2D::Adapter2D(Context *rsc, Allocation *a) : ObjectBase(rsc) { 136 Allocation * alloc = static_cast<Allocation *>(valloc);
|
rsPath.h | 41 Path(Context *, RsPathPrimitive pp, bool isStatic, Allocation *vtx, Allocation *loop, float q); 59 void rasterize(const BezierSegment_t *s, uint32_t num, Allocation *alloc);
|
rsScriptIntrinsic.cpp | 33 mSlots = new ObjectBaseRef<Allocation>[2]; 57 const Allocation * ain, 58 Allocation * aout,
|
/frameworks/base/tests/RenderScriptTests/SceneGraph/src/com/android/scenegraph/ |
SceneManager.java | 43 import android.renderscript.Allocation.MipmapControl; 54 HashMap<String, Allocation> mAllocationMap; 75 private Allocation mDefault2D; 76 private Allocation mDefaultCube; 85 private static Allocation getDefault(boolean isCube) { 99 Allocation.MipmapControl mip = Allocation.MipmapControl.MIPMAP_ON_SYNC_TO_TEXTURE; 100 int usage = Allocation.USAGE_GRAPHICS_TEXTURE; 101 Allocation defaultImage = Allocation.createTyped(rs, bitmapType, mip, usage) [all...] |
/frameworks/base/graphics/java/android/renderscript/ |
Mesh.java | 32 * allocation that is provided separately, as multiple allocation 90 Allocation[] mVertexBuffers; 91 Allocation[] mIndexBuffers; 112 * @return vertex data allocation at the given index 115 public Allocation getVertexAllocation(int slot) { 133 * @param slot locaton within the list of index set allocation 134 * @return allocation containing primtive index data or null if 138 public Allocation getIndexSetAllocation(int slot) { 164 mVertexBuffers = new Allocation[vtxCount] [all...] |
ScriptIntrinsicLUT.java | 29 private Allocation mTables; 35 mTables = Allocation.createSized(rs, Element.U8(rs), 1024); 124 * @param ain Input allocation 125 * @param aout Output allocation 127 public void forEach(Allocation ain, Allocation aout) {
|
/frameworks/av/libvideoeditor/vss/src/ |
M4VSS3GPP_MediaAndCodecSubscription.c | 175 M4OSA_TRACE1_0("M4READER_3GP interface allocation error"); 191 M4OSA_TRACE1_0("M4READER_AMR interface allocation error"); 207 M4OSA_TRACE1_0("M4READER_MP3 interface allocation error"); 223 M4OSA_TRACE1_0("M4READER_PCM interface allocation error"); 243 M4OSA_TRACE1_0("M4DECODER_MPEG4 interface allocation error"); 255 M4OSA_TRACE1_0("M4DECODER_H264 interface allocation error"); 267 M4OSA_TRACE1_0("M4VD NULL Decoder interface allocation error"); 286 M4OSA_TRACE1_0("M4 AMRNB interface allocation error"); 300 M4OSA_TRACE1_0("M4 AAC interface allocation error"); 314 M4OSA_TRACE1_0("M4 MP3 interface allocation error") [all...] |
/frameworks/base/tests/RenderScriptTests/MiscSamples/src/com/example/android/rs/miscsamples/ |
RsRenderStatesRS.java | 101 private Allocation mTexTorus; 102 private Allocation mTexOpaque; 103 private Allocation mTexTransparent; 104 private Allocation mTexChecker; 105 private Allocation mTexCube; 116 private Allocation mTextAlloc; 298 private Allocation loadTextureRGB(int id) { 299 return Allocation.createFromBitmapResource(mRS, mRes, id, 300 Allocation.MipmapControl.MIPMAP_ON_SYNC_TO_TEXTURE, 301 Allocation.USAGE_GRAPHICS_TEXTURE) [all...] |
/frameworks/base/tests/RenderScriptTests/SceneGraph/src/com/android/testapp/ |
FullscreenBlur.java | 29 import android.renderscript.Allocation.MipmapControl;
62 int usage = Allocation.USAGE_GRAPHICS_TEXTURE | Allocation.USAGE_GRAPHICS_RENDER_TARGET;
63 sRenderTargetBlur0Color = new TextureRenderTarget(Allocation.createTyped(rs, renderType, usage));
64 sRenderTargetBlur1Color = new TextureRenderTarget(Allocation.createTyped(rs, renderType, usage));
65 sRenderTargetBlur2Color = new TextureRenderTarget(Allocation.createTyped(rs, renderType, usage));
70 usage = Allocation.USAGE_GRAPHICS_RENDER_TARGET;
71 sRenderTargetBlur0Depth = new TextureRenderTarget(Allocation.createTyped(rs, renderType, usage));
72 sRenderTargetBlur1Depth = new TextureRenderTarget(Allocation.createTyped(rs, renderType, usage));
73 sRenderTargetBlur2Depth = new TextureRenderTarget(Allocation.createTyped(rs, renderType, usage)); [all...] |
/frameworks/support/v8/renderscript/java/src/android/support/v8/renderscript/ |
ScriptCThunker.java | 61 void thunkBindAllocation(Allocation va, int slot) { 62 android.renderscript.Allocation nva = null; 79 void thunkForEach(int slot, Allocation ain, Allocation aout, FieldPacker v) { 80 android.renderscript.Allocation nin = null; 81 android.renderscript.Allocation nout = null; 95 void thunkForEach(int slot, Allocation ain, Allocation aout, FieldPacker v, 105 android.renderscript.Allocation nin = null; 106 android.renderscript.Allocation nout = null [all...] |
ScriptIntrinsicLUT.java | 29 private Allocation mTables; 56 si.mTables = Allocation.createSized(rs, Element.U8(rs), 1024); 130 * @param ain Input allocation 131 * @param aout Output allocation 133 public void forEach(Allocation ain, Allocation aout) {
|
/frameworks/base/docs/html/guide/topics/renderscript/ |
compute.jd | 65 {@link android.renderscript.Element} within an {@link android.renderscript.Allocation}. 81 automatically filled in based on the input {@link android.renderscript.Allocation} passed to the 83 android.renderscript.Allocation}, with one execution of the kernel body per {@link 84 android.renderscript.Element} in the {@link android.renderscript.Allocation}. The third notable 86 written to the appropriate location in the output {@link android.renderscript.Allocation}. The 91 <p>A kernel may have an input {@link android.renderscript.Allocation}, an output {@link 92 android.renderscript.Allocation}, or both. A kernel may not have more than one input or one output 93 {@link android.renderscript.Allocation}. If more than one input or output is required, those objects 162 <li><strong>Create at least one {@link android.renderscript.Allocation} to be passed to a 163 script.</strong> An {@link android.renderscript.Allocation} is a RenderScript object that provide [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; 44 typedef SmallVectorImpl<Allocation>::const_iterator const_data_iterator; 45 typedef SmallVectorImpl<Allocation>::const_iterator const_code_iterator;
|
/external/srtp/crypto/kernel/ |
alloc.c | 4 * memory allocation and deallocation 48 /* the debug module for memory allocation */ 77 debug_print(mod_alloc, "allocation failed (asked for %d bytes)\n", size); 102 debug_print(mod_alloc, "allocation failed (asked for %d bytes)\n", size); 115 #else /* we need to define our own memory allocation routines */ 117 #error no memory allocation defined yet
|
/external/valgrind/main/memcheck/tests/ |
origin1-yes.stderr.exp | 5 Uninitialised value was created by a stack allocation 12 Uninitialised value was created by a stack allocation 19 Uninitialised value was created by a stack allocation 26 Uninitialised value was created by a heap allocation 34 Uninitialised value was created by a heap allocation 42 Uninitialised value was created by a heap allocation
|
/external/webkit/Source/JavaScriptCore/heap/ |
MarkedBlock.cpp | 38 PageAllocationAligned allocation = PageAllocationAligned::allocate(blockSize, blockSize, OSAllocator::JSGCHeapPages); local 39 if (!static_cast<bool>(allocation)) 41 return new (allocation.base()) MarkedBlock(allocation, globalData, cellSize); 51 MarkedBlock::MarkedBlock(const PageAllocationAligned& allocation, JSGlobalData* globalData, size_t cellSize) 53 , m_allocation(allocation)
|
/cts/tests/tests/renderscript/src/android/renderscript/cts/ |
ScriptTest.java | 21 import android.renderscript.Allocation; 53 Allocation a = Allocation.createTyped(mRS, tb.create());
|
/external/bison/darwin-lib/ |
alloca.h | 2 /* Memory allocation on the stack. 31 - in inline functions - the allocation may actually last until the 34 the stack is, and when the stack cannot fulfill the memory allocation
|
/external/bison/lib/ |
alloca.in.h | 1 /* Memory allocation on the stack. 30 - in inline functions - the allocation may actually last until the 33 the stack is, and when the stack cannot fulfill the memory allocation
|
/external/bison/linux-lib/ |
alloca.h | 2 /* Memory allocation on the stack. 31 - in inline functions - the allocation may actually last until the 34 the stack is, and when the stack cannot fulfill the memory allocation
|
/frameworks/base/docs/html/reference/renderscript/ |
structrs__allocation.html | 32 <p>Opaque handle to a RenderScript allocation. 35 <div class="textblock"><p>Opaque handle to a RenderScript allocation. </p> 36 <p>See: android.renderscript.Allocation </p>
|
/frameworks/base/docs/html/sdk/api_diff/18/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.copyFrom_added(android.renderscript.Allocation)"></A> 87 <nobr><code>void</code> <A HREF="../../../../reference/android/renderscript/Allocation.html#copyFrom(android.renderscript.Allocation)" target="_top"><code>copyFrom</code></A>(<code>Allocation</code>)</nobr> 101 <A NAME="android.renderscript.Allocation.resize_changed(int)"></A> 102 <nobr><code>void</code> <A HREF="../../../../reference/android/renderscript/Allocation.html#resize(int)" target="_top"><code>resize</code></A>(<code>int</code>) </nobr [all...] |
/ndk/sources/host-tools/sed-4.2.1/lib/ |
alloca.in.h | 3 /* Memory allocation on the stack. 32 - in inline functions - the allocation may actually last until the 35 the stack is, and when the stack cannot fulfill the memory allocation
|