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

  /external/icu4c/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);
  /frameworks/base/tests/RenderScriptTests/SceneGraph/src/com/android/scenegraph/
Transform.java 55 Allocation childRSData = Allocation.createSized(rs, Element.ALLOCATION(rs),
59 Allocation[] childrenAllocs = new Allocation[mChildren.size()];
Scene.java 271 Allocation drawableData = Allocation.createSized(rs,
272 Element.ALLOCATION(rs),
274 Allocation[] drawableAllocs = new Allocation[mRenderables.size()];
288 Allocation shaderData = Allocation.createSized(rs, Element.ALLOCATION(rs),
290 Allocation[] shaderAllocs = new Allocation[mVertexShaders.size()]
    [all...]
RenderPass.java 101 Allocation drawableData = Allocation.createSized(rs,
102 Element.ALLOCATION(rs),
104 Allocation[] drawableAllocs = new Allocation[mObjectsToDraw.size()];
  /frameworks/rs/cpp/
RenderScript.h 32 class Allocation;
36 friend class Allocation;
89 Element *ALLOCATION;
Element.cpp 86 CREATE_USER(ALLOCATION, ALLOCATION);
Element.h 107 static sp<const Element> ALLOCATION(RenderScript *rs);
  /cts/tests/tests/renderscript/src/android/renderscript/cts/
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());
TypeTest.java 76 testTypeBuilderHelper(Element.ALLOCATION(mRS));
AllocationTest.java 22 import android.renderscript.Allocation;
24 import android.renderscript.Allocation.MipmapControl;
48 Allocation.createTyped(mRS, typeBuilder.create());
59 Allocation.createTyped(mRS, typeBuilder.setX(8).create(),
61 Allocation.USAGE_GRAPHICS_TEXTURE);
62 Allocation.createTyped(mRS, typeBuilder.setY(8).create(),
64 Allocation.USAGE_GRAPHICS_TEXTURE);
66 Allocation.createTyped(mRS, typeBuilder.create(),
68 Allocation.USAGE_GRAPHICS_TEXTURE |
69 Allocation.USAGE_SCRIPT)
    [all...]
  /frameworks/base/graphics/java/android/renderscript/
Element.java 23 * <p>The most basic data type. An element represents one cell of a memory allocation.
405 public static Element ALLOCATION(RenderScript rs) {
    [all...]
  /frameworks/support/renderscript/v8/java/src/android/support/v8/renderscript/
Element.java 24 * <p>The most basic data type. An element represents one cell of a memory allocation.
414 public static Element ALLOCATION(RenderScript rs) {
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
org.eclipse.jdt.core_3.6.2.v_A76_R36x.jar 
  /external/srec/config/en.us/dictionary/
c0.6     [all...]
  /prebuilts/sdk/14/
android.jar 
  /prebuilts/sdk/current/
android.jar 

Completed in 167 milliseconds