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 | 823 void * rsi_AllocationGetSurface(Context *rsc, RsAllocation valloc) { in rsi_AllocationGetSurface() argument 824 Allocation *alloc = static_cast<Allocation *>(valloc); in rsi_AllocationGetSurface() 829 void rsi_AllocationSetSurface(Context *rsc, RsAllocation valloc, RsNativeWindow sur) { in rsi_AllocationSetSurface() argument 830 Allocation *alloc = static_cast<Allocation *>(valloc); in rsi_AllocationSetSurface() 834 void rsi_AllocationIoSend(Context *rsc, RsAllocation valloc) { in rsi_AllocationIoSend() argument 835 Allocation *alloc = static_cast<Allocation *>(valloc); in rsi_AllocationIoSend() 839 void rsi_AllocationIoReceive(Context *rsc, RsAllocation valloc) { in rsi_AllocationIoReceive() argument 840 Allocation *alloc = static_cast<Allocation *>(valloc); in rsi_AllocationIoReceive() 844 void *rsi_AllocationGetPointer(Context *rsc, RsAllocation valloc, in rsi_AllocationGetPointer() argument 847 Allocation *alloc = static_cast<Allocation *>(valloc); in rsi_AllocationGetPointer()
|