/frameworks/rs/cpp/ |
D | Script.cpp | 65 void Script::FieldBase::init(RenderScript *rs, uint32_t dimx, uint32_t usages) { in init() argument 66 mAllocation = Allocation::createSized(rs, mElement, dimx, RS_ALLOCATION_USAGE_SCRIPT | usages); in init()
|
D | Script.h | 72 void init(RenderScript *rs, uint32_t dimx, uint32_t usages = 0);
|
/frameworks/support/renderscript/v8/rs_support/ |
D | rsAllocation.cpp | 25 Allocation::Allocation(Context *rsc, const Type *type, uint32_t usages, in Allocation() argument 31 mHal.state.usageFlags = usages; in Allocation() 38 Allocation * Allocation::createAllocation(Context *rsc, const Type *type, uint32_t usages, in createAllocation() argument 40 Allocation *a = new Allocation(rsc, type, usages, mc, ptr); in createAllocation() 490 uint32_t usages, uint32_t ptr) { in rsi_AllocationCreateTyped() argument 491 …Allocation * alloc = Allocation::createAllocation(rsc, static_cast<Type *>(vtype), usages, mips, (… in rsi_AllocationCreateTyped() 501 const void *data, size_t sizeBytes, uint32_t usages) { in rsi_AllocationCreateFromBitmap() argument 504 RsAllocation vTexAlloc = rsi_AllocationCreateTyped(rsc, vtype, mips, usages, 0); in rsi_AllocationCreateFromBitmap() 523 … const void *data, size_t sizeBytes, uint32_t usages) { in rsi_AllocationCubeCreateFromBitmap() argument 529 RsAllocation vTexAlloc = rsi_AllocationCreateTyped(rsc, vtype, mips, usages, 0); in rsi_AllocationCubeCreateFromBitmap()
|
D | rs.spec | 44 param uint32_t usages 54 param uint32_t usages 63 param uint32_t usages
|
D | rsAllocation.h | 77 static Allocation * createAllocation(Context *rsc, const Type *, uint32_t usages, 149 … Allocation(Context *rsc, const Type *, uint32_t usages, RsAllocationMipmapControl mc, void *ptr);
|
/frameworks/rs/ |
D | rsAllocation.cpp | 28 Allocation::Allocation(Context *rsc, const Type *type, uint32_t usages, in Allocation() argument 34 mHal.state.usageFlags = usages; in Allocation() 41 Allocation * Allocation::createAllocation(Context *rsc, const Type *type, uint32_t usages, in createAllocation() argument 43 Allocation *a = new Allocation(rsc, type, usages, mc, ptr); in createAllocation() 552 uint32_t usages, uint32_t ptr) { in rsi_AllocationCreateTyped() argument 553 …Allocation * alloc = Allocation::createAllocation(rsc, static_cast<Type *>(vtype), usages, mips, (… in rsi_AllocationCreateTyped() 563 const void *data, size_t sizeBytes, uint32_t usages) { in rsi_AllocationCreateFromBitmap() argument 566 RsAllocation vTexAlloc = rsi_AllocationCreateTyped(rsc, vtype, mips, usages, 0); in rsi_AllocationCreateFromBitmap() 585 … const void *data, size_t sizeBytes, uint32_t usages) { in rsi_AllocationCubeCreateFromBitmap() argument 591 RsAllocation vTexAlloc = rsi_AllocationCreateTyped(rsc, vtype, mips, usages, 0); in rsi_AllocationCubeCreateFromBitmap()
|
D | rsAllocation.h | 80 static Allocation * createAllocation(Context *rsc, const Type *, uint32_t usages, 158 … Allocation(Context *rsc, const Type *, uint32_t usages, RsAllocationMipmapControl mc, void *ptr);
|
D | rs.spec | 44 param uint32_t usages 54 param uint32_t usages 63 param uint32_t usages
|
/frameworks/base/graphics/java/android/renderscript/ |
D | Script.java | 298 protected void init(RenderScript rs, int dimx, int usages) { in init() argument 299 … mAllocation = Allocation.createSized(rs, mElement, dimx, Allocation.USAGE_SCRIPT | usages); in init()
|
/frameworks/support/renderscript/v8/java/src/android/support/v8/renderscript/ |
D | Script.java | 298 protected void init(RenderScript rs, int dimx, int usages) { in init() argument 299 … mAllocation = Allocation.createSized(rs, mElement, dimx, Allocation.USAGE_SCRIPT | usages); in init()
|
/frameworks/base/docs/html/guide/topics/renderscript/ |
D | advanced.jd | 244 public ScriptField_Point(RenderScript rs, int count, int usages) { 248 init(rs, count, usages); 340 count, int usages)</code> constructor defines an extra parameter, <code>usages</code>, that
|
/frameworks/rs/scriptc/ |
D | rs_types.rsh | 405 * These values are ORed together to specify which usages or memory spaces are
|
/frameworks/support/renderscript/v8/rs_support/scriptc/ |
D | rs_types.rsh | 405 * These values are ORed together to specify which usages or memory spaces are
|
/frameworks/base/docs/html/about/versions/ |
D | android-3.1.jd | 345 <p>To support audio conferencing and similar usages, an application instantiates 358 For more complex usages, please refer to the limitations described for
|
D | android-2.3.jd | 267 Developers can evaluate the network and disk usages issues raised in StrictMode
|
/frameworks/base/docs/html/guide/topics/ui/ |
D | custom-components.jd | 341 <p>You can see some sample usages of the LabelView custom View in
|