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

  /frameworks/rs/cpp/
BaseObj.cpp 47 RS::dispatch->ObjDestroy(mRS->getContext(), mID);
rsDispatch.cpp 89 dispatchTab.ObjDestroy = (ObjDestroyFnPtr)dlsym(handle, "rsObjDestroy");
255 if (dispatchTab.ObjDestroy == nullptr) {
256 LOG_ERR("Couldn't initialize dispatchTab.ObjDestroy");
rsDispatch.h 201 ObjDestroyFnPtr ObjDestroy;
  /hardware/interfaces/renderscript/1.0/default/
Device.cpp 145 .ObjDestroy = (ObjDestroyFnPtr)dlsym(handle, "rsObjDestroy"),
Context.cpp 601 Return<void> Context::objDestroy(ObjectBase obj) {
603 Device::getHal().ObjDestroy(mContext, _obj);
    [all...]
  /frameworks/rs/
rsHidlAdaptation.h 67 static void ObjDestroy(RsContext, RsAsyncVoidPtr);
rs.spec 140 ObjDestroy {
rsHidlAdaptation.cpp 139 mEntryFuncs.ObjDestroy = ObjDestroy;
501 void RsHidlAdaptation::ObjDestroy (RsContext context, RsAsyncVoidPtr obj)
505 GetIContextHandle(context)->objDestroy(_obj);
    [all...]
rsApiStubs.cpp 284 RS_DISPATCH(ctxWrapper, ObjDestroy, objPtr);
    [all...]
  /frameworks/rs/support/jni/
android_renderscript_RenderScript.cpp 578 dispatchTab.ObjDestroy((RsContext)con, (void *)obj);
    [all...]

Completed in 2713 milliseconds