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

/frameworks/rs/
H A DrsAllocation.cpp566 RsAllocation vTexAlloc = rsi_AllocationCreateTyped(rsc, vtype, mips, usages, 0); local
567 Allocation *texAlloc = static_cast<Allocation *>(vTexAlloc);
591 RsAllocation vTexAlloc = rsi_AllocationCreateTyped(rsc, vtype, mips, usages, 0); local
592 Allocation *texAlloc = static_cast<Allocation *>(vTexAlloc);
/frameworks/support/renderscript/v8/rs_support/
H A DrsAllocation.cpp504 RsAllocation vTexAlloc = rsi_AllocationCreateTyped(rsc, vtype, mips, usages, 0); local
505 Allocation *texAlloc = static_cast<Allocation *>(vTexAlloc);
529 RsAllocation vTexAlloc = rsi_AllocationCreateTyped(rsc, vtype, mips, usages, 0); local
530 Allocation *texAlloc = static_cast<Allocation *>(vTexAlloc);

Completed in 60 milliseconds