Searched refs:TypeGetNativeDataFnPtr (Results 1 – 2 of 2) sorted by relevance
25 typedef void (*TypeGetNativeDataFnPtr)(RsContext, RsType, uintptr_t *typeData, uint32_t typeDataSiz… typedef184 TypeGetNativeDataFnPtr TypeGetNativeData;
112 dispatchTab.TypeGetNativeData = (TypeGetNativeDataFnPtr)dlsym(handle, "rsaTypeGetNativeData"); in loadSymbols()