Home
last modified time | relevance | path

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

/frameworks/base/media/mca/filterfw/native/core/
Dgl_env.h155 return contexts_.find(context_id_)->second; in context()
237 int context_id_; variable
Dgl_env.cpp39 context_id_(0), in GLEnv()
284 if (context_id_ != context_id) { in SwitchToContextId()
285 context_id_ = context_id; in SwitchToContextId()
298 if (context_id_ == context_id && IsActive()) in ReleaseContextId()