Searched defs:Allocation (Results 1 – 10 of 10) 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 | 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/compile/libbcc/lib/Renderscript/runtime/ |
D | rs_structs.h | 27 typedef struct Allocation { struct 28 char __pad[32]; 29 struct { 59 } 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 | 41 class Allocation; variable
|
/frameworks/support/v8/renderscript/java/src/android/support/v8/renderscript/ |
D | Allocation.java | 73 public class Allocation extends BaseObj { class 231 Allocation(int id, RenderScript rs, Type t, int usage) { in Allocation() method in Allocation
|
/frameworks/base/graphics/java/android/renderscript/ |
D | Allocation.java | 75 public class Allocation extends BaseObj { class 258 Allocation(int id, RenderScript rs, Type t, int usage) { in Allocation() method in Allocation
|