Home
last modified time | relevance | path

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

/frameworks/rs/
DrsApiStubs.cpp54 static std::map<RsContext, RsContextWrapper* > contextMap; variable
87 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()