HomeSort by relevance Sort by last modified time
    Searched defs:ALLOCATION (Results 1 - 18 of 18) sorted by null

  /external/chromium_org/third_party/icu/source/tools/genrb/
ustr.c 28 #define ALLOCATION(minSize) (minSize < 0x80 ? 0x80 : (2 * minSize + 0x80) & ~(0x80 - 1))
48 ustr_resize(s, ALLOCATION(length), status);
87 ustr_resize(dst, ALLOCATION(src->fLength), status);
108 ustr_resize(s, ALLOCATION(len), status);
135 ustr_resize(dst, ALLOCATION(dst->fLength + n), status);
155 ustr_resize(dst, ALLOCATION(dst->fLength + 1), status);
187 ustr_resize(dst, ALLOCATION(dst->fLength + len), status);
  /external/icu4c/tools/genrb/
ustr.c 29 #define ALLOCATION(minSize) (minSize < 0x80 ? 0x80 : (2 * minSize + 0x80) & ~(0x80 - 1))
49 ustr_resize(s, ALLOCATION(length), status);
88 ustr_resize(dst, ALLOCATION(src->fLength), status);
109 ustr_resize(s, ALLOCATION(len), status);
136 ustr_resize(dst, ALLOCATION(dst->fLength + n), status);
156 ustr_resize(dst, ALLOCATION(dst->fLength + 1), status);
188 ustr_resize(dst, ALLOCATION(dst->fLength + len), status);
  /cts/tests/tests/renderscript/src/android/renderscript/cts/
TypeTest.java 76 testTypeBuilderHelper(Element.ALLOCATION(mRS));
ElementTest.java 120 assertTrue(Element.ALLOCATION(mRS) != null);
182 Element[] ALLOCATION = { Element.ALLOCATION(mRS) };
239 Element[][] ElementArrs = { ALLOCATION, BOOLEAN, ELEMENT, F32, F32_2,
324 eb.add(Element.ALLOCATION(mRS), "ALLOCATION", arraySize);
390 assertFalse(Element.ALLOCATION(mRS).isComplex());
AllocationTest.java 22 import android.renderscript.Allocation;
24 import android.renderscript.Allocation.MipmapControl;
50 Allocation.createTyped(mRS, typeBuilder.create());
61 Allocation.createTyped(mRS, typeBuilder.setX(8).create(),
63 Allocation.USAGE_GRAPHICS_TEXTURE);
64 Allocation.createTyped(mRS, typeBuilder.setY(8).create(),
66 Allocation.USAGE_GRAPHICS_TEXTURE);
68 Allocation.createTyped(mRS, typeBuilder.create(),
70 Allocation.USAGE_GRAPHICS_TEXTURE |
71 Allocation.USAGE_SCRIPT)
    [all...]
  /frameworks/base/graphics/java/android/renderscript/
Element.java 24 * android.renderscript.Allocation}. An Element is roughly equivalent to a C
42 * android.renderscript.Allocation} objects with DataKind {@link
45 * android.renderscript.Allocation} objects that are intended for use with a
412 public static Element ALLOCATION(RenderScript rs) {
    [all...]
  /frameworks/support/v8/renderscript/java/src/android/support/v8/renderscript/
Element.java 25 * android.support.v8.renderscript.Allocation}. An Element is roughly
44 * Note that {@link android.support.v8.renderscript.Allocation} objects with
47 * general, {@link android.support.v8.renderscript.Allocation} objects that are
414 public static Element ALLOCATION(RenderScript rs) {
    [all...]
  /frameworks/rs/cpp/
rsCppStructs.h 28 * Every row in an RS allocation is guaranteed to be aligned by this amount, and
29 * every row in a user-backed allocation must be aligned by this amount.
43 class Allocation;
213 sp<const Element> ALLOCATION;
275 * from RenderScript kernels. An Allocation provides the backing store for a
278 * An Allocation also contains a set of usage flags that denote how the
279 * Allocation could be used. For example, an Allocation may have usage flags
282 * syncAll(int) in order to ensure that different users of the Allocation have
283 * a consistent view of memory. For example, in the case where an Allocation i
    [all...]
  /prebuilts/sdk/renderscript/lib/
javalib.jar 
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
org.eclipse.jdt.core_3.6.2.v_A76_R36x.jar 
  /prebuilts/sdk/11/
android.jar 
  /prebuilts/sdk/12/
android.jar 
  /prebuilts/sdk/14/
android.jar 
  /prebuilts/sdk/15/
android.jar 
  /prebuilts/sdk/17/
android.jar 
  /prebuilts/sdk/18/
android.jar 
  /prebuilts/sdk/19/
android.jar 
  /prebuilts/sdk/current/
android.jar 

Completed in 365 milliseconds