Home | History | Annotate | Download | only in rs

Lines Matching full:allocation

46 class Allocation : public ObjectBase {
47 // The graphics equivalent of malloc. The allocation contains a structure of elements.
77 // Allocation adapter state
78 const Allocation *baseAlloc;
95 } lod[android::renderscript::Allocation::MAX_LOD];
115 static Allocation * createAllocation(Context *rsc, const Type *, uint32_t usages,
118 static Allocation * createAllocationStrided(Context *rsc, const Type *, uint32_t usages,
121 static Allocation * createAdapter(Context *rsc, const Allocation *alloc, const Type *type);
124 virtual ~Allocation();
131 void copyRange1D(Context *rsc, const Allocation *src, int32_t srcOff, int32_t destOff, int32_t len);
160 static Allocation *createFromStream(Context *rsc, IStream *stream);
186 void shareBufferQueue(const Context *rsc, const Allocation *alloc);
213 bool hasSameDims(const Allocation *Other) const;
229 const android::renderscript::Allocation **alloc;
246 Allocation(Context *rsc, const Type *, uint32_t usages, RsAllocationMipmapControl mc, void *ptr);
247 Allocation(Context *rsc, const Allocation *, const Type *);