Lines Matching refs:valloc
895 void rsi_AllocationSetupBufferQueue(Context *rsc, RsAllocation valloc, uint32_t numAlloc) { in rsi_AllocationSetupBufferQueue() argument
896 Allocation *alloc = static_cast<Allocation *>(valloc); in rsi_AllocationSetupBufferQueue()
900 void * rsi_AllocationGetSurface(Context *rsc, RsAllocation valloc) { in rsi_AllocationGetSurface() argument
901 Allocation *alloc = static_cast<Allocation *>(valloc); in rsi_AllocationGetSurface()
912 void rsi_AllocationSetSurface(Context *rsc, RsAllocation valloc, RsNativeWindow sur) { in rsi_AllocationSetSurface() argument
913 Allocation *alloc = static_cast<Allocation *>(valloc); in rsi_AllocationSetSurface()
917 void rsi_AllocationIoSend(Context *rsc, RsAllocation valloc) { in rsi_AllocationIoSend() argument
918 Allocation *alloc = static_cast<Allocation *>(valloc); in rsi_AllocationIoSend()
922 int64_t rsi_AllocationIoReceive(Context *rsc, RsAllocation valloc) { in rsi_AllocationIoReceive() argument
923 Allocation *alloc = static_cast<Allocation *>(valloc); in rsi_AllocationIoReceive()
928 void *rsi_AllocationGetPointer(Context *rsc, RsAllocation valloc, in rsi_AllocationGetPointer() argument
931 Allocation *alloc = static_cast<Allocation *>(valloc); in rsi_AllocationGetPointer()