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

/frameworks/rs/
H A DrsAllocation.cpp550 RsAllocation rsi_AllocationCreateTyped(Context *rsc, RsType vtype, argument
553 Allocation * alloc = Allocation::createAllocation(rsc, static_cast<Type *>(vtype), usages, mips, (void *)ptr);
561 RsAllocation rsi_AllocationCreateFromBitmap(Context *rsc, RsType vtype, argument
564 Type *t = static_cast<Type *>(vtype);
566 RsAllocation vTexAlloc = rsi_AllocationCreateTyped(rsc, vtype, mips, usages, 0);
583 RsAllocation rsi_AllocationCubeCreateFromBitmap(Context *rsc, RsType vtype, argument
586 Type *t = static_cast<Type *>(vtype);
591 RsAllocation vTexAlloc = rsi_AllocationCreateTyped(rsc, vtype, mips, usages, 0);
/frameworks/support/renderscript/v8/rs_support/
H A DrsAllocation.cpp488 RsAllocation rsi_AllocationCreateTyped(Context *rsc, RsType vtype, argument
491 Allocation * alloc = Allocation::createAllocation(rsc, static_cast<Type *>(vtype), usages, mips, (void *)ptr);
499 RsAllocation rsi_AllocationCreateFromBitmap(Context *rsc, RsType vtype, argument
502 Type *t = static_cast<Type *>(vtype);
504 RsAllocation vTexAlloc = rsi_AllocationCreateTyped(rsc, vtype, mips, usages, 0);
521 RsAllocation rsi_AllocationCubeCreateFromBitmap(Context *rsc, RsType vtype, argument
524 Type *t = static_cast<Type *>(vtype);
529 RsAllocation vTexAlloc = rsi_AllocationCreateTyped(rsc, vtype, mips, usages, 0);

Completed in 25 milliseconds