Home
last modified time | relevance | path

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

/frameworks/rs/cpp/
DrsDispatch.h70 typedef void (*AllocationSyncAllFnPtr) (RsContext, RsAllocation, RsAllocationUsageType); typedef
172 AllocationSyncAllFnPtr AllocationSyncAll;
DrsDispatch.cpp64 dispatchTab.AllocationSyncAll = (AllocationSyncAllFnPtr)dlsym(handle, "rsAllocationSyncAll"); in loadSymbols()