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

/external/chromium_org/content/common/gpu/client/
H A Dwebgraphicscontext3d_command_buffer_impl.cc307 ContextMap& all_contexts = g_all_shared_contexts.Get(); local
308 ContextMap::const_iterator it = all_contexts.find(host_.get());
309 if (it != all_contexts.end())
381 ContextMap& all_contexts = g_all_shared_contexts.Get(); local
382 ContextMap::const_iterator it = all_contexts.find(host_.get());
383 if (it != all_contexts.end()) {
445 ContextMap& all_contexts = g_all_shared_contexts.Get(); local
447 all_contexts.begin(),
448 all_contexts.end(),
451 if (it != all_contexts
[all...]
/external/chromium_org/third_party/yasm/source/patched-yasm/modules/preprocs/nasm/
H A Dnasm-pp.c470 static Context *get_ctx(char *name, int all_contexts);
1727 * If all_contexts == TRUE, contexts that enclose current are
1733 get_ctx(char *name, int all_contexts) argument
1759 if (!all_contexts)
1890 * with %$ the context will be automatically computed. If all_contexts

Completed in 108 milliseconds