Home
last modified time | relevance | path

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

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