Home
last modified time | relevance | path

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

/aosp12/frameworks/rs/cpp/
H A DrsDispatch.h73 typedef void (*AllocationCopy3DRangeFnPtr) (RsContext, RsAllocation, uint32_t, uint32_t, uint32_t, … typedef
155 AllocationCopy3DRangeFnPtr AllocationCopy3DRange;
H A DrsDispatch.cpp46 …dispatchTab.AllocationCopy3DRange = (AllocationCopy3DRangeFnPtr)dlsym(handle, "rsAllocationCopy3DR… in loadSymbols()
/aosp12/hardware/interfaces/renderscript/1.0/default/
H A DDevice.cpp105 (AllocationCopy3DRangeFnPtr)dlsym(handle, "rsAllocationCopy3DRange"), in loadHAL()