Home
last modified time | relevance | path

Searched defs:CShadingContext (Results 1 – 14 of 14) sorted by relevance

/dports/graphics/pixie/Pixie/src/ri/
H A Dsurface.h49 void intersect(CShadingContext *,CRay *) { assert(FALSE); } in intersect() argument
88 void dice(CShadingContext *) { assert(FALSE); } in dice() argument
H A Dpoints.h68 void intersect(CShadingContext *,CRay *) { } in intersect() argument
H A DpointCloud.h70 …void lookup(float *,const float *,const float *,const float *,const float *,CShadingContext *)… in lookup() argument
H A DrendererContext.h48 class CShadingContext; variable
H A Dcurves.h133 void intersect(CShadingContext *,CRay *) { } in intersect() argument
H A Dobject.h47 class CShadingContext; variable
H A Dtexture.h42 class CShadingContext; variable
H A Ddlobject.cpp141 void CDLObject::dice(CShadingContext *) { in dice() argument
H A DimplicitSurface.cpp203 void CImplicit::dice(CShadingContext *) { in dice() argument
H A Dtexture3d.h42 class CShadingContext; variable
H A Dbrickmap.h207 …void lookup(float *,const float *,const float *,const float *,const float *,CShadingContext *) … in lookup() argument
H A Dshader.h49 class CShadingContext; variable
H A Dobject.cpp499 void CDummyObject::intersect(CShadingContext *,CRay *) { in intersect() argument
H A Dshading.cpp393 CShadingContext::CShadingContext(int t) : thread(t) { in CShadingContext() function in CShadingContext