Home
last modified time | relevance | path

Searched refs:domFx_surface_init_cube_common (Results 1 – 5 of 5) sorted by relevance

/external/collada/src/1.4/dom/
DdomFx_surface_init_cube_common.cpp20 domFx_surface_init_cube_common::create(DAE& dae) in create()
22 domFx_surface_init_cube_commonRef ref = new domFx_surface_init_cube_common(dae); in create()
28 domFx_surface_init_cube_common::registerElement(DAE& dae) in registerElement()
36 meta->registerClass(domFx_surface_init_cube_common::create); in registerElement()
44 mea->setOffset( daeOffsetOf(domFx_surface_init_cube_common,elemAll) ); in registerElement()
45 mea->setElementType( domFx_surface_init_cube_common::domAll::registerElement(dae) ); in registerElement()
50 mea->setOffset( daeOffsetOf(domFx_surface_init_cube_common,elemPrimary) ); in registerElement()
51 mea->setElementType( domFx_surface_init_cube_common::domPrimary::registerElement(dae) ); in registerElement()
56 mea->setOffset( daeOffsetOf(domFx_surface_init_cube_common,elemFace_array) ); in registerElement()
57 mea->setElementType( domFx_surface_init_cube_common::domFace::registerElement(dae) ); in registerElement()
[all …]
DdomFx_surface_init_common.cpp58 mea->setElementType( domFx_surface_init_cube_common::registerElement(dae) ); in registerElement()
/external/collada/include/1.4/dom/
DdomFx_surface_init_cube_common.h374 class domFx_surface_init_cube_common : public daeElement, public domFx_surface_init_cube_common_com…
384domFx_surface_init_cube_common(DAE& dae) : daeElement(dae), domFx_surface_init_cube_common_complex… in domFx_surface_init_cube_common() function
388 virtual ~domFx_surface_init_cube_common() {} in ~domFx_surface_init_cube_common()
392 …virtual domFx_surface_init_cube_common &operator=( const domFx_surface_init_cube_common &cpy ) { (…
DdomElements.h59 class domFx_surface_init_cube_common; variable
61 typedef daeSmartRef<domFx_surface_init_cube_common> domFx_surface_init_cube_commonRef;
/external/collada/
DAndroid.mk113 src/1.4/dom/domFx_surface_init_cube_common.cpp \