Home
last modified time | relevance | path

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

/dports/graphics/sharpconstruct/sharpconstruct-0.11/src/
H A DRender.cc50 RiFormat( Width, Height, 1 ); in Render()
/dports/graphics/pixie/Pixie/src/ri/
H A DrendererContext.h76 void RiFormat(int xres,int yres,float aspect);
H A DriInterface.h55 virtual void RiFormat(int xres,int yres,float aspect);
H A DriInterface.cpp60 void CRiInterface::RiFormat(int xres,int yres,float aspect) { in RiFormat() function in CRiInterface
H A DribOut.h78 virtual void RiFormat(int xres,int yres,float aspect);
H A Dri.h336 RiFormat (RtInt xres, RtInt yres, RtFloat aspect),
H A Dri.cpp758 RiFormat (RtInt xres, RtInt yres, RtFloat aspect) { in RiFormat() function
761 renderMan->RiFormat(xres,yres,aspect); in RiFormat()
H A Drib.y854 RiFormat((int) $2,(int) $3,$4);
H A DribOut.cpp206 void CRibOut::RiFormat(int xres,int yres,float aspect) { in RiFormat() function in CRibOut
H A DrendererContext.cpp724 void CRendererContext::RiFormat(int xres,int yres,float aspect) { in RiFormat() function in CRendererContext