Home
last modified time | relevance | path

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

/aosp12/frameworks/rs/cpp/
H A DrsDispatch.h41 typedef void (*ContextInitToClientFnPtr) (RsContext); typedef
186 ContextInitToClientFnPtr ContextInitToClient;
H A DrsDispatch.cpp75 …dispatchTab.ContextInitToClient = (ContextInitToClientFnPtr)dlsym(handle, "rsContextInitToClient"); in loadSymbols()
/aosp12/hardware/interfaces/renderscript/1.0/default/
H A DDevice.cpp149 .ContextInitToClient = (ContextInitToClientFnPtr)dlsym(handle, "rsContextInitToClient"), in loadHAL()