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

1 2 3 45 6 7 8 91011>>

  /prebuilts/ndk/9/platforms/android-19/arch-mips/usr/include/rs/
rs_hal.h 31 class Allocation;
112 const Allocation * ain,
113 Allocation * aout,
137 Allocation *data);
146 bool (*init)(const Context *rsc, Allocation *alloc, bool forceZero);
147 void (*destroy)(const Context *rsc, Allocation *alloc);
148 uint32_t (*grallocBits)(const Context *rsc, Allocation *alloc);
150 void (*resize)(const Context *rsc, const Allocation *alloc, const Type *newType,
152 void (*syncAll)(const Context *rsc, const Allocation *alloc, RsAllocationUsageType src);
153 void (*markDirty)(const Context *rsc, const Allocation *alloc)
224 } allocation; member in struct:android::renderscript::__anon54373
    [all...]
rsPath.h 41 Path(Context *, RsPathPrimitive pp, bool isStatic, Allocation *vtx, Allocation *loop, float q);
59 void rasterize(const BezierSegment_t *s, uint32_t num, Allocation *alloc);
rsAdapter.h 30 // By policy this allocation will hold a pointer to the type
33 Adapter1D(Context *, Allocation *);
36 void setAllocation(Allocation *a) {mAllocation.set(a);}
54 ObjectBaseRef<Allocation> mAllocation;
64 // By policy this allocation will hold a pointer to the type
67 Adapter2D(Context *, Allocation *);
74 void setAllocation(Allocation *a) {mAllocation.set(a);}
87 ObjectBaseRef<Allocation> mAllocation;
  /prebuilts/ndk/9/platforms/android-19/arch-x86/usr/include/rs/
rs_hal.h 31 class Allocation;
112 const Allocation * ain,
113 Allocation * aout,
137 Allocation *data);
146 bool (*init)(const Context *rsc, Allocation *alloc, bool forceZero);
147 void (*destroy)(const Context *rsc, Allocation *alloc);
148 uint32_t (*grallocBits)(const Context *rsc, Allocation *alloc);
150 void (*resize)(const Context *rsc, const Allocation *alloc, const Type *newType,
152 void (*syncAll)(const Context *rsc, const Allocation *alloc, RsAllocationUsageType src);
153 void (*markDirty)(const Context *rsc, const Allocation *alloc)
224 } allocation; member in struct:android::renderscript::__anon54904
    [all...]
rsPath.h 41 Path(Context *, RsPathPrimitive pp, bool isStatic, Allocation *vtx, Allocation *loop, float q);
59 void rasterize(const BezierSegment_t *s, uint32_t num, Allocation *alloc);
rsAdapter.h 30 // By policy this allocation will hold a pointer to the type
33 Adapter1D(Context *, Allocation *);
36 void setAllocation(Allocation *a) {mAllocation.set(a);}
54 ObjectBaseRef<Allocation> mAllocation;
64 // By policy this allocation will hold a pointer to the type
67 Adapter2D(Context *, Allocation *);
74 void setAllocation(Allocation *a) {mAllocation.set(a);}
87 ObjectBaseRef<Allocation> mAllocation;
  /cts/tests/tests/renderscriptlegacy/src/android/renderscriptlegacy/cts/
