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

/frameworks/rs/
H A DrsAdapter.cpp60 void rsi_Adapter1DBindAllocation(Context *rsc, RsAdapter1D va, RsAllocation valloc) { argument
62 Allocation * alloc = static_cast<Allocation *>(valloc);
134 void rsi_Adapter2DBindAllocation(Context *rsc, RsAdapter2D va, RsAllocation valloc) { argument
136 Allocation * alloc = static_cast<Allocation *>(valloc);
H A DrsAllocation.cpp739 void * rsi_AllocationGetSurface(Context *rsc, RsAllocation valloc) { argument
740 Allocation *alloc = static_cast<Allocation *>(valloc);
745 void rsi_AllocationSetSurface(Context *rsc, RsAllocation valloc, RsNativeWindow sur) { argument
746 Allocation *alloc = static_cast<Allocation *>(valloc);
750 void rsi_AllocationIoSend(Context *rsc, RsAllocation valloc) { argument
751 Allocation *alloc = static_cast<Allocation *>(valloc);
755 void rsi_AllocationIoReceive(Context *rsc, RsAllocation valloc) { argument
756 Allocation *alloc = static_cast<Allocation *>(valloc);
760 void *rsi_AllocationGetPointer(Context *rsc, RsAllocation valloc, argument
763 Allocation *alloc = static_cast<Allocation *>(valloc);
[all...]

Completed in 307 milliseconds