Home
last modified time | relevance | path

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

/dports/graphics/pixie/Pixie/src/ri/
H A Derror.cpp48 code = RIE_NOERROR; in translate()
148 code = RIE_NOERROR; in translate()
H A Dri.h575 #define RIE_NOERROR 0 macro
H A Dri.cpp350 RtInt RiLastError = RIE_NOERROR;
/dports/graphics/pixie/Pixie/src/rndr/
H A Drndr.cpp836 return (RiLastError != RIE_NOERROR) ? -1 : 0; in main()