HomeSort by relevance Sort by last modified time
    Searched defs:context_list (Results 1 - 3 of 3) sorted by null

  /external/chromium_org/third_party/mesa/src/src/glx/apple/
apple_glx_context.c 67 static struct apple_glx_context *context_list = NULL; variable in typeref:struct:apple_glx_context
69 /* This guards the context_list above. */
105 for (i = context_list; i; i = i->next) {
192 if (context_list)
193 context_list->previous = ac;
196 ac->next = context_list;
197 context_list = ac;
229 /* Remove ac from the context_list as soon as possible. */
236 context_list = ac->next;
534 for (ac = context_list; ac; ac = ac->next)
    [all...]
  /external/mesa3d/src/glx/apple/
apple_glx_context.c 67 static struct apple_glx_context *context_list = NULL; variable in typeref:struct:apple_glx_context
69 /* This guards the context_list above. */
105 for (i = context_list; i; i = i->next) {
192 if (context_list)
193 context_list->previous = ac;
196 ac->next = context_list;
197 context_list = ac;
229 /* Remove ac from the context_list as soon as possible. */
236 context_list = ac->next;
534 for (ac = context_list; ac; ac = ac->next)
    [all...]
  /external/chromium_org/net/http/
http_cache_unittest.cc 1274 std::vector<Context*> context_list; local
1342 std::vector<Context*> context_list; local
1427 ScopedVector<Context> context_list; local
1475 std::vector<Context*> context_list; local
1522 std::vector<Context*> context_list; local
1582 std::vector<Context*> context_list; local
1663 std::vector<Context*> context_list; local
1739 std::vector<Context*> context_list; local
1778 std::vector<Context*> context_list; local
1824 std::vector<Context*> context_list; local
    [all...]

Completed in 3633 milliseconds