HomeSort by relevance Sort by last modified time
    Searched refs:ObjDestroy (Results 1 - 5 of 5) sorted by null

  /frameworks/rs/cpp/
BaseObj.cpp 48 RS::dispatch->ObjDestroy(mRS->getContext(), mID);
rsDispatch.cpp 84 dispatchTab.ObjDestroy = (ObjDestroyFnPtr)dlsym(handle, "rsObjDestroy");
217 if (dispatchTab.ObjDestroy == nullptr) {
218 LOG_ERR("Couldn't initialize dispatchTab.ObjDestroy");
rsDispatch.h 156 ObjDestroyFnPtr ObjDestroy;
  /frameworks/rs/
rs.spec 140 ObjDestroy {
  /frameworks/support/v8/renderscript/jni/
android_renderscript_RenderScript.cpp 578 dispatchTab.ObjDestroy((RsContext)con, (void *)obj);
    [all...]

Completed in 241 milliseconds