Home
last modified time | relevance | path

Searched refs:rootobj (Results 1 – 4 of 4) sorted by relevance

/oneTBB/examples/parallel_for/tachyon/src/
H A Dintersect.cpp73 objtemp = rootobj; in add_object()
74 rootobj = obj; in add_object()
92 if (rootobj != nullptr) in reset_object()
93 free_objects(rootobj); in reset_object()
95 rootobj = nullptr; in reset_object()
103 temp.nextobj = rootobj; /* setup the initial object pointers.. */ in intersect_objects()
H A Dglobal.hpp54 extern object* rootobj;
H A Dglobal.cpp56 object* rootobj = nullptr; /* starts out empty. */ variable
H A Drender.cpp72 engrid_scene(&rootobj); /* grid */ in renderscene()