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

  /frameworks/rs/cpp/
rsDispatch.h 36 typedef void (*ClosureSetGlobalFnPtr)(RsContext, RsClosure, RsScriptFieldID, int64_t, int);
136 ClosureSetGlobalFnPtr ClosureSetGlobal;
rsDispatch.cpp 64 dispatchTab.ClosureSetGlobal = (ClosureSetGlobalFnPtr)dlsym(handle, "rsClosureSetGlobal");

Completed in 102 milliseconds