Home
last modified time | relevance | path

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

/frameworks/rs/cpp/
DrsDispatch.cpp66 …dispatchTab.ContextDeinitToClient = (ContextDeinitToClientFnPtr)dlsym(handle, "rsContextDeinitToCl… in loadSymbols()
173 if (dispatchTab.ContextDeinitToClient == nullptr) { in loadSymbols()
DRenderScript.cpp62 RS::dispatch->ContextDeinitToClient(mContext); in ~RS()
DrsDispatch.h138 ContextDeinitToClientFnPtr ContextDeinitToClient; member
/frameworks/rs/
Drs.spec29 ContextDeinitToClient {
/frameworks/support/v8/renderscript/jni/
Dandroid_renderscript_RenderScript.cpp897 dispatchTab.ContextDeinitToClient((RsContext)con); in nContextDeinitToClient()