Searched refs:usages (Results 1 – 11 of 11) sorted by relevance
/frameworks/base/libs/rs/ |
D | rsAllocation.cpp | 24 Allocation::Allocation(Context *rsc, const Type *type, uint32_t usages, in Allocation() argument 30 mHal.state.usageFlags = usages; in Allocation() 37 Allocation * Allocation::createAllocation(Context *rsc, const Type *type, uint32_t usages, in createAllocation() argument 39 Allocation *a = new Allocation(rsc, type, usages, mc); in createAllocation() 483 uint32_t usages) { in rsi_AllocationCreateTyped() argument 484 … Allocation * alloc = Allocation::createAllocation(rsc, static_cast<Type *>(vtype), usages, mips); in rsi_AllocationCreateTyped() 494 const void *data, size_t data_length, uint32_t usages) { in rsi_AllocationCreateFromBitmap() argument 497 RsAllocation vTexAlloc = rsi_AllocationCreateTyped(rsc, vtype, mips, usages); in rsi_AllocationCreateFromBitmap() 515 … const void *data, size_t data_length, uint32_t usages) { in rsi_AllocationCubeCreateFromBitmap() argument 521 RsAllocation vTexAlloc = rsi_AllocationCreateTyped(rsc, vtype, mips, usages); in rsi_AllocationCubeCreateFromBitmap()
|
D | rsAllocation.h | 68 static Allocation * createAllocation(Context *rsc, const Type *, uint32_t usages, 132 Allocation(Context *rsc, const Type *, uint32_t usages, RsAllocationMipmapControl mc);
|
D | rs.spec | 44 param uint32_t usages 53 param uint32_t usages 62 param uint32_t usages
|
/frameworks/base/graphics/java/android/renderscript/ |
D | Script.java | 191 protected void init(RenderScript rs, int dimx, int usages) { in init() argument 192 … mAllocation = Allocation.createSized(rs, mElement, dimx, Allocation.USAGE_SCRIPT | usages); in init()
|
/frameworks/base/docs/html/guide/topics/renderscript/ |
D | index.jd | 478 count, int usages)</code> constructor defines an extra parameter, <code>usages</code>, that 569 public ScriptField_Point(RenderScript rs, int count, int usages) { 573 init(rs, count, usages);
|
/frameworks/base/libs/rs/scriptc/ |
D | rs_types.rsh | 386 * These values are ORed together to specify which usages or memory spaces are
|
/frameworks/base/docs/html/resources/articles/ |
D | contacts.jd | 272 <li>Replace all usages of {@link android.provider.Contacts} with calls to new 308 <li>Replace all usages of the older Contacts API with calls to new API.
|
/frameworks/base/docs/html/sdk/ |
D | android-3.1.jd | 451 <p>To support audio conferencing and similar usages, an application instantiates 464 For more complex usages, please refer to the limitations described for
|
D | android-2.3.jd | 347 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
|
/frameworks/base/docs/html/guide/topics/views/ |
D | custom-views.jd | 332 <p>You can see some sample usages of the LabelView custom View in
|