Home
last modified time | relevance | path

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

/oneTBB/examples/parallel_for/tachyon/src/
H A Dlight.cpp60 static object_methods light_methods = { (void (*)(void *, void *))(light_intersect), variable
70 l->methods = &light_methods; in newlight()