OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:contexts_
(Results
1 - 4
of
4
) 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
/external/v8/src/compiler/
ast-graph-builder.h
460
int context_chain_length() { return static_cast<int>(
contexts_
.size()); }
476
Node* Context() const { return
contexts_
.back(); }
563
NodeVector
contexts_
;
member in class:v8::internal::compiler::AstGraphBuilder::Environment
580
NodeVector* contexts() { return &
contexts_
; }
ast-graph-builder.cc
678
contexts_
(builder_->local_zone()),
719
contexts_
(copy->zone()),
728
contexts_
.reserve(copy->
contexts_
.size());
729
contexts_
.insert(
contexts_
.begin(), copy->
contexts_
.begin(),
730
copy->
contexts_
.end());
[
all
...]
Completed in 58 milliseconds