Home
last modified time | relevance | path

Searched refs:domGl_blend_equation_type (Results 1 – 2 of 2) sorted by relevance

/dports/devel/collada-dom/collada-dom-2.5.0/dom/include/1.4/dom/
H A DdomGl_pipeline_settings.h768 domGl_blend_equation_type attrValue;
777 domGl_blend_equation_type getValue() const { return attrValue; } in getValue()
782 …void setValue( domGl_blend_equation_type atValue ) { attrValue = atValue; _validAttributeArray[0] … in setValue()
847 domGl_blend_equation_type attrValue;
856 domGl_blend_equation_type getValue() const { return attrValue; } in getValue()
861 …void setValue( domGl_blend_equation_type atValue ) { attrValue = atValue; _validAttributeArray[0] … in setValue()
914 domGl_blend_equation_type attrValue;
923 domGl_blend_equation_type getValue() const { return attrValue; } in getValue()
928 …void setValue( domGl_blend_equation_type atValue ) { attrValue = atValue; _validAttributeArray[0] … in setValue()
H A DdomTypes.h386 enum domGl_blend_equation_type { enum