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

  /external/collada/src/1.4/dom/
domGles_texture_pipeline.cpp 11 #include <dom/domGles_texture_pipeline.h>
20 domGles_texture_pipeline::create(DAE& dae)
22 domGles_texture_pipelineRef ref = new domGles_texture_pipeline(dae);
28 domGles_texture_pipeline::registerElement(DAE& dae)
36 meta->registerClass(domGles_texture_pipeline::create);
44 mea->setOffset( daeOffsetOf(domGles_texture_pipeline,elemTexcombiner_array) );
50 mea->setOffset( daeOffsetOf(domGles_texture_pipeline,elemTexenv_array) );
56 mea->setOffset( daeOffsetOf(domGles_texture_pipeline,elemExtra_array) );
63 meta->addContents(daeOffsetOf(domGles_texture_pipeline,_contents));
64 meta->addContentsOrder(daeOffsetOf(domGles_texture_pipeline,_contentsOrder))
    [all...]
domGles_basic_type_common.cpp 220 mea->setElementType( domGles_texture_pipeline::registerElement(dae) );
    [all...]
domGles_pipeline_settings.cpp     [all...]
  /external/collada/include/1.4/dom/
domGles_texture_pipeline.h 137 class domGles_texture_pipeline : public daeElement, public domGles_texture_pipeline_complexType
160 domGles_texture_pipeline(DAE& dae) : daeElement(dae), domGles_texture_pipeline_complexType(dae, this) {}
164 virtual ~domGles_texture_pipeline() {}
168 virtual domGles_texture_pipeline &operator=( const domGles_texture_pipeline &cpy ) { (void)cpy; return *this; }
domElements.h 339 class domGles_texture_pipeline;
341 typedef daeSmartRef<domGles_texture_pipeline> domGles_texture_pipelineRef;
domGles_basic_type_common.h 17 #include <dom/domGles_texture_pipeline.h>
    [all...]
domGles_pipeline_settings.h 16 #include <dom/domGles_texture_pipeline.h>
    [all...]
  /external/collada/
Android.mk 137 src/1.4/dom/domGles_texture_pipeline.cpp \

Completed in 422 milliseconds