Searched refs:ContextDestroy (Results 1 - 8 of 8) sorted by relevance

/frameworks/rs/cpp/
H A DRenderScript.cpp60 RS::dispatch->ContextDestroy(mContext);
H A DrsDispatch.cpp71 dispatchTab.ContextDestroy = (ContextDestroyFnPtr)dlsym(handle, "rsContextDestroy");
191 if (dispatchTab.ContextDestroy == nullptr) {
192 LOG_ERR("Couldn't initialize dispatchTab.ContextDestroy");
H A DrsDispatch.h183 ContextDestroyFnPtr ContextDestroy; member in struct:dispatchTable
/frameworks/rs/
H A DrsHidlAdaptation.h54 static void ContextDestroy(RsContext);
H A Drs.spec0 ContextDestroy {
H A DrsHidlAdaptation.cpp124 mEntryFuncs.ContextDestroy = ContextDestroy;
205 void RsHidlAdaptation::ContextDestroy (RsContext context) function in class:RsHidlAdaptation
H A DrsApiStubs.cpp38 // The wrapper object is destroyed during ContextDestroy to release the memory.
200 RS_DISPATCH(ctxWrapper, ContextDestroy);
/frameworks/rs/support/jni/
H A Dandroid_renderscript_RenderScript.cpp836 dispatchTab.ContextDestroy((RsContext)con);
2174 dispatchTabInc.ContextDestroy((RsContext)con);

Completed in 1327 milliseconds