Home
last modified time | relevance | path

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

/frameworks/rs/cpp/
DrsDispatch.h67 typedef void (*Allocation3DReadFnPtr) (RsContext, RsAllocation, uint32_t, uint32_t, uint32_t, uint3… typedef
151 Allocation3DReadFnPtr Allocation3DRead;
DrsDispatch.cpp409 dispatchTab.Allocation3DRead = (Allocation3DReadFnPtr)dlsym(handle, "rsAllocation3DRead"); in loadSymbols()