Home
last modified time | relevance | path

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

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