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

  /external/collada/include/1.4/dom/
domFx_surface_init_cube_common.h 229 class domFace;
231 typedef daeSmartRef<domFace> domFaceRef;
237 class domFace : public daeElement
268 domFace(DAE& dae) : daeElement(dae), attrRef(*this) {}
272 virtual ~domFace() {}
276 virtual domFace &operator=( const domFace &cpy ) { (void)cpy; return *this; }
306 * Init each face mipchain with one compound image such as DDS @see domFace
domGl_pipeline_settings.h 1024 class domFace;
1026 typedef daeSmartRef<domFace> domFaceRef;
1029 class domFace : public daeElement
    [all...]
  /external/collada/src/1.4/dom/
domFx_surface_init_cube_common.cpp 57 mea->setElementType( domFx_surface_init_cube_common::domFace::registerElement(dae) );
200 domFx_surface_init_cube_common::domFace::create(DAE& dae)
202 domFx_surface_init_cube_common::domFaceRef ref = new domFx_surface_init_cube_common::domFace(dae);
208 domFx_surface_init_cube_common::domFace::registerElement(DAE& dae)
216 meta->registerClass(domFx_surface_init_cube_common::domFace::create);
225 ma->setOffset( daeOffsetOf( domFx_surface_init_cube_common::domFace , attrRef ));
232 meta->setElementSize(sizeof(domFx_surface_init_cube_common::domFace));
domGl_pipeline_settings.cpp     [all...]

Completed in 48 milliseconds