Searched defs:Allocation (Results 1 – 10 of 10) sorted by relevance
35 friend class Allocation; variable
32 class Allocation; variable
32 class Allocation; variable36 friend class Allocation; variable
50 Allocation::Allocation(void *id, RenderScript *rs, sp<const Type> t, uint32_t usage) : in Allocation() function in Allocation
26 class Allocation; variable
31 class Allocation; variable
28 Allocation::Allocation(Context *rsc, const Type *type, uint32_t usages, in Allocation() function in Allocation
27 typedef struct Allocation { struct28 char __pad[28];29 struct {53 } Allocation_t; argument
112 class Allocation : public MemoryBase { class164 Allocation::Allocation( in Allocation() function in android::Allocation
73 public class Allocation extends BaseObj { class236 Allocation(int id, RenderScript rs, Type t, int usage) { in Allocation() method in Allocation