Searched defs:context_id (Results 1 - 2 of 2) sorted by relevance

/frameworks/base/media/mca/filterfw/native/core/
H A Dgl_env.cpp273 bool GLEnv::SwitchToContextId(int context_id) { argument
274 const EGLContext* context = FindOrNull(contexts_, context_id);
276 if (context_id_ != context_id) {
277 context_id_ = context_id;
285 void GLEnv::ReleaseContextId(int context_id) { argument
286 if (context_id > 0) {
287 const EGLContext* context = FindOrNull(contexts_, context_id);
289 contexts_.erase(context_id);
290 if (context_id_ == context_id && IsActive())
/frameworks/native/opengl/libs/GLES_trace/src/
H A Dgltrace.pb.h1367 // required int32 context_id = 1;
1371 inline ::google::protobuf::int32 context_id() const;
1747 // required int32 context_id = 1;
1755 inline ::google::protobuf::int32 GLMessage::context_id() const { function in class:android::gltrace::GLMessage

Completed in 26 milliseconds