Searched refs:valloc (Results 1 – 2 of 2) sorted by relevance
/frameworks/rs/ |
D | rsAdapter.cpp | 60 void rsi_Adapter1DBindAllocation(Context *rsc, RsAdapter1D va, RsAllocation valloc) { in rsi_Adapter1DBindAllocation() argument 62 Allocation * alloc = static_cast<Allocation *>(valloc); in rsi_Adapter1DBindAllocation() 134 void rsi_Adapter2DBindAllocation(Context *rsc, RsAdapter2D va, RsAllocation valloc) { in rsi_Adapter2DBindAllocation() argument 136 Allocation * alloc = static_cast<Allocation *>(valloc); in rsi_Adapter2DBindAllocation()
|
D | rsAllocation.cpp | 739 void * rsi_AllocationGetSurface(Context *rsc, RsAllocation valloc) { in rsi_AllocationGetSurface() argument 740 Allocation *alloc = static_cast<Allocation *>(valloc); in rsi_AllocationGetSurface() 745 void rsi_AllocationSetSurface(Context *rsc, RsAllocation valloc, RsNativeWindow sur) { in rsi_AllocationSetSurface() argument 746 Allocation *alloc = static_cast<Allocation *>(valloc); in rsi_AllocationSetSurface() 750 void rsi_AllocationIoSend(Context *rsc, RsAllocation valloc) { in rsi_AllocationIoSend() argument 751 Allocation *alloc = static_cast<Allocation *>(valloc); in rsi_AllocationIoSend() 755 void rsi_AllocationIoReceive(Context *rsc, RsAllocation valloc) { in rsi_AllocationIoReceive() argument 756 Allocation *alloc = static_cast<Allocation *>(valloc); in rsi_AllocationIoReceive() 760 void *rsi_AllocationGetPointer(Context *rsc, RsAllocation valloc, in rsi_AllocationGetPointer() argument 763 Allocation *alloc = static_cast<Allocation *>(valloc); in rsi_AllocationGetPointer()
|