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

  /external/collada/include/1.4/dom/
domFx_colortarget_common.h 22 domFx_surface_face_enum attrFace;
48 domFx_surface_face_enum getFace() const { return attrFace; }
53 void setFace( domFx_surface_face_enum atFace ) { attrFace = atFace; }
92 domFx_colortarget_common_complexType(DAE& dae, daeElement* elt) : attrIndex(), attrFace(), attrMip(), attrSlice(), _value() {}
129 domFx_surface_face_enum getFace() const { return attrFace; }
134 void setFace( domFx_surface_face_enum atFace ) { attrFace = atFace; _validAttributeArray[1] = true; }
domFx_depthtarget_common.h 22 domFx_surface_face_enum attrFace;
48 domFx_surface_face_enum getFace() const { return attrFace; }
53 void setFace( domFx_surface_face_enum atFace ) { attrFace = atFace; }
92 domFx_depthtarget_common_complexType(DAE& dae, daeElement* elt) : attrIndex(), attrFace(), attrMip(), attrSlice(), _value() {}
129 domFx_surface_face_enum getFace() const { return attrFace; }
134 void setFace( domFx_surface_face_enum atFace ) { attrFace = atFace; _validAttributeArray[1] = true; }
domFx_stenciltarget_common.h 22 domFx_surface_face_enum attrFace;
48 domFx_surface_face_enum getFace() const { return attrFace; }
53 void setFace( domFx_surface_face_enum atFace ) { attrFace = atFace; }
92 domFx_stenciltarget_common_complexType(DAE& dae, daeElement* elt) : attrIndex(), attrFace(), attrMip(), attrSlice(), _value() {}
129 domFx_surface_face_enum getFace() const { return attrFace; }
134 void setFace( domFx_surface_face_enum atFace ) { attrFace = atFace; _validAttributeArray[1] = true; }
domFx_surface_init_from_common.h 27 domFx_surface_face_enum attrFace;
62 domFx_surface_face_enum getFace() const { return attrFace; }
67 void setFace( domFx_surface_face_enum atFace ) { attrFace = atFace; }
89 domFx_surface_init_from_common_complexType(DAE& dae, daeElement* elt) : attrMip(), attrSlice(), attrFace(), _value(*elt) {}
137 domFx_surface_face_enum getFace() const { return attrFace; }
142 void setFace( domFx_surface_face_enum atFace ) { attrFace = atFace; _validAttributeArray[2] = true; }
  /external/collada/src/1.4/dom/
domFx_surface_init_from_common.cpp 77 ma->setOffset( daeOffsetOf( domFx_surface_init_from_common , attrFace ));
domFx_colortarget_common.cpp 66 ma->setOffset( daeOffsetOf( domFx_colortarget_common , attrFace ));
domFx_depthtarget_common.cpp 66 ma->setOffset( daeOffsetOf( domFx_depthtarget_common , attrFace ));
domFx_stenciltarget_common.cpp 66 ma->setOffset( daeOffsetOf( domFx_stenciltarget_common , attrFace ));

Completed in 17 milliseconds