Home
last modified time | relevance | path

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

/aosp12/frameworks/rs/cpp/
H A DrsDispatch.h67 typedef void (*AllocationElementReadFnPtr) (RsContext, RsAllocation, uint32_t, uint32_t, uint32_t, … typedef
162 AllocationElementReadFnPtr AllocationElementRead;
H A DrsDispatch.cpp52 …dispatchTab.AllocationElementRead = (AllocationElementReadFnPtr)dlsym(handle, "rsAllocationElement… in loadSymbols()
/aosp12/hardware/interfaces/renderscript/1.0/default/
H A DDevice.cpp119 (AllocationElementReadFnPtr)dlsym(handle, "rsAllocationElementRead"), in loadHAL()