Home
last modified time | relevance | path

Searched refs:usages (Results 1 – 11 of 11) sorted by relevance

/frameworks/base/libs/rs/
DrsAllocation.cpp24 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()
DrsAllocation.h68 static Allocation * createAllocation(Context *rsc, const Type *, uint32_t usages,
132 Allocation(Context *rsc, const Type *, uint32_t usages, RsAllocationMipmapControl mc);
Drs.spec44 param uint32_t usages
53 param uint32_t usages
62 param uint32_t usages
/frameworks/base/graphics/java/android/renderscript/
DScript.java191 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/
Dindex.jd478 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/
Drs_types.rsh386 * These values are ORed together to specify which usages or memory spaces are
/frameworks/base/docs/html/resources/articles/
Dcontacts.jd272 <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/
Dandroid-3.1.jd451 <p>To support audio conferencing and similar usages, an application instantiates
464 For more complex usages, please refer to the limitations described for
Dandroid-2.3.jd347 Developers can evaluate the network and disk usages issues raised in StrictMode
/frameworks/base/docs/html/guide/topics/ui/
Dcustom-components.jd341 <p>You can see some sample usages of the LabelView custom View in
/frameworks/base/docs/html/guide/topics/views/
Dcustom-views.jd332 <p>You can see some sample usages of the LabelView custom View in