Home
last modified time | relevance | path

Searched refs:RiGeometryV (Results 1 – 9 of 9) sorted by relevance

/dports/graphics/pixie/Pixie/src/ri/
H A DrendererContext.h165 void RiGeometryV(const char * type,int n,const char *tokens[],const void *params[]);
H A DriInterface.h144 virtual void RiGeometryV(const char * type,int n,const char *tokens[],const void *params[]);
H A DriInterface.cpp297 void CRiInterface::RiGeometryV(const char * type,int n,const char *tokens[],const void *params[]) { in RiGeometryV() function in CRiInterface
H A DribOut.h168 virtual void RiGeometryV(const char * type,int n,const char *tokens[],const void *params[]);
H A Dri.cpp2014 RiGeometryV(type,nTokens,tokens,values); in RiGeometry()
2019 RiGeometryV (RtToken type, RtInt n, RtToken tokens[], RtPointer params[]) { in RiGeometryV() function
2022 renderMan->RiGeometryV(type,n,tokens,params); in RiGeometryV()
H A Dri.h484 RiGeometryV (RtToken type, RtInt n, RtToken tokens[], RtPointer params[]);
H A Drib.y2506 RiGeometryV($2,numParameters,tokens,vals);
H A DribOut.cpp1128 void CRibOut::RiGeometryV(const char * type,int n,const char *tokens[],const void *params[]) {
H A DrendererContext.cpp4076 void CRendererContext::RiGeometryV(const char *type,int n,const char *tokens[],const void *params[]…