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

/frameworks/rs/
H A DrsAllocation.cpp635 RsAllocation rsi_AllocationCreateTyped(Context *rsc, RsType vtype, argument
638 Allocation * alloc = Allocation::createAllocation(rsc, static_cast<Type *>(vtype), usages, mipmaps, (void*)ptr);
646 RsAllocation rsi_AllocationCreateFromBitmap(Context *rsc, RsType vtype, argument
649 Type *t = static_cast<Type *>(vtype);
651 RsAllocation vTexAlloc = rsi_AllocationCreateTyped(rsc, vtype, mipmaps, usages, 0);
668 RsAllocation rsi_AllocationCubeCreateFromBitmap(Context *rsc, RsType vtype, argument
671 Type *t = static_cast<Type *>(vtype);
676 RsAllocation vTexAlloc = rsi_AllocationCreateTyped(rsc, vtype, mipmaps, usages, 0);
H A Drs.spec48 param RsType vtype
57 param RsType vtype
66 param RsType vtype

Completed in 446 milliseconds