HomeSort by relevance Sort by last modified time
    Searched refs:allocation (Results 101 - 125 of 194) sorted by null

1 2 3 45 6 7 8

  /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...]
  /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/lldb/source/Expression/
IRExecutionUnit.cpp 91 IRExecutionUnit::FreeNow (lldb::addr_t allocation)
93 if (allocation == LLDB_INVALID_ADDRESS)
98 Free(allocation, err);
  /external/chromium_org/v8/tools/gyp/
v8_base.host.darwin-arm.mk 29 v8/src/allocation.cc \
30 v8/src/allocation-site-scopes.cc \
31 v8/src/allocation-tracker.cc \
v8_base.host.darwin-arm64.mk 29 v8/src/allocation.cc \
30 v8/src/allocation-site-scopes.cc \
31 v8/src/allocation-tracker.cc \
v8_base.host.darwin-mips.mk 29 v8/src/allocation.cc \
30 v8/src/allocation-site-scopes.cc \
31 v8/src/allocation-tracker.cc \
v8_base.host.darwin-x86.mk 29 v8/src/allocation.cc \
30 v8/src/allocation-site-scopes.cc \
31 v8/src/allocation-tracker.cc \
v8_base.host.darwin-x86_64.mk 29 v8/src/allocation.cc \
30 v8/src/allocation-site-scopes.cc \
31 v8/src/allocation-tracker.cc \
v8_base.host.linux-arm.mk 29 v8/src/allocation.cc \
30 v8/src/allocation-site-scopes.cc \
31 v8/src/allocation-tracker.cc \
v8_base.host.linux-arm64.mk 29 v8/src/allocation.cc \
30 v8/src/allocation-site-scopes.cc \
31 v8/src/allocation-tracker.cc \
v8_base.host.linux-mips.mk 29 v8/src/allocation.cc \
30 v8/src/allocation-site-scopes.cc \
31 v8/src/allocation-tracker.cc \
v8_base.host.linux-x86.mk 29 v8/src/allocation.cc \
30 v8/src/allocation-site-scopes.cc \
31 v8/src/allocation-tracker.cc \
v8_base.host.linux-x86_64.mk 29 v8/src/allocation.cc \
30 v8/src/allocation-site-scopes.cc \
31 v8/src/allocation-tracker.cc \
  /external/chromium_org/content/common/gpu/client/
command_buffer_proxy_impl.cc 112 const gpu::MemoryAllocation& allocation) {
114 memory_allocation_changed_callback_.Run(allocation);
  /external/chromium_org/v8/test/cctest/
test-spaces.cc 392 { AllocationResult allocation = lo->AllocateRaw(lo_size, NOT_EXECUTABLE); local
393 if (allocation.IsRetry()) break;
  /external/chromium_org/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
  /external/chromium_org/v8/test/mjsunit/harmony/
generators-objects.js 39 // Temporary variable context allocation
  /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/valgrind/main/massif/tests/
alloc-fns-A.post.exp 48 100.00% (3,600B) (heap allocation functions) malloc/new/new[], --alloc-fns, etc.
alloc-fns-B.post.exp 48 100.00% (3,600B) (heap allocation functions) malloc/new/new[], --alloc-fns, etc.
thresholds_0_0.post.exp 48 100.00% (80,000B) (heap allocation functions) malloc/new/new[], --alloc-fns, etc.
  /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...]

Completed in 2832 milliseconds

1 2 3 45 6 7 8