Home
last modified time | relevance | path

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

/frameworks/rs/cpp/
DScript.cpp57 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()
DrsCppStructs.h611 void init(sp<RS> rs, uint32_t dimx, uint32_t usages = 0);
/frameworks/rs/
DrsAllocation.cpp30 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()
DrsAllocation.h85 static Allocation * createAllocation(Context *rsc, const Type *, uint32_t usages,
162 … Allocation(Context *rsc, const Type *, uint32_t usages, RsAllocationMipmapControl mc, void *ptr);
Drs.spec50 param uint32_t usages
60 param uint32_t usages
69 param uint32_t usages
/frameworks/base/graphics/java/android/renderscript/
DScript.java362 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/
DScript.java424 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/
Dadvanced.jd244 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/
DGeneric.kl407 # Keys defined by HID usages
/frameworks/rs/scriptc/
Drs_types.rsh405 * These values are ORed together to specify which usages or memory spaces are
/frameworks/base/docs/html/about/versions/
Dandroid-3.1.jd346 <p>To support audio conferencing and similar usages, an application instantiates
359 For more complex usages, please refer to the limitations described for
Dandroid-2.3.jd268 Developers can evaluate the network and disk usages issues raised in StrictMode
/frameworks/base/docs/html/guide/topics/ui/
Dcustom-components.jd340 <p>You can see some sample usages of the LabelView custom View in