Home
last modified time | relevance | path

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

/aosp12/frameworks/rs/cpp/
H A DrsDispatch.h61 typedef void (*AllocationElementDataFnPtr) (RsContext, RsAllocation, uint32_t, uint32_t, uint32_t, … typedef
161 AllocationElementDataFnPtr AllocationElementData;
H A DrsDispatch.cpp51 …dispatchTab.AllocationElementData = (AllocationElementDataFnPtr)dlsym(handle, "rsAllocationElement… in loadSymbols()
/aosp12/hardware/interfaces/renderscript/1.0/default/
H A DDevice.cpp117 (AllocationElementDataFnPtr)dlsym(handle, "rsAllocationElementData"), in loadHAL()