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

  /frameworks/rs/cpp/
rsDispatch.h 54 typedef void (*ObjDestroyFnPtr) (RsContext, RsAsyncVoidPtr);
156 ObjDestroyFnPtr ObjDestroy;
rsDispatch.cpp 84 dispatchTab.ObjDestroy = (ObjDestroyFnPtr)dlsym(handle, "rsObjDestroy");

Completed in 47 milliseconds