Searched refs:valloc (Results 1 – 3 of 3) sorted by relevance
/frameworks/rs/ |
D | rsAllocation.cpp | 855 void rsi_AllocationSetupBufferQueue(Context *rsc, RsAllocation valloc, uint32_t numAlloc) { in rsi_AllocationSetupBufferQueue() argument 856 Allocation *alloc = static_cast<Allocation *>(valloc); in rsi_AllocationSetupBufferQueue() 860 void * rsi_AllocationGetSurface(Context *rsc, RsAllocation valloc) { in rsi_AllocationGetSurface() argument 861 Allocation *alloc = static_cast<Allocation *>(valloc); in rsi_AllocationGetSurface() 872 void rsi_AllocationSetSurface(Context *rsc, RsAllocation valloc, RsNativeWindow sur) { in rsi_AllocationSetSurface() argument 873 Allocation *alloc = static_cast<Allocation *>(valloc); in rsi_AllocationSetSurface() 877 void rsi_AllocationIoSend(Context *rsc, RsAllocation valloc) { in rsi_AllocationIoSend() argument 878 Allocation *alloc = static_cast<Allocation *>(valloc); in rsi_AllocationIoSend() 882 int64_t rsi_AllocationIoReceive(Context *rsc, RsAllocation valloc) { in rsi_AllocationIoReceive() argument 883 Allocation *alloc = static_cast<Allocation *>(valloc); in rsi_AllocationIoReceive() [all …]
|
D | rsHidlAdaptation.h | 102 … static void AllocationSetupBufferQueue(RsContext context, RsAllocation valloc, uint32_t numAlloc);
|
/frameworks/rs/cpp/ |
D | rsDispatch.h | 74 typedef void (*AllocationSetupBufferQueueFnPtr) (RsContext context, RsAllocation valloc, uint32_t n…
|