Home
last modified time | relevance | path

Searched refs:exportSampler (Results 1 – 7 of 7) sorted by relevance

/dports/graphics/opencollada/OpenCOLLADA-1.6.68/COLLADAMax/include/
H A DCOLLADAMaxHwShaderExporter.h65 void exportSampler (
H A DCOLLADAMaxAnimationExporter.h811 void exportSampler ( const Animation & animation );
/dports/graphics/opencollada/OpenCOLLADA-1.6.68/COLLADAMax/src/
H A DCOLLADAMaxHwShaderExporter.cpp602 exportSampler ( paramName, bitmap ); in exportEffectParameters()
776 void HwShaderExporter::exportSampler ( in exportSampler() function in COLLADAMax::HwShaderExporter
H A DCOLLADAMaxAnimationExporter.cpp235 exportSampler(*it); in doExport()
251 exportSampler(anim); in doExport()
2417 void AnimationExporter::exportSampler ( const Animation & animation ) in exportSampler() function in COLLADAMax::AnimationExporter
/dports/graphics/opencollada/OpenCOLLADA-1.6.68/COLLADAMaya/include/
H A DCOLLADAMayaHwShaderExporter.h73 void exportSampler (
/dports/graphics/opencollada/OpenCOLLADA-1.6.68/COLLADAMaya/src/
H A DCOLLADAMayaHwShaderExporter.cpp801 exportSampler ( shaderNode, cgParameter, true ); in exportEffectParameters()
966 void HwShaderExporter::exportSampler ( in exportEffectParameters() function in COLLADAMaya::HwShaderExporter
H A DCOLLADAMayaMaterialExporter.cpp552 hwShaderExporter.exportSampler ( shaderNode, cgParameter, false ); in setSetParam()