Home
last modified time | relevance | path

Searched refs:xsNMTOKEN (Results 1 – 10 of 10) sorted by relevance

/external/collada/include/1.4/dom/
DdomParam.h43 xsNMTOKEN attrSemantic;
48 xsNMTOKEN attrType;
83 xsNMTOKEN getSemantic() const { return attrSemantic; } in getSemantic()
88 …void setSemantic( xsNMTOKEN atSemantic ) { *(daeStringRef*)&attrSemantic = atSemantic; _validAttri… in setSemantic()
94 xsNMTOKEN getType() const { return attrType; } in getType()
99 …void setType( xsNMTOKEN atType ) { *(daeStringRef*)&attrType = atType; _validAttributeArray[3] = t… in setType()
DdomInputLocal.h29 xsNMTOKEN attrSemantic;
42 xsNMTOKEN getSemantic() const { return attrSemantic; } in getSemantic()
47 void setSemantic( xsNMTOKEN atSemantic ) { *(daeStringRef*)&attrSemantic = atSemantic;} in setSemantic()
100 xsNMTOKEN getSemantic() const { return attrSemantic; } in getSemantic()
105 …void setSemantic( xsNMTOKEN atSemantic ) { *(daeStringRef*)&attrSemantic = atSemantic; _validAttri… in setSemantic()
DdomInputGlobal.h29 xsNMTOKEN attrSemantic;
42 xsNMTOKEN getSemantic() const { return attrSemantic; } in getSemantic()
47 void setSemantic( xsNMTOKEN atSemantic ) { *(daeStringRef*)&attrSemantic = atSemantic;} in setSemantic()
100 xsNMTOKEN getSemantic() const { return attrSemantic; } in getSemantic()
105 …void setSemantic( xsNMTOKEN atSemantic ) { *(daeStringRef*)&attrSemantic = atSemantic; _validAttri… in setSemantic()
DdomInputLocalOffset.h36 xsNMTOKEN attrSemantic;
65 xsNMTOKEN getSemantic() const { return attrSemantic; } in getSemantic()
70 void setSemantic( xsNMTOKEN atSemantic ) { *(daeStringRef*)&attrSemantic = atSemantic;} in setSemantic()
145 xsNMTOKEN getSemantic() const { return attrSemantic; } in getSemantic()
150 …void setSemantic( xsNMTOKEN atSemantic ) { *(daeStringRef*)&attrSemantic = atSemantic; _validAttri… in setSemantic()
DdomTechnique.h43 xsNMTOKEN attrProfile;
78 xsNMTOKEN getProfile() const { return attrProfile; } in getProfile()
83 …void setProfile( xsNMTOKEN atProfile ) { *(daeStringRef*)&attrProfile = atProfile; _validAttribute… in setProfile()
DdomExtra.h45 xsNMTOKEN attrType;
87 xsNMTOKEN getType() const { return attrType; } in getType()
92 …void setType( xsNMTOKEN atType ) { *(daeStringRef*)&attrType = atType; _validAttributeArray[2] = t… in setType()
DdomProfile_GLSL.h171 xsNMTOKEN _value;
178 xsNMTOKEN getValue() const { return _value; } in getValue()
183 void setValue( xsNMTOKEN val ) { *(daeStringRef*)&_value = val; } in setValue()
DdomProfile_CG.h167 xsNMTOKEN _value;
174 xsNMTOKEN getValue() const { return _value; } in getValue()
179 void setValue( xsNMTOKEN val ) { *(daeStringRef*)&_value = val; } in setValue()
DdomAsset.h847 xsNMTOKEN attrName;
866 xsNMTOKEN getName() const { return attrName; } in getName()
871 …void setName( xsNMTOKEN atName ) { *(daeStringRef*)&attrName = atName; _validAttributeArray[1] = t… in setName()
/external/collada/include/dae/
DdaeDomTypes.h29 typedef daeString xsNMTOKEN; typedef