Home
last modified time | relevance | path

Searched refs:ContextSetPriorityFnPtr (Results 1 – 2 of 2) sorted by relevance

/frameworks/rs/cpp/
DrsDispatch.h53 typedef void (*ContextSetPriorityFnPtr) (RsContext, int32_t); typedef
189 ContextSetPriorityFnPtr ContextSetPriority;
DrsDispatch.cpp78 dispatchTab.ContextSetPriority = (ContextSetPriorityFnPtr)dlsym(handle, "rsContextSetPriority"); in loadSymbols()