Home
last modified time | relevance | path

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

/frameworks/rs/
DrsApiStubs.cpp150 RsContextWrapper *ctxWrapper; in rsContextCreate() local
156 ctxWrapper = new RsContextWrapper{context, instance.GetEntryFuncs()}; in rsContextCreate()
160 ctxWrapper = new RsContextWrapper{context, instance.GetEntryFuncs()}; in rsContextCreate()
168 rsContextSetCacheDir(ctxWrapper, in rsContextCreate()
184 contextMap.insert(std::make_pair(context, ctxWrapper)); in rsContextCreate()
186 return (RsContext) ctxWrapper; in rsContextCreate()
189 extern "C" void rsContextDestroy (RsContext ctxWrapper) in rsContextDestroy() argument
195 RS_DISPATCH(ctxWrapper, ContextDestroy); in rsContextDestroy()
199 contextMap.erase(reinterpret_cast< RsContextWrapper* >(ctxWrapper)->context); in rsContextDestroy()
201 delete (RsContextWrapper *)ctxWrapper; in rsContextDestroy()
[all …]