/frameworks/rs/cpp/ |
D | Script.cpp | 57 void Script::FieldBase::init(sp<RS> rs, uint32_t dimx, uint32_t usages) { in init() argument 58 mAllocation = Allocation::createSized(rs, mElement, dimx, RS_ALLOCATION_USAGE_SCRIPT | usages); in init()
|
D | rsCppStructs.h | 611 void init(sp<RS> rs, uint32_t dimx, uint32_t usages = 0);
|
/frameworks/rs/ |
D | rsAllocation.cpp | 30 Allocation::Allocation(Context *rsc, const Type *type, uint32_t usages, in Allocation() argument 36 mHal.state.usageFlags = usages; in Allocation() 51 Allocation * Allocation::createAllocation(Context *rsc, const Type *type, uint32_t usages, in createAllocation() argument 61 Allocation *a = new (allocMem) Allocation(rsc, type, usages, mc, ptr); in createAllocation() 554 uint32_t usages, uintptr_t ptr) { in rsi_AllocationCreateTyped() argument 555 …Allocation * alloc = Allocation::createAllocation(rsc, static_cast<Type *>(vtype), usages, mips, (… in rsi_AllocationCreateTyped() 565 const void *data, size_t sizeBytes, uint32_t usages) { in rsi_AllocationCreateFromBitmap() argument 568 RsAllocation vTexAlloc = rsi_AllocationCreateTyped(rsc, vtype, mips, usages, 0); in rsi_AllocationCreateFromBitmap() 587 … const void *data, size_t sizeBytes, uint32_t usages) { in rsi_AllocationCubeCreateFromBitmap() argument 593 RsAllocation vTexAlloc = rsi_AllocationCreateTyped(rsc, vtype, mips, usages, 0); in rsi_AllocationCubeCreateFromBitmap()
|
D | rsAllocation.h | 85 static Allocation * createAllocation(Context *rsc, const Type *, uint32_t usages, 162 … Allocation(Context *rsc, const Type *, uint32_t usages, RsAllocationMipmapControl mc, void *ptr);
|
D | rs.spec | 50 param uint32_t usages 60 param uint32_t usages 69 param uint32_t usages
|
/frameworks/base/graphics/java/android/renderscript/ |
D | Script.java | 362 protected void init(RenderScript rs, int dimx, int usages) { in init() argument 363 … mAllocation = Allocation.createSized(rs, mElement, dimx, Allocation.USAGE_SCRIPT | usages); in init()
|
/frameworks/support/v8/renderscript/java/src/android/support/v8/renderscript/ |
D | Script.java | 424 protected void init(RenderScript rs, int dimx, int usages) { in init() argument 425 … 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/base/data/keyboards/ |
D | Generic.kl | 407 # Keys defined by HID usages
|
/frameworks/rs/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 | 346 <p>To support audio conferencing and similar usages, an application instantiates 359 For more complex usages, please refer to the limitations described for
|
D | android-2.3.jd | 268 Developers can evaluate the network and disk usages issues raised in StrictMode
|
/frameworks/base/docs/html/guide/topics/ui/ |
D | custom-components.jd | 340 <p>You can see some sample usages of the LabelView custom View in
|