Home
last modified time | relevance | path

Searched refs:samplerAnnotations (Results 1 – 4 of 4) sorted by relevance

/dports/graphics/opencollada/OpenCOLLADA-1.6.68/COLLADAStreamWriter/src/
H A DCOLLADASWSampler.cpp388 std::vector<COLLADASW::Annotation>* samplerAnnotations /*= 0*/, in addInParam() argument
406 if ( samplerAnnotations ) paramSampler.addAnnotations ( *samplerAnnotations ); in addInParam()
416 if ( samplerAnnotations ) paramSampler.addAnnotations ( *samplerAnnotations ); in addInParam()
426 std::vector<COLLADASW::Annotation>* samplerAnnotations /*= 0*/, in addInSetParam() argument
429 …addInParam<SetParamSurface, SetParamSampler>(sw, surfaceAnnotations, samplerAnnotations, AddSurfac… in addInSetParam()
436 std::vector<COLLADASW::Annotation>* samplerAnnotations /*= 0*/, in addInNewParam() argument
439 …addInParam<NewParamSurface, NewParamSampler>(sw, surfaceAnnotations, samplerAnnotations, AddSurfac… in addInNewParam()
/dports/graphics/opencollada/OpenCOLLADA-1.6.68/COLLADAStreamWriter/include/
H A DCOLLADASWSampler.h288 std::vector<COLLADASW::Annotation>* samplerAnnotations = 0,
294 std::vector<COLLADASW::Annotation>* samplerAnnotations = 0,
309 std::vector<COLLADASW::Annotation>* samplerAnnotations = 0,
/dports/graphics/opencollada/OpenCOLLADA-1.6.68/COLLADAMax/src/
H A DCOLLADAMaxHwShaderExporter.cpp900 std::vector<COLLADASW::Annotation> samplerAnnotations; in exportSampler() local
904 sampler.addInNewParam ( streamWriter, &surfaceAnnotations, &samplerAnnotations ); in exportSampler()
/dports/graphics/opencollada/OpenCOLLADA-1.6.68/COLLADAMaya/src/
H A DCOLLADAMayaHwShaderExporter.cpp1109 std::vector<COLLADASW::Annotation> samplerAnnotations; in exportEffectParameters() local
1110 getAnnotations( samplerAnnotations, cgParameter ); in exportEffectParameters()
1113 …sampler.addInNewParam(streamWriter, &surfaceAnnotations, &samplerAnnotations, (MaterialExporter::m… in exportEffectParameters()