Home
last modified time | relevance | path

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

/frameworks/rs/cpp/
DRenderScript.cpp60 RS::dispatch->ContextDestroy(mContext); in ~RS()
DrsDispatch.cpp71 dispatchTab.ContextDestroy = (ContextDestroyFnPtr)dlsym(handle, "rsContextDestroy"); in loadSymbols()
191 if (dispatchTab.ContextDestroy == nullptr) { in loadSymbols()
DrsDispatch.h182 ContextDestroyFnPtr ContextDestroy; member
/frameworks/rs/
DrsHidlAdaptation.h54 static void ContextDestroy(RsContext);
Drs.spec1 ContextDestroy {
DrsHidlAdaptation.cpp124 mEntryFuncs.ContextDestroy = ContextDestroy; in LoadDispatchForHidl()
205 void RsHidlAdaptation::ContextDestroy (RsContext context) in ContextDestroy() function in RsHidlAdaptation
DrsApiStubs.cpp195 RS_DISPATCH(ctxWrapper, ContextDestroy); in rsContextDestroy()
/frameworks/rs/support/jni/
Dandroid_renderscript_RenderScript.cpp836 dispatchTab.ContextDestroy((RsContext)con); in nContextDestroy()
2174 dispatchTabInc.ContextDestroy((RsContext)con); in nIncContextDestroy()