Home
last modified time | relevance | path

Searched refs:ContextInitToClient (Results 1 – 5 of 5) sorted by relevance

/frameworks/rs/cpp/
DrsDispatch.cpp98 …dispatchTab.ContextInitToClient = (ContextInitToClientFnPtr)dlsym(handle, "rsContextInitToClient"); in loadSymbols()
99 if (dispatchTab.ContextInitToClient == NULL) { in loadSymbols()
DRenderScript.cpp215 RS::dispatch->ContextInitToClient(rs->mContext); in threadProc()
DrsDispatch.h121 ContextInitToClientFnPtr ContextInitToClient; member
/frameworks/rs/
Drs.spec25 ContextInitToClient {
/frameworks/support/v8/renderscript/jni/
Dandroid_renderscript_RenderScript.cpp899 dispatchTab.ContextInitToClient((RsContext)con); in nContextInitToClient()