Home
last modified time | relevance | path

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

/frameworks/rs/cpp/
DBaseObj.cpp48 RS::dispatch->ObjDestroy(mRS->getContext(), mID); in ~BaseObj()
DrsDispatch.cpp84 dispatchTab.ObjDestroy = (ObjDestroyFnPtr)dlsym(handle, "rsObjDestroy"); in loadSymbols()
217 if (dispatchTab.ObjDestroy == nullptr) { in loadSymbols()
DrsDispatch.h156 ObjDestroyFnPtr ObjDestroy; member
/frameworks/rs/
Drs.spec140 ObjDestroy {
/frameworks/support/v8/renderscript/jni/
Dandroid_renderscript_RenderScript.cpp565 dispatchTab.ObjDestroy((RsContext)con, (void *)obj); in nObjDestroy()
2122 dispatchTabInc.ObjDestroy((RsContext)con, (void *)obj); in nIncObjDestroy()