Home
last modified time | relevance | path

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

/frameworks/rs/cpp/
DrsDispatch.cpp78 dispatchTab.ContextDestroy = (ContextDestroyFnPtr)dlsym(handle, "rsContextDestroy"); in loadSymbols()
79 if (dispatchTab.ContextDestroy == NULL) { in loadSymbols()
DRenderScript.cpp67 RS::dispatch->ContextDestroy(mContext); in ~RS()
DrsDispatch.h117 ContextDestroyFnPtr ContextDestroy; member
/frameworks/rs/
Drs.spec1 ContextDestroy {
/frameworks/support/v8/renderscript/jni/
Dandroid_renderscript_RenderScript.cpp831 dispatchTab.ContextDestroy((RsContext)con); in nContextDestroy()
1895 dispatchTabInc.ContextDestroy((RsContext)con); in nIncContextDestroy()