LeakTest.java 20 import android.renderscript.Allocation;
63 Allocation A = Allocation.createTyped(mRS, t);
ScriptC_leak.java 46 private Allocation mExportVar_a;
47 public synchronized void set_a(Allocation v) {
52 public Allocation get_a() {
  /cts/tests/tests/rscpp/src/android/cts/rscpp/
RSConvolveTest.java 57 Allocation rsInput = Allocation.createTyped(mRS, build.create());
58 Allocation rsOutput = Allocation.createTyped(mRS, build.create());
68 Allocation rsCppOutput = Allocation.createTyped(mRS, build.create());
114 Allocation rsInput = Allocation.createTyped(mRS, build.create());
115 Allocation rsOutput = Allocation.createTyped(mRS, build.create())
    [all...]
RSLUTTest.java 46 Allocation rsInput = Allocation.createTyped(mRS, build.create());
47 Allocation rsOutput = Allocation.createTyped(mRS, build.create());
61 Allocation rsCppOutput = Allocation.createTyped(mRS, build.create());
  /frameworks/base/tests/RenderScriptTests/SceneGraph/src/com/android/scenegraph/
SceneGraphBase.java 24 import android.renderscript.Allocation;
40 Allocation mNameAlloc;
50 Allocation getNameAlloc(RenderScriptGL rs) {
  /frameworks/rs/java/tests/ImageProcessing/src/com/android/rs/image/
WhiteBalance.java 21 import android.renderscript.Allocation;
28 private Allocation mSums;
33 mSums = Allocation.createSized(mRS, Element.I32_3(mRS), 256);
  /frameworks/rs/java/tests/RSTest_CompatLib/src/com/android/rs/test/
UT_copy_test.java 34 Allocation a1 = Allocation.createSized(rs, Element.F32_2(rs), 1024);
35 Allocation a2 = Allocation.createSized(rs, Element.F32_2(rs), 1024);
58 Allocation a1 = Allocation.createSized(rs, Element.F32_3(rs), 1024);
59 Allocation a2 = Allocation.createSized(rs, Element.F32_3(rs), 1024);
82 Allocation a1 = Allocation.createSized(rs, Element.F32_4(rs), 1024)
    [all...]
  /frameworks/rs/java/tests/RsTest/src/com/android/rs/test/
UT_copy_test.java 34 Allocation a1 = Allocation.createSized(rs, Element.F32_2(rs), 1024);
35 Allocation a2 = Allocation.createSized(rs, Element.F32_2(rs), 1024);
58 Allocation a1 = Allocation.createSized(rs, Element.F32_3(rs), 1024);
59 Allocation a2 = Allocation.createSized(rs, Element.F32_3(rs), 1024);
82 Allocation a1 = Allocation.createSized(rs, Element.F32_4(rs), 1024)
    [all...]
  /frameworks/rs/
rsPath.h 41 Path(Context *, RsPathPrimitive pp, bool isStatic, Allocation *vtx, Allocation *loop, float q);
59 void rasterize(const BezierSegment_t *s, uint32_t num, Allocation *alloc);
rsAdapter.h 30 // By policy this allocation will hold a pointer to the type
33 Adapter1D(Context *, Allocation *);
36 void setAllocation(Allocation *a) {mAllocation.set(a);}
54 ObjectBaseRef<Allocation> mAllocation;
64 // By policy this allocation will hold a pointer to the type
67 Adapter2D(Context *, Allocation *);
74 void setAllocation(Allocation *a) {mAllocation.set(a);}
87 ObjectBaseRef<Allocation> mAllocation;
  /frameworks/rs/tests/cppbasic/
compute.cpp 31 sp<Allocation> a1 = Allocation::createSized(rs, e, 1000);
32 printf("Allocation %p\n", a1.get());
34 sp<Allocation> ain = Allocation::createTyped(rs, t);
35 sp<Allocation> aout = Allocation::createTyped(rs, t);
36 printf("Allocation %p %p\n", ain.get(), aout.get());
49 // We read back the status from the script-side via a "failed" allocation.
54 sp<Allocation> failed_alloc = Allocation::createTyped(rs, failed_t)
    [all...]
  /frameworks/rs/tests/cppbasic-shared/
compute.cpp 31 sp<Allocation> a1 = Allocation::createSized(rs, e, 1000);
32 printf("Allocation %p\n", a1.get());
34 sp<Allocation> ain = Allocation::createTyped(rs, t);
35 sp<Allocation> aout = Allocation::createTyped(rs, t);
36 printf("Allocation %p %p\n", ain.get(), aout.get());
49 // We read back the status from the script-side via a "failed" allocation.
54 sp<Allocation> failed_alloc = Allocation::createTyped(rs, failed_t)
    [all...]
  /frameworks/support/v8/renderscript/java/src/android/support/v8/renderscript/
ScriptIntrinsicYuvToRGB.java 23 * The input allocation is supplied in NV21 format as a U8
28 private Allocation mInput;
58 * Set the input yuv allocation, must be {@link Element#U8}.
60 * @param ain The input allocation.
62 public void setInput(Allocation ain) {
70 * @param aout Output allocation. Must match creation element
73 public void forEach(Allocation aout) {
  /prebuilts/ndk/9/platforms/android-19/arch-arm/usr/include/rs/
rsPath.h 41 Path(Context *, RsPathPrimitive pp, bool isStatic, Allocation *vtx, Allocation *loop, float q);
59 void rasterize(const BezierSegment_t *s, uint32_t num, Allocation *alloc);
rsAdapter.h 30 // By policy this allocation will hold a pointer to the type
33 Adapter1D(Context *, Allocation *);
36 void setAllocation(Allocation *a) {mAllocation.set(a);}
54 ObjectBaseRef<Allocation> mAllocation;
64 // By policy this allocation will hold a pointer to the type
67 Adapter2D(Context *, Allocation *);
74 void setAllocation(Allocation *a) {mAllocation.set(a);}
87 ObjectBaseRef<Allocation> mAllocation;
  /external/llvm/tools/lli/
RemoteMemoryManager.h 11 // allocation. Iterators are provided for all data and code allocations.
31 struct Allocation {
32 Allocation() {}
33 Allocation(sys::MemoryBlock mb, unsigned a, bool code)
42 // This vector contains Allocation objects for all sections which we have
45 SmallVector<Allocation, 2> AllocatedSections;
47 // This vector contains pointers to Allocation objects for any sections we
51 SmallVector<Allocation, 2> UnmappedSections;
55 DenseMap<uint64_t, Allocation> MappedSections;
  /frameworks/base/rs/java/android/renderscript/
ScriptIntrinsicConvolve3x3.java 20 * Intrinsic for applying a 3x3 convolve to an allocation.
25 private Allocation mInput;
73 * @param ain The input allocation.
75 public void setInput(Allocation ain) {
103 * allocation.
105 * @param aout Output allocation. Must match creation element
108 public void forEach(Allocation aout) {
109 forEach(0, (Allocation) null, aout, null);
114 * allocation.
116 * @param aout Output allocation. Must match creation elemen
    [all...]
ScriptIntrinsicLUT.java 27 private Allocation mTables;
33 mTables = Allocation.createSized(rs, Element.U8(rs), 1024);
121 * @param ain Input allocation
122 * @param aout Output allocation
124 public void forEach(Allocation ain, Allocation aout) {
132 * @param ain Input allocation
133 * @param aout Output allocation
136 public void forEach(Allocation ain, Allocation aout, Script.LaunchOptions opt)
    [all...]
  /cts/tests/tests/renderscript/src/android/renderscript/cts/
GetElementAt.java 19 import android.renderscript.Allocation;
28 private Allocation mOut;
29 private Allocation gIn;
36 public void forEach(int testId, Allocation mOut) throws RSRuntimeException {
59 gIn = Allocation.createSized(mRS, Element.U32(mRS), INPUTSIZE);
61 mOut = Allocation.createTyped(mRS, gIn.getType());
80 gIn = Allocation.createTyped(mRS, type);
82 mOut = Allocation.createTyped(mRS, gIn.getType());

Completed in 1306 milliseconds

1 2 3 45 6 7 8 91011>>