HomeSort by relevance Sort by last modified time
    Searched refs:contexts_ (Results 1 - 2 of 2) sorted by null

  /frameworks/base/media/mca/filterfw/native/core/
gl_env.cpp 59 for (std::map<int, EGLContext>::iterator it = contexts_.begin();
60 it != contexts_.end();
80 return (contexts_.size() > 0 &&
118 contexts_[0] = eglGetCurrentContext();
177 contexts_[0] = eglCreateContext(display(),
273 const int id = contexts_.size();
274 contexts_[id] = context;
279 const EGLContext* context = FindOrNull(contexts_, context_id);
292 const EGLContext* context = FindOrNull(contexts_, context_id);
294 contexts_.erase(context_id)
    [all...]
gl_env.h 154 return contexts_.find(context_id_)->second;
232 std::map<int, EGLContext> contexts_; member in class:android::filterfw::GLEnv

Completed in 153 milliseconds