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

  /external/collada/include/1.4/dom/
domGles_texcombiner_commandAlpha_type.h 22 domGles_texcombiner_operatorAlpha_enums attrOperator;
33 domGles_texcombiner_operatorAlpha_enums getOperator() const { return attrOperator; }
38 void setOperator( domGles_texcombiner_operatorAlpha_enums atOperator ) { attrOperator = atOperator; }
65 domGles_texcombiner_commandAlpha_type_complexType(DAE& dae, daeElement* elt) : attrOperator(), attrScale(), elemArgument_array() {}
91 domGles_texcombiner_operatorAlpha_enums getOperator() const { return attrOperator; }
96 void setOperator( domGles_texcombiner_operatorAlpha_enums atOperator ) { attrOperator = atOperator; _validAttributeArray[0] = true; }
domGles_texcombiner_commandRGB_type.h 26 domGles_texcombiner_operatorRGB_enums attrOperator;
37 domGles_texcombiner_operatorRGB_enums getOperator() const { return attrOperator; }
42 void setOperator( domGles_texcombiner_operatorRGB_enums atOperator ) { attrOperator = atOperator; }
69 domGles_texcombiner_commandRGB_type_complexType(DAE& dae, daeElement* elt) : attrOperator(), attrScale(), elemArgument_array() {}
95 domGles_texcombiner_operatorRGB_enums getOperator() const { return attrOperator; }
100 void setOperator( domGles_texcombiner_operatorRGB_enums atOperator ) { attrOperator = atOperator; _validAttributeArray[0] = true; }
domGles_texenv_command_type.h 22 domGles_texenv_mode_enums attrOperator;
33 domGles_texenv_mode_enums getOperator() const { return attrOperator; }
38 void setOperator( domGles_texenv_mode_enums atOperator ) { attrOperator = atOperator; }
60 domGles_texenv_command_type_complexType(DAE& dae, daeElement* elt) : attrOperator(), attrUnit(), elemConstant() {}
86 domGles_texenv_mode_enums getOperator() const { return attrOperator; }
91 void setOperator( domGles_texenv_mode_enums atOperator ) { attrOperator = atOperator; _validAttributeArray[0] = true; }
  /external/collada/src/1.4/dom/
domGles_texcombiner_commandAlpha_type.cpp 56 ma->setOffset( daeOffsetOf( domGles_texcombiner_commandAlpha_type , attrOperator ));
domGles_texcombiner_commandRGB_type.cpp 56 ma->setOffset( daeOffsetOf( domGles_texcombiner_commandRGB_type , attrOperator ));
domGles_texenv_command_type.cpp 56 ma->setOffset( daeOffsetOf( domGles_texenv_command_type , attrOperator ));

Completed in 93 milliseconds