Searched defs:Allocation (Results 1 - 5 of 5) sorted by relevance

/frameworks/base/libs/rs/
H A DrsAllocation.h28 class Allocation : public ObjectBase class in namespace:android::renderscript
36 Allocation(Context *rsc, const Type *);
37 virtual ~Allocation();
H A DrsAllocation.cpp25 Allocation::Allocation(Context *rsc, const Type *type) : ObjectBase(rsc) function in class:Allocation
49 LOGE("Allocation::Allocation, alloc failure");
53 Allocation::~Allocation()
70 void Allocation::setCpuWritable(bool)
74 void Allocation::setGpuWritable(bool)
78 void Allocation::setCpuReadable(bool)
82 void Allocation
[all...]
/frameworks/base/libs/binder/
H A DMemoryDealer.cpp62 MemoryDealer::Allocation::Allocation( function in class:android::MemoryDealer::Allocation
69 MemoryDealer::Allocation::~Allocation()
79 sp<IMemoryHeap> MemoryDealer::Allocation::getMemory(
116 memory = new Allocation(this, offset, size, new_memory);
/frameworks/base/graphics/java/android/renderscript/
H A DAllocation.java33 public class Allocation extends BaseObj { class in inherits:BaseObj
36 Allocation(int id, RenderScript rs, Type t) { method in class:Allocation
230 static public Allocation createTyped(RenderScript rs, Type type)
238 return new Allocation(id, rs, type);
241 static public Allocation createSized(RenderScript rs, Element e, int count)
253 return new Allocation(id, rs, t);
256 static public Allocation createFromBitmap(RenderScript rs, Bitmap b, Element dstFmt, boolean genMips)
261 return new Allocation(id, rs, null);
264 static public Allocation createFromBitmapBoxed(RenderScript rs, Bitmap b, Element dstFmt, boolean genMips)
269 return new Allocation(i
[all...]
/frameworks/base/include/binder/
H A DMemoryDealer.h236 class Allocation : public BnMemory { class in class:android::MemoryDealer
238 Allocation(const sp<MemoryDealer>& dealer,
240 virtual ~Allocation();

Completed in 97 milliseconds