Home
last modified time | relevance | path

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

/frameworks/rs/cpp/
DrsDispatch.h36 typedef void (*ContextInitToClientFnPtr) (RsContext); typedef
108 ContextInitToClientFnPtr ContextInitToClient;
DRenderScript.cpp148 …RS::dispatch->ContextInitToClient = (ContextInitToClientFnPtr)dlsym(handle, "rsContextInitToClient… in loadSymbols()