Home
last modified time | relevance | path

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

/frameworks/rs/cpp/
DrsDispatch.h133 typedef RsObjectBase (*FileA3DGetEntryByIndexFnPtr) (RsContext con, uint32_t index, RsFile file); typedef
255 FileA3DGetEntryByIndexFnPtr FileA3DGetEntryByIndex;
DrsDispatch.cpp145 …dispatchTab.FileA3DGetEntryByIndex = (FileA3DGetEntryByIndexFnPtr)dlsym(handle, "rsaFileA3DGetEntr… in loadSymbols()