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

/frameworks/base/libs/rs/
H A DrsAllocation.cpp481 RsAllocation rsi_AllocationCreateTyped(Context *rsc, RsType vtype, argument
484 Allocation * alloc = Allocation::createAllocation(rsc, static_cast<Type *>(vtype), usages, mips);
492 RsAllocation rsi_AllocationCreateFromBitmap(Context *rsc, RsType vtype, argument
495 Type *t = static_cast<Type *>(vtype);
497 RsAllocation vTexAlloc = rsi_AllocationCreateTyped(rsc, vtype, mips, usages);
513 RsAllocation rsi_AllocationCubeCreateFromBitmap(Context *rsc, RsType vtype, argument
516 Type *t = static_cast<Type *>(vtype);
521 RsAllocation vTexAlloc = rsi_AllocationCreateTyped(rsc, vtype, mips, usages);

Completed in 41 milliseconds