Home
last modified time | relevance | path

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

/dports/graphics/pixie/Pixie/src/ri/
H A Dri.cpp350 RtInt RiLastError = RIE_NOERROR; variable
2515 RiLastError = code; in RiErrorIgnore()
2527 RiLastError = code; in RiErrorPrint()
2534 RiLastError = code; in RiErrorPrint()
2544 RiLastError = code; in RiErrorAbort()
H A Dri.h304 EXTERN(RtInt) RiLastError;
/dports/graphics/pixie/Pixie/src/rndr/
H A Drndr.cpp836 return (RiLastError != RIE_NOERROR) ? -1 : 0; in main()