Searched refs:context_id_ (Results 1 - 4 of 4) sorted by path

/frameworks/base/media/mca/filterfw/native/core/
H A Dgl_env.cpp34 context_id_(0),
276 if (context_id_ != context_id) {
277 context_id_ = context_id;
290 if (context_id_ == context_id && IsActive())
H A Dgl_env.h151 return contexts_.find(context_id_)->second;
233 int context_id_; member in class:android::filterfw::GLEnv
/frameworks/native/opengl/libs/GLES_trace/src/
H A Dgltrace.pb.cpp1687 context_id_ = 0;
1725 context_id_ = 0;
1753 input, &context_id_)));
2058 std::swap(context_id_, other->context_id_);
H A Dgltrace.pb.h1432 ::google::protobuf::int32 context_id_; member in class:android::gltrace::GLMessage
1752 context_id_ = 0;
1756 return context_id_;
1760 context_id_ = value;

Completed in 371 milliseconds