HomeSort by relevance Sort by last modified time
    Searched full:allocation (Results 351 - 375 of 3591) sorted by null

<<11121314151617181920>>

  /frameworks/base/tests/RenderScriptTests/SceneGraph/src/com/android/scenegraph/
TextureCube.java 40 public TextureCube(Allocation tex) {
68 public void setTexture(Allocation tex) {
  /frameworks/rs/cpu_ref/
rsCpuIntrinsicLUT.cpp 39 ObjectBaseRef<Allocation> lut;
52 lut.set(static_cast<Allocation *>(data));
  /frameworks/rs/driver/
rsdMeshObj.h 54 // This allows us to figure out which allocation the attribute
55 // belongs to. In the event the allocation is uploaded to GL
  /frameworks/rs/java/tests/ImageProcessing2/src/com/android/rs/image/
ColorCube.java 25 private Allocation mCube;
44 mCube = Allocation.createTyped(mRS, t);
GroupTest.java 28 private Allocation mScratchPixelsAllocation1;
71 mScratchPixelsAllocation1 = Allocation.createTyped(mRS, connect);
  /frameworks/rs/
rsScriptC.h 49 const Allocation * ain,
50 Allocation * aout,
rsScriptGroup.cpp 237 Allocation * alloc = Allocation::createAllocation(rsc,
256 void ScriptGroup::setInput(Context *rsc, ScriptKernelID *kid, Allocation *a) {
270 void ScriptGroup::setOutput(Context *rsc, ScriptKernelID *kid, Allocation *a) {
297 Allocation *ain = NULL;
298 Allocation *aout = NULL;
371 s->setInput(rsc, (ScriptKernelID *)kid, (Allocation *)alloc);
378 s->setOutput(rsc, (ScriptKernelID *)kid, (Allocation *)alloc);
  /frameworks/rs/scriptc/
rs_graphics.rsh 115 * Bind a new Allocation object to a ProgramFragment. The
116 * Allocation must be a valid texture for the Program. The sampling
171 * Bind a new Allocation object to a ProgramFragment. The
172 * Allocation must be a valid constant input for the Program.
182 * Bind a new Allocation object to a ProgramVertex. The
183 * Allocation must be a valid constant input for the Program.
210 * Sync the contents of an allocation from its SCRIPT memory space to its HW
221 * Sync the contents of an allocation from memory space
  /frameworks/support/v8/renderscript/java/src/android/support/v8/renderscript/
ScriptGroupThunker.java 33 public void setInput(Script.KernelID s, Allocation a) {
38 public void setOutput(Script.KernelID s, Allocation a) {
Script.java 190 public void bindAllocation(Allocation va, int slot) {
227 protected void forEach(int slot, Allocation ain, Allocation aout, FieldPacker v) {
261 protected void forEach(int slot, Allocation ain, Allocation aout, FieldPacker v, LaunchOptions sc) {
436 protected Allocation mAllocation;
439 mAllocation = Allocation.createSized(rs, mElement, dimx, Allocation.USAGE_SCRIPT);
443 mAllocation = Allocation.createSized(rs, mElement, dimx, Allocation.USAGE_SCRIPT | usages)
    [all...]
  /libcore/dalvik/src/main/java/org/apache/harmony/dalvik/ddmc/
DdmVmInternal.java 69 * Enable or disable "recent allocation" tracking.
74 * Return a boolean indicating whether or not the "recent allocation"
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/sysroot/usr/include/sound/
memalloc.h 55 * info for buffer allocation
113 /* basic memory allocation functions */
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/sysroot/usr/include/sound/
memalloc.h 55 * info for buffer allocation
113 /* basic memory allocation functions */
  /prebuilts/sdk/renderscript/include/
rs_graphics.rsh 115 * Bind a new Allocation object to a ProgramFragment. The
116 * Allocation must be a valid texture for the Program. The sampling
171 * Bind a new Allocation object to a ProgramFragment. The
172 * Allocation must be a valid constant input for the Program.
182 * Bind a new Allocation object to a ProgramVertex. The
183 * Allocation must be a valid constant input for the Program.
210 * Sync the contents of an allocation from its SCRIPT memory space to its HW
221 * Sync the contents of an allocation from memory space
  /external/chromium/chrome/browser/ui/gtk/
gtk_custom_menu_item.cc 208 int x = first_button->allocation.x;
209 int y = first_button->allocation.y;
210 int width = last_button->allocation.width + last_button->allocation.x -
211 first_button->allocation.x;
212 int height = last_button->allocation.height;
218 &current_button->allocation, hbox, "button",
253 gtk_bin_get_child(GTK_BIN(current_button))->allocation;
261 current_button->allocation.x +
262 current_button->allocation.width - half_offset)
    [all...]
  /external/libvpx/libvpx/vpx/
vpx_codec.h 148 #define VPX_CODEC_CAP_XMA 0x4 /**< Supports eXternal Memory Allocation */
154 * proper memory allocation.
159 #define VPX_CODEC_USE_XMA 0x00000001 /**< Use eXternal Memory Allocation mode */
334 * Memory allocation failed.
460 /*!\defgroup cap_xma External Memory Allocation Functions
474 * application once the requested allocation has been performed.
485 #define VPX_CODEC_MEM_ZERO 0x1 /**< Segment must be zeroed by allocation */
489 /* The following members are to be filled in by the allocation function */
502 * stream is not available at allocation time, a fixed size must be requested.
504 * allocation time
    [all...]
  /external/qemu/memcheck/
memcheck_proc_management.h 205 /* Inserts new (or replaces existing) entry in the allocation descriptors map
210 * proc - Process descriptor where to add new allocation entry info.
220 /* Finds an entry in the allocation descriptors map for the given process,
225 * proc - Process descriptor where to find an allocation entry.
235 /* Finds an entry in the allocation descriptors map for the given process,
240 * proc - Process descriptor where to find an allocation entry.
248 /* Pulls (finds and removes) an entry from the allocation descriptors map for
253 * proc - Process descriptor where to pull an allocation entry from.
261 /* Empties allocation descriptors map for the process.
263 * proc - Process to empty allocation map for
    [all...]
  /external/valgrind/main/drd/tests/
tc22_exit_w_lock.stderr.exp-32bit 8 Allocation context: stack_cache_lock (offset 0, size 4) in libpthread-?.?.so, libpthread.so.0:BSS
20 Allocation context: stack_cache_lock (offset 0, size 4) in libpthread-?.?.so, libpthread.so.0:BSS
32 Allocation context: stack_used (offset 4, size 8) in libpthread-?.?.so, libpthread.so.0:Data
44 Allocation context: stack_used (offset 0, size 8) in libpthread-?.?.so, libpthread.so.0:Data
56 Allocation context: stack_cache (offset 0, size 8) in libpthread-?.?.so, libpthread.so.0:Data
68 Allocation context: stack_cache (offset 4, size 8) in libpthread-?.?.so, libpthread.so.0:Data
80 Allocation context: stack_cache_actsize (offset 0, size 4) in libpthread-?.?.so, libpthread.so.0:BSS
92 Allocation context: stack_cache (offset 0, size 8) in libpthread-?.?.so, libpthread.so.0:Data
104 Allocation context: stack_cache_actsize (offset 0, size 4) in libpthread-?.?.so, libpthread.so.0:BSS
116 Allocation context: stack_cache_lock (offset 0, size 4) in libpthread-?.?.so, libpthread.so.0:BS
    [all...]
  /external/webkit/Source/WebKit/gtk/tests/
testatk.c 238 GtkAllocation allocation = { 0, 0, 800, 600 }; local
239 gtk_widget_size_allocate(GTK_WIDGET(webView), &allocation); local
341 GtkAllocation allocation = { 0, 0, 800, 600 }; local
342 gtk_widget_size_allocate(GTK_WIDGET(webView), &allocation); local
388 GtkAllocation allocation = { 0, 0, 800, 600 }; local
389 gtk_widget_size_allocate(GTK_WIDGET(webView), &allocation); local
489 GtkAllocation allocation = { 0, 0, 800, 600 }; local
490 gtk_widget_size_allocate(GTK_WIDGET(webView), &allocation); local
575 GtkAllocation allocation = { 0, 0, 800, 600 }; local
576 gtk_widget_size_allocate(GTK_WIDGET(webView), &allocation); local
600 GtkAllocation allocation = { 0, 0, 800, 600 }; local
601 gtk_widget_size_allocate(GTK_WIDGET(webView), &allocation); local
625 GtkAllocation allocation = { 0, 0, 800, 600 }; local
626 gtk_widget_size_allocate(GTK_WIDGET(webView), &allocation); local
650 GtkAllocation allocation = { 0, 0, 800, 600 }; local
651 gtk_widget_size_allocate(GTK_WIDGET(webView), &allocation); local
677 GtkAllocation allocation = { 0, 0, 800, 600 }; local
678 gtk_widget_size_allocate(GTK_WIDGET(webView), &allocation); local
704 GtkAllocation allocation = { 0, 0, 800, 600 }; local
705 gtk_widget_size_allocate(GTK_WIDGET(webView), &allocation); local
738 GtkAllocation allocation = { 0, 0, 800, 600 }; local
739 gtk_widget_size_allocate(GTK_WIDGET(webView), &allocation); local
773 GtkAllocation allocation = { 0, 0, 800, 600 }; local
774 gtk_widget_size_allocate(GTK_WIDGET(webView), &allocation); local
808 GtkAllocation allocation = { 0, 0, 800, 600 }; local
809 gtk_widget_size_allocate(GTK_WIDGET(webView), &allocation); local
831 GtkAllocation allocation = { 0, 0, 800, 600 }; local
832 gtk_widget_size_allocate(GTK_WIDGET(webView), &allocation); local
965 GtkAllocation allocation = { 0, 0, 800, 600 }; local
966 gtk_widget_size_allocate(GTK_WIDGET(webView), &allocation); local
1075 GtkAllocation allocation = { 0, 0, 800, 600 }; local
1076 gtk_widget_size_allocate(GTK_WIDGET(webView), &allocation); local
1232 GtkAllocation allocation = { 0, 0, 800, 600 }; local
1233 gtk_widget_size_allocate(GTK_WIDGET(webView), &allocation); local
1348 GtkAllocation allocation = { 0, 0, 800, 600 }; local
1349 gtk_widget_size_allocate(GTK_WIDGET(webView), &allocation); local
1386 GtkAllocation allocation = { 0, 0, 800, 600 }; local
1387 gtk_widget_size_allocate(GTK_WIDGET(webView), &allocation); local
1438 GtkAllocation allocation = { 0, 0, 800, 600 }; local
1439 gtk_widget_size_allocate(GTK_WIDGET(webView), &allocation); local
1533 GtkAllocation allocation = { 0, 0, 800, 600 }; local
1534 gtk_widget_size_allocate(GTK_WIDGET(webView), &allocation); local
1624 GtkAllocation allocation = { 0, 0, 800, 600 }; local
1625 gtk_widget_size_allocate(GTK_WIDGET(webView), &allocation); local
    [all...]
  /frameworks/base/docs/html/reference/renderscript/
rs__core_8rsh_source.html 52 <a name="l00052"></a>00052 <span class="preprocessor">#include &quot;<a class="code" href="rs__allocation_8rsh.html" title="Allocation routines.">rs_allocation.rsh</a>&quot;</span>
98 <a name="l00140"></a>00140 <a class="code" href="rs__core_8rsh.html#a64271d266928b06ebd82ec90b756eb23">rsForEach</a>(<a class="code" href="structrs__script.html" title="Opaque handle to a RenderScript script object.">rs_script</a> script, <a class="code" href="structrs__allocation.html" title="Opaque handle to a RenderScript allocation.">rs_allocation</a> input,
99 <a name="l00141"></a>00141 <a class="code" href="structrs__allocation.html" title="Opaque handle to a RenderScript allocation.">rs_allocation</a> output, const <span class="keywordtype">void</span> * usrData,
102 <a name="l00147"></a>00147 <a class="code" href="rs__core_8rsh.html#a64271d266928b06ebd82ec90b756eb23">rsForEach</a>(<a class="code" href="structrs__script.html" title="Opaque handle to a RenderScript script object.">rs_script</a> script, <a class="code" href="structrs__allocation.html" title="Opaque handle to a RenderScript allocation.">rs_allocation</a> input,
103 <a name="l00148"></a>00148 <a class="code" href="structrs__allocation.html" title="Opaque handle to a RenderScript allocation.">rs_allocation</a> output, const <span class="keywordtype">void</span> * usrData);
107 <a name="l00170"></a>00170 <a class="code" href="rs__core_8rsh.html#a64271d266928b06ebd82ec90b756eb23">rsForEach</a>(<a class="code" href="structrs__script.html" title="Opaque handle to a RenderScript script object.">rs_script</a> script, <a class="code" href="structrs__allocation.html" title="Opaque handle to a RenderScript allocation.">rs_allocation</a> input, <a class="code" href="structrs__allocation.html" title="Opaque handle to a RenderScript allocation.">rs_allocation</a> output,
110 <a name="l00176"></a>00176 <a class="code" href="rs__core_8rsh.html#a64271d266928b06ebd82ec90b756eb23">rsForEach</a>(<a class="code" href="structrs__script.html" title="Opaque handle to a RenderScript script object.">rs_script</a> script, <a class="code" href="structrs__allocation.html" title="Opaque handle to a RenderScript allocation.">rs_allocation</a> input, <a class="code" href="structrs__allocation.html" title="Opaque handle to a RenderScript allocation.">rs_allocation</a> output,
113 <a name="l00182"></a>00182 <a class="code" href="rs__core_8rsh.html#a64271d266928b06ebd82ec90b756eb23">rsForEach</a>(<a class="code" href="structrs__script.html" title="Opaque handle to a RenderScript script object.">rs_script</a> script, <a class="code" href="structrs__allocation.html" title="Opaque handle to a RenderScript allocation.">rs_allocation</a> input, <a class="code" href="structrs__allocation.html" title="Opaque handle t (…)
    [all...]
  /dalvik/vm/compiler/codegen/arm/
README.txt 23 /* Thumb2-specific register allocation */
  /external/bison/lib/
xalloc-die.c 1 /* Report a memory allocation failure and exit.
xmemdup0.h 32 memory allocation failure. */
  /external/chromium/chrome/browser/
browser_process_sub_thread.h 21 // COM library functions other than CoGetMalloc and memory allocation
  /external/chromium/chrome/browser/ui/gtk/download/
download_item_gtk.cc 747 int x = widget->allocation.x + border_width;
748 int y = widget->allocation.y + border_width;
749 int width = widget->allocation.width - border_width * 2;
750 int height = widget->allocation.height - border_width * 2;
769 GtkAllocation left_allocation = body_.get()->allocation;
775 GtkAllocation right_allocation = menu_button_->allocation;
799 // allocation of the gtk arrow which is close enough (and will error on
801 GtkAllocation arrow_allocation = arrow_->allocation;
    [all...]

Completed in 290 milliseconds

<<11121314151617181920>>