Home
last modified time | relevance | path

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

/dports/graphics/pixie/Pixie/src/ri/
H A Ddlobject.h45 …Xform *,void *,void *,const float *,const float *,dloInitFunction,dloIntersectFunction,dloTiniFunc…
61 dloIntersectFunction intersectFunction;
H A Ddlo.h44 typedef int (*dloIntersectFunction)(void *,const float *,const float *,float *,float *); typedef
H A Ddlobject.cpp47 …ta,const float *bmi,const float *bma,dloInitFunction initFunction,dloIntersectFunction intersectFu… in CDLObject()
H A DrendererContext.cpp4159dloIntersectFunction intersectFunction = (dloIntersectFunction) osResolve(handle,"dloIntersect");