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

  /external/collada/include/1.4/dom/
domGles_texcombiner_commandAlpha_type.h 23 xsFloat attrScale;
42 * @return Returns a xsFloat of the scale attribute.
44 xsFloat getScale() const { return attrScale; }
49 void setScale( xsFloat atScale ) { attrScale = atScale; }
100 * @return Returns a xsFloat of the scale attribute.
102 xsFloat getScale() const { return attrScale; }
107 void setScale( xsFloat atScale ) { attrScale = atScale; _validAttributeArray[1] = true; }
domGles_texcombiner_commandRGB_type.h 27 xsFloat attrScale;
46 * @return Returns a xsFloat of the scale attribute.
48 xsFloat getScale() const { return attrScale; }
53 void setScale( xsFloat atScale ) { attrScale = atScale; }
104 * @return Returns a xsFloat of the scale attribute.
106 xsFloat getScale() const { return attrScale; }
111 void setScale( xsFloat atScale ) { attrScale = atScale; _validAttributeArray[1] = true; }
domGles_sampler_state.h 388 * The xsFloat value of the text data of this element.
390 xsFloat _value;
395 * @return a xsFloat of the value.
397 xsFloat getValue() const { return _value; }
402 void setValue( xsFloat val ) { _value = val; }
domFx_sampler1D_common.h 450 * The xsFloat value of the text data of this element.
452 xsFloat _value;
457 * @return a xsFloat of the value.
459 xsFloat getValue() const { return _value; }
464 void setValue( xsFloat val ) { _value = val; }
domFx_sampler2D_common.h 508 * The xsFloat value of the text data of this element.
510 xsFloat _value;
515 * @return a xsFloat of the value.
517 xsFloat getValue() const { return _value; }
522 void setValue( xsFloat val ) { _value = val; }
domFx_sampler3D_common.h 566 * The xsFloat value of the text data of this element.
568 xsFloat _value;
573 * @return a xsFloat of the value.
575 xsFloat getValue() const { return _value; }
580 void setValue( xsFloat val ) { _value = val; }
domFx_samplerCUBE_common.h 566 * The xsFloat value of the text data of this element.
568 xsFloat _value;
573 * @return a xsFloat of the value.
575 xsFloat getValue() const { return _value; }
580 void setValue( xsFloat val ) { _value = val; }
domFx_samplerRECT_common.h 508 * The xsFloat value of the text data of this element.
510 xsFloat _value;
515 * @return a xsFloat of the value.
517 xsFloat getValue() const { return _value; }
522 void setValue( xsFloat val ) { _value = val; }
domTypes.h 61 typedef xsFloat domGl_alpha_value_type;
62 typedef xsFloat domGlsl_float;
82 typedef xsFloat domCg_float;
84 typedef xsFloat domCg_half;
85 typedef xsFloat domCg_fixed;
87 typedef xsFloat domCg_float1;
89 typedef xsFloat domCg_half1;
90 typedef xsFloat domCg_fixed1;
    [all...]
  /external/collada/include/dae/
daeDomTypes.h 39 typedef daeFloat xsFloat;

Completed in 5241 milliseconds