Home
last modified time | relevance | path

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

/aosp12/frameworks/rs/cpp/
H A DrsDispatch.h72 typedef void (*AllocationCopy2DRangeFnPtr) (RsContext, RsAllocation, uint32_t, uint32_t, uint32_t, … typedef
154 AllocationCopy2DRangeFnPtr AllocationCopy2DRange;
H A DrsDispatch.cpp45 …dispatchTab.AllocationCopy2DRange = (AllocationCopy2DRangeFnPtr)dlsym(handle, "rsAllocationCopy2DR… in loadSymbols()
/aosp12/hardware/interfaces/renderscript/1.0/default/
H A DDevice.cpp103 (AllocationCopy2DRangeFnPtr)dlsym(handle, "rsAllocationCopy2DRange"), in loadHAL()