Searched refs:valloc (Results 1 - 3 of 3) sorted by relevance

/frameworks/rs/
H A DrsAllocation.cpp855 void rsi_AllocationSetupBufferQueue(Context *rsc, RsAllocation valloc, uint32_t numAlloc) { argument
856 Allocation *alloc = static_cast<Allocation *>(valloc);
860 void * rsi_AllocationGetSurface(Context *rsc, RsAllocation valloc) { argument
861 Allocation *alloc = static_cast<Allocation *>(valloc);
872 void rsi_AllocationSetSurface(Context *rsc, RsAllocation valloc, RsNativeWindow sur) { argument
873 Allocation *alloc = static_cast<Allocation *>(valloc);
877 void rsi_AllocationIoSend(Context *rsc, RsAllocation valloc) { argument
878 Allocation *alloc = static_cast<Allocation *>(valloc);
882 int64_t rsi_AllocationIoReceive(Context *rsc, RsAllocation valloc) { argument
883 Allocation *alloc = static_cast<Allocation *>(valloc);
888 rsi_AllocationGetPointer(Context *rsc, RsAllocation valloc, uint32_t lod, RsAllocationCubemapFace face, uint32_t z, uint32_t array, size_t *stride, size_t strideLen) argument
[all...]
H A DrsHidlAdaptation.h102 static void AllocationSetupBufferQueue(RsContext context, RsAllocation valloc, uint32_t numAlloc);
/frameworks/rs/cpp/
H A DrsDispatch.h75 typedef void (*AllocationSetupBufferQueueFnPtr) (RsContext context, RsAllocation valloc, uint32_t numAlloc);

Completed in 66 milliseconds