Home | History | Annotate | Download | only in rs

Lines Matching refs:IContext

27 using ::android::hardware::renderscript::V1_0::IContext;
59 std::set<sp<IContext> > RsHidlAdaptation::mContexts;
190 IContext *RsHidlAdaptation::GetIContextHandle(RsContext context) {
191 return (IContext *)context;
196 // Get the handle to IContext interface object and save it to the map.
197 sp<IContext> context = mHidl->contextCreate(sdkVersion, (ContextType)ct, flags);
207 // Destroy the driver context and remove IContext handle from the map.
211 mContexts.erase((IContext*)context);