Searched defs:usages (Results 1 – 4 of 4) sorted by relevance
/frameworks/rs/cpp/ |
D | Script.cpp | 57 void Script::FieldBase::init(sp<RS> rs, uint32_t dimx, uint32_t usages) { in init()
|
/frameworks/rs/ |
D | rsAllocation.cpp | 30 Allocation::Allocation(Context *rsc, const Type *type, uint32_t usages, in Allocation() 51 Allocation * Allocation::createAllocation(Context *rsc, const Type *type, uint32_t usages, in createAllocation() 637 uint32_t usages, uintptr_t ptr) { in rsi_AllocationCreateTyped() 648 const void *data, size_t sizeBytes, uint32_t usages) { in rsi_AllocationCreateFromBitmap() 670 … const void *data, size_t sizeBytes, uint32_t usages) { in rsi_AllocationCubeCreateFromBitmap()
|
/frameworks/support/v8/renderscript/java/src/android/support/v8/renderscript/ |
D | Script.java | 442 protected void init(RenderScript rs, int dimx, int usages) { in init()
|
/frameworks/base/rs/java/android/renderscript/ |
D | Script.java | 384 protected void init(RenderScript rs, int dimx, int usages) { in init()
|