HomeSort by relevance Sort by last modified time
    Searched refs:domCommon_float_or_param_type (Results 1 - 6 of 6) sorted by null

  /external/collada/src/1.4/dom/
domCommon_float_or_param_type.cpp 11 #include <dom/domCommon_float_or_param_type.h>
20 domCommon_float_or_param_type::create(DAE& dae)
22 domCommon_float_or_param_typeRef ref = new domCommon_float_or_param_type(dae);
28 domCommon_float_or_param_type::registerElement(DAE& dae)
36 meta->registerClass(domCommon_float_or_param_type::create);
44 mea->setOffset( daeOffsetOf(domCommon_float_or_param_type,elemFloat) );
45 mea->setElementType( domCommon_float_or_param_type::domFloat::registerElement(dae) );
50 mea->setOffset( daeOffsetOf(domCommon_float_or_param_type,elemParam) );
51 mea->setElementType( domCommon_float_or_param_type::domParam::registerElement(dae) );
57 meta->addContents(daeOffsetOf(domCommon_float_or_param_type,_contents))
    [all...]
domProfile_COMMON.cpp 262 mea->setElementType( domCommon_float_or_param_type::registerElement(dae) );
274 mea->setElementType( domCommon_float_or_param_type::registerElement(dae) );
280 mea->setElementType( domCommon_float_or_param_type::registerElement(dae) );
343 mea->setElementType( domCommon_float_or_param_type::registerElement(dae) );
355 mea->setElementType( domCommon_float_or_param_type::registerElement(dae) );
361 mea->setElementType( domCommon_float_or_param_type::registerElement(dae) );
424 mea->setElementType( domCommon_float_or_param_type::registerElement(dae) );
436 mea->setElementType( domCommon_float_or_param_type::registerElement(dae) );
448 mea->setElementType( domCommon_float_or_param_type::registerElement(dae) );
454 mea->setElementType( domCommon_float_or_param_type::registerElement(dae) )
    [all...]
  /external/collada/include/1.4/dom/
domCommon_float_or_param_type.h 207 class domCommon_float_or_param_type : public daeElement, public domCommon_float_or_param_type_complexType
217 domCommon_float_or_param_type(DAE& dae) : daeElement(dae), domCommon_float_or_param_type_complexType(dae, this) {}
221 virtual ~domCommon_float_or_param_type() {}
225 virtual domCommon_float_or_param_type &operator=( const domCommon_float_or_param_type &cpy ) { (void)cpy; return *this; }
domElements.h 214 class domCommon_float_or_param_type;
216 typedef daeSmartRef<domCommon_float_or_param_type> domCommon_float_or_param_typeRef;
domProfile_COMMON.h 22 #include <dom/domCommon_float_or_param_type.h>
  /external/collada/
Android.mk 79 src/1.4/dom/domCommon_float_or_param_type.cpp \

Completed in 49 milliseconds