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

  /external/collada/include/1.4/dom/
domGles_pipeline_settings.h 701 class domColor_mask;
703 typedef daeSmartRef<domColor_mask> domColor_maskRef;
706 class domColor_mask : public daeElement
749 domColor_mask(DAE& dae) : daeElement(dae), attrValue(), attrParam() {}
753 virtual ~domColor_mask() {}
757 virtual domColor_mask &operator=( const domColor_mask &cpy ) { (void)cpy; return *this; }
    [all...]
domGl_pipeline_settings.h     [all...]
  /external/collada/src/1.4/dom/
domGles_pipeline_settings.cpp 82 mea->setElementType( domGles_pipeline_settings::domColor_mask::registerElement(dae) );
    [all...]
domGl_pipeline_settings.cpp 352 mea->setElementType( domGl_pipeline_settings::domColor_mask::registerElement(dae) );
    [all...]

Completed in 30 milliseconds