Home
last modified time | relevance | path

Searched refs:AllocationCopy2DRangeFnPtr (Results 1 – 2 of 2) sorted by relevance

/frameworks/rs/cpp/
DrsDispatch.h72 typedef void (*AllocationCopy2DRangeFnPtr) (RsContext, RsAllocation, uint32_t, uint32_t, uint32_t, … typedef
154 AllocationCopy2DRangeFnPtr AllocationCopy2DRange;
DrsDispatch.cpp45 …dispatchTab.AllocationCopy2DRange = (AllocationCopy2DRangeFnPtr)dlsym(handle, "rsAllocationCopy2DR… in loadSymbols()