Searched refs:RsContextWrapper (Results 1 – 1 of 1) sorted by relevance
40 struct RsContextWrapper { struct47 const RsContextWrapper *wrapper = reinterpret_cast<RsContextWrapper *>(opaqueWrapper); \ argument54 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()