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