Searched
full:allocation (Results
251 -
275 of
3585) sorted by null
<<11121314151617181920>>
/frameworks/rs/java/tests/ImageProcessing2/src/com/android/rs/image/ |
Blend.java | 39 private Allocation image1; 40 private Allocation image2; 63 image1 = Allocation.createTyped(mRS, mInPixelsAllocation.getType()); 64 image2 = Allocation.createTyped(mRS, mInPixelsAllocation2.getType());
|
/frameworks/rs/java/tests/ImageProcessing_jb/src/com/android/rs/image/ |
Contrast.java | 21 import android.renderscript.Allocation;
|
Exposure.java | 21 import android.renderscript.Allocation;
|
Shadows.java | 21 import android.renderscript.Allocation;
|
TestBase.java | 28 import android.renderscript.Allocation; 45 protected Allocation mInPixelsAllocation; 46 protected Allocation mInPixelsAllocation2; 47 protected Allocation mOutPixelsAllocation;
|
Vibrance.java | 21 import android.renderscript.Allocation;
|
/libcore/dalvik/src/main/java/dalvik/system/ |
AllocationLimitError.java | 20 * Is thrown when an allocation limit is exceeded.
|
/ndk/tests/device/test-basic-exceptions/jni/ |
test_basic_exceptions.cpp | 25 throw "Memory allocation failure!";
|
/ndk/tests/device/test-gabi++/jni/ |
test_gabixx_exceptions.cpp | 25 throw "Memory allocation failure!";
|
/external/webkit/Source/JavaScriptCore/jit/ |
ExecutableAllocatorFixedVMPool.cpp | 380 // (2) fully allocated as a single allocation (m_full set) 419 ExecutablePool::Allocation alloc(size_t requestedSize) 437 return ExecutablePool::Allocation(pointer, size); 440 void free(ExecutablePool::Allocation allocation) 442 void* pointer = allocation.base(); 443 size_t size = allocation.size(); 514 ExecutablePool::Allocation ExecutablePool::systemAlloc(size_t size) 521 void ExecutablePool::systemRelease(ExecutablePool::Allocation& allocation) [all...] |
/frameworks/base/graphics/java/android/renderscript/ |
Script.java | 130 protected void forEach(int slot, Allocation ain, Allocation aout, FieldPacker v) { 154 protected void forEach(int slot, Allocation ain, Allocation aout, FieldPacker v, LaunchOptions sc) { 188 public void bindAllocation(Allocation va, int slot) { 314 protected Allocation mAllocation; 317 mAllocation = Allocation.createSized(rs, mElement, dimx, Allocation.USAGE_SCRIPT); 321 mAllocation = Allocation.createSized(rs, mElement, dimx, Allocation.USAGE_SCRIPT | usages) [all...] |
/dalvik/tests/080-oom-throw/src/ |
Main.java | 60 System.out.println("Array allocation failed"); 72 System.out.println("Instance allocation failed");
|
/dalvik/vm/mterp/mips/ |
OP_NEW_ARRAY.S | 3 %verify "allocation fails" 25 * Finish allocation.
|
/external/e2fsprogs/intl/ |
vasnwprintf.h | 1 /* vswprintf with automatic memory allocation. 36 if no dynamic memory allocation was necessary) and set *LENGTHP to the
|
/external/skia/src/gpu/ |
GrMemoryPool.h | 14 * Allocates memory in blocks and parcels out space in the blocks for allocation 61 intptr_t fPrevPtr; ///< ptr to the last allocation made
|
/frameworks/base/tests/RenderScriptTests/SceneGraph/src/com/android/scenegraph/ |
Shader.java | 43 protected Allocation mConstantBuffer; 74 mConstantBuffer = Allocation.createTyped(rs, mPerShaderConstants);
|
/frameworks/rs/java/tests/RSTest_CompatLib/src/com/android/rs/test/ |
UT_foreach.java | 25 private Allocation A; 39 A = Allocation.createTyped(RS, typeBuilder.create());
|
UT_foreach_bounds.java | 25 private Allocation A; 39 A = Allocation.createTyped(RS, typeBuilder.create());
|
UT_kernel_struct.java | 26 private Allocation A; 27 private Allocation B;
|
UT_noroot.java | 25 private Allocation A; 39 A = Allocation.createTyped(RS, typeBuilder.create());
|
/frameworks/rs/java/tests/RsTest/src/com/android/rs/test/ |
UT_foreach.java | 25 private Allocation A; 39 A = Allocation.createTyped(RS, typeBuilder.create());
|
UT_foreach_bounds.java | 25 private Allocation A; 43 A = Allocation.createTyped(RS, typeBuilder.create());
|
UT_kernel_struct.java | 26 private Allocation A; 27 private Allocation B;
|
/frameworks/rs/ |
rsScriptIntrinsic.h | 45 const Allocation * ain, 46 Allocation * aout,
|
/frameworks/support/v8/renderscript/java/src/android/support/v8/renderscript/ |
ScriptIntrinsicBlurThunker.java | 44 public void setInput(Allocation ain) { 53 public void forEach(Allocation aout) {
|
Completed in 383 milliseconds
<<11121314151617181920>>