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

  /external/chromium_org/cc/output/
bsp_tree.cc 41 ScopedPtrDeque<DrawPolygon> back_list; local
59 back_list.push_back(polygon_list->take_front().Pass());
76 back_list.push_back(new_back.Pass());
91 // Build the back subtree using the front of the back_list as our splitter.
92 if (back_list.size() > 0) {
93 node->back_child = scoped_ptr<BspNode>(new BspNode(back_list.take_front()));
94 BuildTree(node->back_child.get(), &back_list);
  /ndk/tests/device/test-libc++-shared-full/jni/
Android.mk 120 # Compute the back_list in this particular configuration: "all | compiler | arch"
    [all...]
  /ndk/tests/device/test-libc++-static-full/jni/
Android.mk 111 # Compute the back_list in this particular configuration: "all | compiler | arch"
    [all...]

Completed in 501 milliseconds