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

  /external/collada/src/1.4/dom/
domLibrary_materials.cpp 11 #include <dom/domLibrary_materials.h>
20 domLibrary_materials::create(DAE& dae)
22 domLibrary_materialsRef ref = new domLibrary_materials(dae);
28 domLibrary_materials::registerElement(DAE& dae)
36 meta->registerClass(domLibrary_materials::create);
44 mea->setOffset( daeOffsetOf(domLibrary_materials,elemAsset) );
50 mea->setOffset( daeOffsetOf(domLibrary_materials,elemMaterial_array) );
56 mea->setOffset( daeOffsetOf(domLibrary_materials,elemExtra_array) );
68 ma->setOffset( daeOffsetOf( domLibrary_materials , attrId ));
79 ma->setOffset( daeOffsetOf( domLibrary_materials , attrName ))
    [all...]
domCOLLADA.cpp 114 mea->setElementType( domLibrary_materials::registerElement(dae) );
  /external/collada/include/1.4/dom/
domLibrary_materials.h 24 class domLibrary_materials : public daeElement
110 domLibrary_materials(DAE& dae) : daeElement(dae), attrId(), attrName(), elemAsset(), elemMaterial_array(), elemExtra_array() {}
114 virtual ~domLibrary_materials() {}
118 virtual domLibrary_materials &operator=( const domLibrary_materials &cpy ) { (void)cpy; return *this; }
domCOLLADA.h 26 #include <dom/domLibrary_materials.h>
207 * @see domLibrary_materials
domElements.h 724 class domLibrary_materials;
726 typedef daeSmartRef<domLibrary_materials> domLibrary_materialsRef;
  /external/collada/
Android.mk 174 src/1.4/dom/domLibrary_materials.cpp \

Completed in 35 milliseconds