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

  /external/collada/include/1.4/dom/
domGl_pipeline_settings.h 250 domGl_blend_type attrValue;
257 * @return Returns a domGl_blend_type of the value attribute.
259 domGl_blend_type getValue() const { return attrValue; }
264 void setValue( domGl_blend_type atValue ) { attrValue = atValue; _validAttributeArray[0] = true; }
317 domGl_blend_type attrValue;
324 * @return Returns a domGl_blend_type of the value attribute.
326 domGl_blend_type getValue() const { return attrValue; }
331 void setValue( domGl_blend_type atValue ) { attrValue = atValue; _validAttributeArray[0] = true; }
441 domGl_blend_type attrValue;
448 * @return Returns a domGl_blend_type of the value attribute
    [all...]
domGles_pipeline_settings.h 244 domGl_blend_type attrValue;
251 * @return Returns a domGl_blend_type of the value attribute.
253 domGl_blend_type getValue() const { return attrValue; }
258 void setValue( domGl_blend_type atValue ) { attrValue = atValue; _validAttributeArray[0] = true; }
311 domGl_blend_type attrValue;
318 * @return Returns a domGl_blend_type of the value attribute.
320 domGl_blend_type getValue() const { return attrValue; }
325 void setValue( domGl_blend_type atValue ) { attrValue = atValue; _validAttributeArray[0] = true; }
    [all...]
domTypes.h 357 enum domGl_blend_type {
    [all...]

Completed in 22 milliseconds