Home | History | Annotate | Download | only in rs

Lines Matching refs:usages

30 Allocation::Allocation(Context *rsc, const Type *type, uint32_t usages,
36 mHal.state.usageFlags = usages;
51 Allocation * Allocation::createAllocation(Context *rsc, const Type *type, uint32_t usages,
61 Allocation *a = new (allocMem) Allocation(rsc, type, usages, mc, ptr);
596 uint32_t usages, uintptr_t ptr) {
597 Allocation * alloc = Allocation::createAllocation(rsc, static_cast<Type *>(vtype), usages, mips, (void*)ptr);
607 const void *data, size_t sizeBytes, uint32_t usages) {
610 RsAllocation vTexAlloc = rsi_AllocationCreateTyped(rsc, vtype, mips, usages, 0);
629 const void *data, size_t sizeBytes, uint32_t usages) {
635 RsAllocation vTexAlloc = rsi_AllocationCreateTyped(rsc, vtype, mips, usages, 0);