HomeSort by relevance Sort by last modified time
    Searched refs:SetNativeLibDirFnPtr (Results 1 - 2 of 2) sorted by null

  /frameworks/rs/cpp/
rsDispatch.h 23 typedef void (*SetNativeLibDirFnPtr)(RsContext con, const char *nativeLibDir, size_t length);
104 SetNativeLibDirFnPtr SetNativeLibDir;
rsDispatch.cpp 29 dispatchTab.SetNativeLibDir = (SetNativeLibDirFnPtr)dlsym(handle, "rsaContextSetNativeLibDir");

Completed in 47 milliseconds