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

  /external/collada/src/1.4/dom/
domFx_surface_init_common.cpp 11 #include <dom/domFx_surface_init_common.h>
20 domFx_surface_init_common::create(DAE& dae)
22 domFx_surface_init_commonRef ref = new domFx_surface_init_common(dae);
28 domFx_surface_init_common::registerElement(DAE& dae)
36 meta->registerClass(domFx_surface_init_common::create);
45 mea->setOffset( daeOffsetOf(domFx_surface_init_common,elemInit_as_null) );
46 mea->setElementType( domFx_surface_init_common::domInit_as_null::registerElement(dae) );
51 mea->setOffset( daeOffsetOf(domFx_surface_init_common,elemInit_as_target) );
52 mea->setElementType( domFx_surface_init_common::domInit_as_target::registerElement(dae) );
57 mea->setOffset( daeOffsetOf(domFx_surface_init_common,elemInit_cube) )
    [all...]
domCg_surface_type.cpp 47 mea->setElementType( domFx_surface_init_common::registerElement(dae) );
domFx_surface_common.cpp 45 mea->setElementType( domFx_surface_init_common::registerElement(dae) );
domGlsl_surface_type.cpp 47 mea->setElementType( domFx_surface_init_common::registerElement(dae) );
  /external/collada/include/1.4/dom/
domFx_surface_init_common.h 27 class domFx_surface_init_common : public daeElement
229 domFx_surface_init_common(DAE& dae) : daeElement(dae), elemInit_as_null(), elemInit_as_target(), elemInit_cube(), elemInit_volume(), elemInit_planar(), elemInit_from_array() {}
233 virtual ~domFx_surface_init_common() { daeElement::deleteCMDataArray(_CMData); }
237 virtual domFx_surface_init_common &operator=( const domFx_surface_init_common &cpy ) { (void)cpy; return *this; }
domFx_surface_common.h 16 #include <dom/domFx_surface_init_common.h>
373 * type. @see domFx_surface_init_common
domElements.h 359 class domFx_surface_init_common;
361 typedef daeSmartRef<domFx_surface_init_common> domFx_surface_init_commonRef;
  /external/collada/
Android.mk 112 src/1.4/dom/domFx_surface_init_common.cpp \

Completed in 94 milliseconds