Home
last modified time | relevance | path

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

/frameworks/rs/cpp/
DrsDispatch.h60 typedef void (*Allocation1DElementDataFnPtr) (RsContext, RsAllocation, uint32_t, uint32_t, const vo… typedef
146 Allocation1DElementDataFnPtr Allocation1DElementData;
DrsDispatch.cpp37 …dispatchTab.Allocation1DElementData = (Allocation1DElementDataFnPtr)dlsym(handle, "rsAllocation1DE… in loadSymbols()