Home
last modified time | relevance | path

Searched refs:valloc1 (Results 1 – 4 of 4) sorted by relevance

/frameworks/rs/
DrsHidlAdaptation.h103 …static void AllocationShareBufferQueue(RsContext context, RsAllocation valloc1, RsAllocation vallo…
DrsAllocation.cpp866 void rsi_AllocationShareBufferQueue(Context *rsc, RsAllocation valloc1, RsAllocation valloc2) { in rsi_AllocationShareBufferQueue() argument
867 Allocation *alloc1 = static_cast<Allocation *>(valloc1); in rsi_AllocationShareBufferQueue()
DrsHidlAdaptation.cpp1070 void RsHidlAdaptation::AllocationShareBufferQueue(RsContext context, RsAllocation valloc1, RsAlloca… in AllocationShareBufferQueue() argument
1072 uint64_t _valloc1 = (uint64_t)(uintptr_t)valloc1; in AllocationShareBufferQueue()
/frameworks/rs/cpp/
DrsDispatch.h75 typedef void (*AllocationShareBufferQueueFnPtr) (RsContext context, RsAllocation valloc1, RsAllocat…