Home
last modified time | relevance | path

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

/frameworks/rs/cpp/
DrsDispatch.h73 typedef void (*AllocationCopy3DRangeFnPtr) (RsContext, RsAllocation, uint32_t, uint32_t, uint32_t, … typedef
155 AllocationCopy3DRangeFnPtr AllocationCopy3DRange;
DrsDispatch.cpp46 …dispatchTab.AllocationCopy3DRange = (AllocationCopy3DRangeFnPtr)dlsym(handle, "rsAllocationCopy3DR… in loadSymbols()