Home
last modified time | relevance | path

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

/frameworks/rs/cpp/
DrsDispatch.h54 typedef void (*Allocation2DDataFnPtr) (RsContext, RsAllocation, uint32_t, uint32_t, uint32_t, RsAll… typedef
126 Allocation2DDataFnPtr Allocation2DData;
DRenderScript.cpp238 RS::dispatch->Allocation2DData = (Allocation2DDataFnPtr)dlsym(handle, "rsAllocation2DData"); in loadSymbols()