HomeSort by relevance Sort by last modified time
    Searched refs:allocation (Results 176 - 200 of 287) sorted by null

1 2 3 4 5 6 78 91011>>

  /external/valgrind/main/massif/tests/
thresholds_10_10.post.exp 48 100.00% (80,000B) (heap allocation functions) malloc/new/new[], --alloc-fns, etc.
thresholds_5_0.post.exp 48 100.00% (80,000B) (heap allocation functions) malloc/new/new[], --alloc-fns, etc.
thresholds_5_10.post.exp 48 100.00% (80,000B) (heap allocation functions) malloc/new/new[], --alloc-fns, etc.
alloc-fns-A.post.exp 48 100.00% (3,600B) (heap allocation functions) malloc/new/new[], --alloc-fns, etc.
  /packages/wallpapers/NoiseField/src/com/android/noisefield/
NoiseFieldRS.java 6 import android.renderscript.Allocation;
45 private Allocation mDotAllocation;
163 private Allocation loadTexture(int id) {
164 final Allocation allocation = Allocation.createFromBitmapResource(mRS, mRes, id, local
165 Allocation.MipmapControl.MIPMAP_NONE,
166 Allocation.USAGE_GRAPHICS_TEXTURE);
167 return allocation;
  /packages/wallpapers/PhaseBeam/src/com/android/phasebeam/
PhaseBeamRS.java 7 import android.renderscript.Allocation;
42 private Allocation mDotAllocation;
43 private Allocation mBeamAllocation;
178 private Allocation loadTexture(int id) {
179 final Allocation allocation = Allocation.createFromBitmapResource(mRS, mRes, id, local
180 Allocation.MipmapControl.MIPMAP_NONE,
181 Allocation.USAGE_GRAPHICS_TEXTURE);
182 return allocation;
    [all...]
  /external/chromium_org/content/common/gpu/
gpu_command_buffer_stub.cc 904 const GpuMemoryAllocation& allocation) {
906 !allocation.renderer_allocation.Equals(
909 route_id_, allocation.renderer_allocation));
913 !allocation.browser_allocation.Equals(
919 allocation.browser_allocation.suggest_have_frontbuffer);
923 last_memory_allocation_ = allocation;
    [all...]
  /external/chromium/chrome/browser/ui/gtk/
location_bar_view_gtk.cc     [all...]
menu_gtk.cc 109 alternate_y -= widget->allocation.height;
662 *x += widget->allocation.x;
663 *y += widget->allocation.y;
665 *y += widget->allocation.height;
673 *x += widget->allocation.width - menu_req.width;
  /external/chromium/chrome/browser/ui/gtk/tabs/
tab_strip_gtk.cc 74 // widget->allocation is not guaranteed to be set. After window creation,
904 -widget()->allocation.x, 0, &x, &y)) {
913 x += target->allocation.x;
914 y += target->allocation.y;
    [all...]
  /external/chromium_org/chrome/browser/ui/gtk/
browser_window_gtk.cc 1846 GtkAllocation allocation; local
1847 gtk_widget_get_allocation(GTK_WIDGET(window_), &allocation); local
1913 GtkAllocation allocation; local
    [all...]
  /external/chromium/chrome/browser/renderer_host/
render_widget_host_view_gtk.cc 307 bool click_in_popup = x >= 0 && y >= 0 && x < widget->allocation.width &&
308 y < widget->allocation.height;
702 GtkAllocation* alloc = &view_.get()->allocation;
    [all...]
  /frameworks/rs/
rsFont.cpp 476 mRSC->mHal.funcs.allocation.data2D(mRSC, mTextTexture.get(), 0, 0, 0,
524 mFontShaderFConstant.set(Allocation::createAllocation(mRSC, inputType.get(),
558 Allocation *cacheAlloc = Allocation::createAllocation(mRSC, texType.get(),
586 Allocation *indexAlloc = Allocation::createAllocation(mRSC, indexType.get(),
589 uint16_t *indexPtr = (uint16_t*)mRSC->mHal.funcs.allocation.lock1D(mRSC, indexAlloc);
618 Allocation *vertexAlloc = Allocation::createAllocation(mRSC, vertexDataType.get(),
620 mTextMeshPtr = (float*)mRSC->mHal.funcs.allocation.lock1D(mRSC, vertexAlloc)
    [all...]
  /external/chromium_org/third_party/tcmalloc/vendor/src/
heap-profile-table.cc 140 // Make malloc and mmap allocation maps.
157 void HeapProfileTable::DeallocateAllocationMap(AllocationMap* allocation) {
158 if (allocation != NULL) {
160 dealloc_(allocation);
617 // tied to the allocation map that belongs in this module and is
688 // Perhaps also log the allocation stack trace (unsymbolized)
  /external/chromium/chrome/browser/ui/gtk/bookmarks/
bookmark_utils_gtk.cc 139 int text_width = sender->allocation.width - text_x;
143 text_x, 0, text_width, sender->allocation.height);
  /external/chromium_org/content/common/gpu/client/
command_buffer_proxy_impl.cc 121 const GpuMemoryAllocationForRenderer& allocation) {
123 memory_allocation_changed_callback_.Run(allocation);
webgraphicscontext3d_command_buffer_impl.cc     [all...]
  /external/chromium_org/v8/test/mjsunit/
array-literal-feedback.js 29 // Flags: --track-allocation-sites --noalways-opt
bit-not.js 67 // Try to test that we can deal with allocation failures in
codegen-coverage.js 44 // This test depends on the fixed order of register allocation. We try to
  /external/chromium_org/v8/test/mjsunit/harmony/
generators-objects.js 39 // Temporary variable context allocation
  /external/chromium_org/v8/test/mjsunit/regress/
regress-crbug-245480.js 29 // Flags: --track-allocation-sites --noalways-opt
  /external/chromium_org/v8/test/webkit/
dfg-inlining-reg-alloc.js 25 "This tests that register allocation still works under register pressure induced by inlining, out-of-line function calls (i.e. unconditional register flushing), and slow paths for object creation (i.e. conditional register flushing)."
  /external/v8/test/mjsunit/
bit-not.js 67 // Try to test that we can deal with allocation failures in
codegen-coverage.js 44 // This test depends on the fixed order of register allocation. We try to

Completed in 628 milliseconds

1 2 3 4 5 6 78 91011>>