Searched refs:contextMap (Results 1 – 1 of 1) sorted by relevance
54 static std::map<RsContext, RsContextWrapper* > contextMap; variable87 return contextMap.at(context); in rsDebugGetHighLevelContext()184 contextMap.insert(std::make_pair(context, ctxWrapper)); in rsContextCreate()199 contextMap.erase(reinterpret_cast< RsContextWrapper* >(ctxWrapper)->context); in rsContextDestroy()735 contextMap.insert(std::make_pair(context, ctxWrapper)); in rsContextCreateGL()