Searched defs:attrOperand (Results 1 - 2 of 2) sorted by relevance

/external/collada/include/1.4/dom/
H A DdomGles_texcombiner_argumentAlpha_type.h22 domGles_texcombiner_operandAlpha_enums attrOperand; member in class:domGles_texcombiner_argumentAlpha_type_complexType
42 domGles_texcombiner_operandAlpha_enums getOperand() const { return attrOperand; }
47 void setOperand( domGles_texcombiner_operandAlpha_enums atOperand ) { attrOperand = atOperand; }
64 domGles_texcombiner_argumentAlpha_type_complexType(DAE& dae, daeElement* elt) : attrSource(), attrOperand(), attrUnit() {}
101 domGles_texcombiner_operandAlpha_enums getOperand() const { return attrOperand; }
106 void setOperand( domGles_texcombiner_operandAlpha_enums atOperand ) { attrOperand = atOperand; _validAttributeArray[1] = true; }
H A DdomGles_texcombiner_argumentRGB_type.h22 domGles_texcombiner_operandRGB_enums attrOperand; member in class:domGles_texcombiner_argumentRGB_type_complexType
42 domGles_texcombiner_operandRGB_enums getOperand() const { return attrOperand; }
47 void setOperand( domGles_texcombiner_operandRGB_enums atOperand ) { attrOperand = atOperand; }
64 domGles_texcombiner_argumentRGB_type_complexType(DAE& dae, daeElement* elt) : attrSource(), attrOperand(), attrUnit() {}
101 domGles_texcombiner_operandRGB_enums getOperand() const { return attrOperand; }
106 void setOperand( domGles_texcombiner_operandRGB_enums atOperand ) { attrOperand = atOperand; _validAttributeArray[1] = true; }

Completed in 167 milliseconds