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

  /external/collada/include/1.4/dom/
domGl_pipeline_settings.h 59 domGl_func_type attrValue;
66 * @return Returns a domGl_func_type of the value attribute.
68 domGl_func_type getValue() const { return attrValue; }
73 void setValue( domGl_func_type atValue ) { attrValue = atValue; _validAttributeArray[0] = true; }
    [all...]
domGles_pipeline_settings.h 53 domGl_func_type attrValue;
60 * @return Returns a domGl_func_type of the value attribute.
62 domGl_func_type getValue() const { return attrValue; }
67 void setValue( domGl_func_type atValue ) { attrValue = atValue; _validAttributeArray[0] = true; }
852 domGl_func_type attrValue;
859 * @return Returns a domGl_func_type of the value attribute.
861 domGl_func_type getValue() const { return attrValue; }
866 void setValue( domGl_func_type atValue ) { attrValue = atValue; _validAttributeArray[0] = true; }
    [all...]
domTypes.h 392 enum domGl_func_type {
    [all...]

Completed in 25 milliseconds