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.cpp158 dispatchTab.ObjDestroy = (ObjDestroyFnPtr)dlsym(handle, "rsObjDestroy"); in loadSymbols()
159 if (dispatchTab.ObjDestroy == NULL) { in loadSymbols()
DrsDispatch.h137 ObjDestroyFnPtr ObjDestroy; member
/frameworks/rs/
Drs.spec128 ObjDestroy {
/frameworks/support/v8/renderscript/jni/
Dandroid_renderscript_RenderScript.cpp573 dispatchTab.ObjDestroy((RsContext)con, (void *)obj); in nObjDestroy()
1856 dispatchTabInc.ObjDestroy((RsContext)con, (void *)obj); in nIncObjDestroy()