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

/frameworks/rs/
H A Drs.spec48 param RsType vtype
57 param RsType vtype
66 param RsType vtype
H A DrsAllocation.cpp594 RsAllocation rsi_AllocationCreateTyped(Context *rsc, RsType vtype, argument
597 Allocation * alloc = Allocation::createAllocation(rsc, static_cast<Type *>(vtype), usages, mips, (void*)ptr);
605 RsAllocation rsi_AllocationCreateFromBitmap(Context *rsc, RsType vtype, argument
608 Type *t = static_cast<Type *>(vtype);
610 RsAllocation vTexAlloc = rsi_AllocationCreateTyped(rsc, vtype, mips, usages, 0);
627 RsAllocation rsi_AllocationCubeCreateFromBitmap(Context *rsc, RsType vtype, argument
630 Type *t = static_cast<Type *>(vtype);
635 RsAllocation vTexAlloc = rsi_AllocationCreateTyped(rsc, vtype, mips, usages, 0);

Completed in 56 milliseconds