Home
last modified time | relevance | path

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

/aosp12/frameworks/rs/cpp/
H A DrsDispatch.h105 typedef RsAllocation (*AllocationAdapterCreateFnPtr) (RsContext rsc, RsType vtype, RsAllocation bas… typedef
152 AllocationAdapterCreateFnPtr AllocationAdapterCreate;
H A DrsDispatch.cpp43 …dispatchTab.AllocationAdapterCreate = (AllocationAdapterCreateFnPtr)dlsym(handle, "rsAllocationAda… in loadSymbols()
/aosp12/hardware/interfaces/renderscript/1.0/default/
H A DDevice.cpp99 (AllocationAdapterCreateFnPtr)dlsym(handle, "rsAllocationAdapterCreate"), in loadHAL()