HomeSort by relevance Sort by last modified time
    Searched full:allocation (Results 551 - 575 of 5138) sorted by null

<<21222324252627282930>>

  /frameworks/rs/
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...]
gtk_chrome_link_button.cc 142 widget->allocation.x, widget->allocation.y,
143 widget->allocation.width, widget->allocation.height);
menu_bar_helper.cc 30 motion->x < menu->allocation.width &&
31 motion->y < menu->allocation.height) {
134 if (x >= 0 && y >= 0 && x < button->allocation.width &&
135 y < button->allocation.height) {
  /external/chromium_org/chrome/browser/ui/gtk/tabs/
dragged_view_gtk.cc 352 GtkAllocation allocation; local
353 gtk_widget_get_allocation(container_, &allocation);
354 PaintTab(i, container_, cairo_context, allocation.width);
394 GtkAllocation allocation; local
395 gtk_widget_get_allocation(widget, &allocation);
404 allocation.width - kTwiceDragFrameBorderSize,
405 allocation.height - tab_height -
423 double right_x = allocation.width - offset;
424 double bottom_y = allocation.height - offset;
441 PaintTab(i, widget, cr, allocation.width)
    [all...]
  /external/libvpx/libvpx/vpx/
vpx_codec.h 155 #define VPX_CODEC_CAP_XMA 0x4 /**< Supports eXternal Memory Allocation */
161 * proper memory allocation.
166 #define VPX_CODEC_USE_XMA 0x00000001 /**< Use eXternal Memory Allocation mode */
339 * Memory allocation failed.
465 /*!\defgroup cap_xma External Memory Allocation Functions
479 * application once the requested allocation has been performed.
489 #define VPX_CODEC_MEM_ZERO 0x1 /**< Segment must be zeroed by allocation */
493 /* The following members are to be filled in by the allocation function */
506 * stream is not available at allocation time, a fixed size must be requested.
508 * 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...]
  /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...]
  /external/chromium_org/chrome/browser/ui/gtk/download/
download_item_gtk.cc 712 GtkAllocation allocation; local
713 gtk_widget_get_allocation(widget, &allocation);
715 int x = allocation.x + border_width;
716 int y = allocation.y + border_width;
717 int width = allocation.width - border_width * 2;
718 int height = allocation.height - border_width * 2;
764 // allocation of the gtk arrow which is close enough (and will error on
847 GtkAllocation allocation local
    [all...]
  /external/chromium_org/third_party/sqlite/src/src/
mem3.c 13 ** allocation subsystem for use by SQLite.
15 ** This version of the memory allocation subsystem omits all
23 ** This version of the memory allocation subsystem is included
49 ** A memory allocation (also called a "chunk") consists of two or
55 ** size of the allocation in blocks if the allocation is free.
102 ** Memory available for allocation. nPool is the size of the array
114 ** Mutex to control access to the memory allocation subsystem.
233 ** Called when we are unable to satisfy an allocation of nBytes.
267 ** Return a pointer to the new allocation. Or, if the master chun
    [all...]
  /external/chromium_org/chrome/browser/ui/gtk/
find_bar_gtk.cc 384 GtkAllocation allocation; local
385 gtk_widget_get_allocation(widget(), &allocation); local
386 if (xposition != allocation.x)
597 GtkAllocation allocation; local
598 gtk_widget_get_allocation(container_, &allocation);
599 return allocation.width;
763 GtkAllocation* allocation,
876 GtkAllocation allocation; local
    [all...]
  /dalvik/vm/
Profile.h 61 * Memory allocation profiler state. This is used both globally and
67 bool enabled; // is allocation tracking enabled?
72 int failedAllocCount; // #of times an allocation failed
78 int gcCount; // #of times an allocation triggered a GC
  /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 1775 milliseconds

<<21222324252627282930>>