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

  /external/chromium_org/cc/output/
bsp_tree.h 27 scoped_ptr<BspNode> front_child; member in struct:cc::BspNode
91 node->front_child.get(),
97 node->front_child.get(),
bsp_tree.cc 99 node->front_child =
101 BuildTree(node->front_child.get(), &front_list);
bsp_tree_unittest.cc 60 if (node->front_child) {
62 *(node->front_child->node_data), *(node->node_data));
66 front_ok = VerifySidedness(node->front_child);

Completed in 43 milliseconds