HomeSort by relevance Sort by last modified time
    Searched defs:domColor_mask (Results 1 - 2 of 2) 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...]

Completed in 48 milliseconds