Searched defs:Allocation (Results 1 – 11 of 11) sorted by relevance
/frameworks/rs/driver/ |
D | rsdScriptGroup.cpp | 39 const ScriptKernelID *kid, Allocation *) { in rsdScriptGroupSetInput() argument 43 const ScriptKernelID *kid, Allocation *) { in rsdScriptGroupSetOutput() argument
|
/frameworks/rs/ |
D | rsGrallocConsumer.h | 33 class Allocation; variable
|
D | rsFBOCache.h | 26 class Allocation; variable
|
D | rs_hal.h | 31 class Allocation; variable
|
D | rsAllocation.cpp | 30 Allocation::Allocation(Context *rsc, const Type *type, uint32_t usages, in Allocation() function in Allocation
|
/frameworks/rs/driver/runtime/ |
D | rs_structs.h | 27 typedef struct Allocation { struct 29 char __pad[32]; 33 struct { 68 } Allocation_t; argument
|
/frameworks/native/libs/binder/ |
D | MemoryDealer.cpp | 112 class Allocation : public MemoryBase { class 164 Allocation::Allocation( in Allocation() function in android::Allocation
|
/frameworks/rs/cpp/ |
D | Allocation.cpp | 40 Allocation::Allocation(void *id, sp<RS> rs, sp<const Type> t, uint32_t usage) : in Allocation() function in Allocation
|
D | rsCppStructs.h | 44 class Allocation; variable
|
/frameworks/base/rs/java/android/renderscript/ |
D | Allocation.java | 54 public class Allocation extends BaseObj { class 304 Allocation(long id, RenderScript rs, Type t, int usage) { in Allocation() method in Allocation
|
/frameworks/support/v8/renderscript/java/src/android/support/v8/renderscript/ |
D | Allocation.java | 59 public class Allocation extends BaseObj { class 221 Allocation(int id, RenderScript rs, Type t, int usage) { in Allocation() method in Allocation
|