HomeSort by relevance Sort by last modified time
    Searched full:allocation (Results 376 - 400 of 5756) sorted by null

<<11121314151617181920>>

  /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>&nbsp;<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>&nbsp;<A HREF="../../../../reference/android/renderscript/Allocation.html#resize(int)" target="_top"><code>resize</code></A>(<code>int</code>) </nobr
    [all...]
  /frameworks/rs/
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);
  /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
  /packages/wallpapers/Galaxy4/src/com/android/galaxy4/
GalaxyRS.java 6 import android.renderscript.Allocation;
48 private Allocation mCloudAllocation;
49 private Allocation mStaticStarAllocation;
50 private Allocation mStaticStar2Allocation;
51 private Allocation mBgAllocation;
108 private Allocation loadTexture(int id) {
109 final Allocation allocation = Allocation.createFromBitmapResource(mRS, mRes, id, local
110 Allocation.MipmapControl.MIPMAP_NONE
    [all...]
  /prebuilts/ndk/9/platforms/android-19/arch-arm/usr/include/rs/
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);
  /prebuilts/ndk/9/platforms/android-19/arch-mips/usr/include/rs/
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);
  /prebuilts/ndk/9/platforms/android-19/arch-x86/usr/include/rs/
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);
  /developers/build/prebuilts/gradle/BasicRenderScript/.google/
packaging.yaml 16 - android:android.renderscript.Allocation
  /development/samples/RenderScript/Levels/src/com/android/rs/levels/
LevelsRSActivity.java 26 import android.renderscript.Allocation;
63 private Allocation mInPixelsAllocation;
64 private Allocation mOutPixelsAllocation;
171 mInPixelsAllocation = Allocation.createFromBitmap(mRS, mBitmapIn,
172 Allocation.MipmapControl.MIPMAP_NONE,
173 Allocation.USAGE_SCRIPT);
174 mOutPixelsAllocation = Allocation.createTyped(mRS, mInPixelsAllocation.getType(),
175 Allocation.USAGE_SCRIPT |
176 Allocation.USAGE_IO_OUTPUT);
  /external/chromium_org/base/debug/
gdi_debug_util_win.h 16 // debug::alias so we can find what is causing the allocation failures.
  /external/chromium_org/base/mac/
scoped_mach_vm.h 21 // allocation managed by a ScopedMachVM object may span multiple pages. As far
24 // address of an allocation implies the size of an allocated block.
26 // allocation to ScopedMachVM, it also needs to know the size of the
27 // allocation. To avoid any confusion, both the base address and size must
  /external/chromium_org/content/browser/loader/
resource_buffer_unittest.cc 15 // First allocation
25 buf->ShrinkLastAllocation(2); // Less than our min allocation size.
30 // Second allocation
75 // Create hole at the beginnning. Next allocation should go there.
  /external/chromium_org/third_party/lzma_sdk/
Alloc.h 1 /* Alloc.h -- Memory allocation functions
  /external/chromium_org/third_party/ots/third_party/lzma_sdk/
Alloc.h 1 /* Alloc.h -- Memory allocation functions
  /external/chromium_org/third_party/skia/include/views/
SkSystemEventTypes.h 16 2) keep them <= 4 bytes, so we can avoid an allocation in SkEvent::setType()
  /external/chromium_org/v8/src/
runtime-profiler.h 8 #include "src/allocation.h"
  /external/compiler-rt/test/lsan/TestCases/
link_turned_off.cc 24 // CHECK: SUMMARY: {{(Leak|Address)}}Sanitizer: 4 byte(s) leaked in 1 allocation(s)
  /external/llvm/tools/lli/
RemoteMemoryManager.h 11 // allocation. Iterators are provided for all data and code allocations.
31 struct Allocation {
32 Allocation() {}
33 Allocation(sys::MemoryBlock mb, unsigned a, bool code)
42 // This vector contains Allocation objects for all sections which we have
45 SmallVector<Allocation, 2> AllocatedSections;
47 // This vector contains pointers to Allocation objects for any sections we
51 SmallVector<Allocation, 2> UnmappedSections;
55 DenseMap<uint64_t, Allocation> MappedSections;
  /external/lzma/C/
Alloc.h 1 /* Alloc.h -- Memory allocation functions
  /external/skia/include/views/
SkSystemEventTypes.h 16 2) keep them <= 4 bytes, so we can avoid an allocation in SkEvent::setType()
  /external/valgrind/main/massif/tests/
long-time.c 1 // This test does enough allocation and deallocation that the time-unit,
  /external/valgrind/main/memcheck/tests/
origin4-many.stderr.exp 3 Uninitialised value was created by a heap allocation
9 Uninitialised value was created by a heap allocation
15 Uninitialised value was created by a heap allocation
21 Uninitialised value was created by a heap allocation
27 Uninitialised value was created by a heap allocation
33 Uninitialised value was created by a heap allocation
39 Uninitialised value was created by a heap allocation
45 Uninitialised value was created by a heap allocation
51 Uninitialised value was created by a heap allocation
  /external/valgrind/main/tests/
malloc.h 12 // Allocates a 16-aligned block. Asserts if the allocation fails.
  /frameworks/base/rs/java/android/renderscript/
Script.java 130 protected void forEach(int slot, Allocation ain, Allocation aout, FieldPacker v) {
157 protected void forEach(int slot, Allocation ain, Allocation aout, FieldPacker v, LaunchOptions sc) {
190 protected void forEach(int slot, Allocation[] ains, Allocation aout, FieldPacker v) {
199 protected void forEach(int slot, Allocation[] ains, Allocation aout, FieldPacker v, LaunchOptions sc) {
202 for (Allocation ain : ains) {
242 public void bindAllocation(Allocation va, int slot)
    [all...]

Completed in 1197 milliseconds

<<11121314151617181920>>