Home
last modified time | relevance | path

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

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