Home
last modified time | relevance | path

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

/dports/graphics/pixie/Pixie/src/ri/
H A DrendererFiles.cpp552 } else if (strcmp(name,RI_DISKFILTER) == 0) { in getFilter()
583 return RI_DISKFILTER; in getFilter()
H A DribOut.cpp66 return RI_DISKFILTER; in getFilter()
269 out("PixelFilter \"%s\" %g %g\n",RI_DISKFILTER,xwidth,ywidth); in RiPixelFilter()
H A Dri.h141 EXTERN(RtToken) RI_DISKFILTER;
H A Drib.y466 } else if (strcmp(name,RI_DISKFILTER) == 0) { in getFilter()
H A Dri.cpp188 RtToken RI_DISKFILTER = "disk"; variable