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

  /external/collada/include/1.4/dom/
domInstance_effect.h 50 xsNCName attrPlatform;
67 xsNCName getPlatform() const { return attrPlatform; }
72 void setPlatform( xsNCName atPlatform ) { *(daeStringRef*)&attrPlatform = atPlatform; _validAttributeArray[0] = true; }
100 domTechnique_hint(DAE& dae) : daeElement(dae), attrPlatform(), attrProfile(), attrRef() {}
domProfile_GLES.h 881 xsNCName attrPlatform;
926 xsNCName getPlatform() const { return attrPlatform; }
931 void setPlatform( xsNCName atPlatform ) { *(daeStringRef*)&attrPlatform = atPlatform; _validAttributeArray[1] = true; }
    [all...]
domProfile_CG.h     [all...]

Completed in 70 milliseconds