Searched refs:Allocation1DDataFnPtr (Results 1 - 2 of 2) sorted by relevance

/frameworks/rs/cpp/
H A DrsDispatch.h52 typedef void (*Allocation1DDataFnPtr) (RsContext, RsAllocation, uint32_t, uint32_t, uint32_t, const void*, size_t); typedef
124 Allocation1DDataFnPtr Allocation1DData;
H A DRenderScript.cpp228 RS::dispatch->Allocation1DData = (Allocation1DDataFnPtr)dlsym(handle, "rsAllocation1DData");

Completed in 41 milliseconds