Searched refs:domGl_sampler3D (Results 1 – 6 of 6) sorted by relevance
20 domGl_sampler3D::create(DAE& dae) in create()22 domGl_sampler3DRef ref = new domGl_sampler3D(dae); in create()28 domGl_sampler3D::registerElement(DAE& dae) in registerElement()36 meta->registerClass(domGl_sampler3D::create); in registerElement()46 mea->setOffset( daeOffsetOf(domGl_sampler3D,elemSource) ); in registerElement()52 mea->setOffset( daeOffsetOf(domGl_sampler3D,elemWrap_s) ); in registerElement()58 mea->setOffset( daeOffsetOf(domGl_sampler3D,elemWrap_t) ); in registerElement()64 mea->setOffset( daeOffsetOf(domGl_sampler3D,elemWrap_p) ); in registerElement()70 mea->setOffset( daeOffsetOf(domGl_sampler3D,elemMinfilter) ); in registerElement()76 mea->setOffset( daeOffsetOf(domGl_sampler3D,elemMagfilter) ); in registerElement()[all …]
154 mea->setElementType( domGl_sampler3D::registerElement(dae) ); in registerElement()
4206 mea->setElementType( domGl_sampler3D::registerElement(dae) ); in registerElement()
43 class domGl_sampler3D : public daeElement, public domGl_sampler3D_complexType53 domGl_sampler3D(DAE& dae) : daeElement(dae), domGl_sampler3D_complexType(dae, this) {} in domGl_sampler3D() function57 virtual ~domGl_sampler3D() {} in ~domGl_sampler3D()61 virtual domGl_sampler3D &operator=( const domGl_sampler3D &cpy ) { (void)cpy; return *this; }
164 class domGl_sampler3D; variable166 typedef daeSmartRef<domGl_sampler3D> domGl_sampler3DRef;
122 src/1.4/dom/domGl_sampler3D.cpp \