Searched defs:vtype (Results 1 - 1 of 1) sorted by relevance

/frameworks/rs/
H A DrsAllocation.cpp600 RsAllocation rsi_AllocationCreateTyped(Context *rsc, RsType vtype, argument
603 Allocation * alloc = Allocation::createAllocation(rsc, static_cast<Type *>(vtype), usages, mips, (void *)ptr);
611 RsAllocation rsi_AllocationCreateFromBitmap(Context *rsc, RsType vtype, argument
614 Type *t = static_cast<Type *>(vtype);
616 RsAllocation vTexAlloc = rsi_AllocationCreateTyped(rsc, vtype, mips, usages, 0);
632 RsAllocation rsi_AllocationCubeCreateFromBitmap(Context *rsc, RsType vtype, argument
635 Type *t = static_cast<Type *>(vtype);
640 RsAllocation vTexAlloc = rsi_AllocationCreateTyped(rsc, vtype, mips, usages, 0);

Completed in 317 milliseconds