Home
last modified time | relevance | path

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

/frameworks/rs/
DrsApiStubs.cpp40 struct RsContextWrapper { struct
47 const RsContextWrapper *wrapper = reinterpret_cast<RsContextWrapper *>(opaqueWrapper); \ argument
54 static std::map<RsContext, RsContextWrapper* > contextMap;
150 RsContextWrapper *ctxWrapper; in rsContextCreate()
156 ctxWrapper = new RsContextWrapper{context, instance.GetEntryFuncs()}; in rsContextCreate()
160 ctxWrapper = new RsContextWrapper{context, instance.GetEntryFuncs()}; in rsContextCreate()
199 contextMap.erase(reinterpret_cast< RsContextWrapper* >(ctxWrapper)->context); in rsContextDestroy()
201 delete (RsContextWrapper *)ctxWrapper; in rsContextDestroy()
731 RsContextWrapper *ctxWrapper = new RsContextWrapper{context, instance.GetEntryFuncs()}; in rsContextCreateGL()