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

  /external/collada/include/1.4/dom/
domFx_colortarget_common.h 24 xsNonNegativeInteger attrSlice;
70 xsNonNegativeInteger getSlice() const { return attrSlice; }
75 void setSlice( xsNonNegativeInteger atSlice ) { attrSlice = atSlice; }
92 domFx_colortarget_common_complexType(DAE& dae, daeElement* elt) : attrIndex(), attrFace(), attrMip(), attrSlice(), _value() {}
151 xsNonNegativeInteger getSlice() const { return attrSlice; }
156 void setSlice( xsNonNegativeInteger atSlice ) { attrSlice = atSlice; _validAttributeArray[3] = true; }
domFx_depthtarget_common.h 24 xsNonNegativeInteger attrSlice;
70 xsNonNegativeInteger getSlice() const { return attrSlice; }
75 void setSlice( xsNonNegativeInteger atSlice ) { attrSlice = atSlice; }
92 domFx_depthtarget_common_complexType(DAE& dae, daeElement* elt) : attrIndex(), attrFace(), attrMip(), attrSlice(), _value() {}
151 xsNonNegativeInteger getSlice() const { return attrSlice; }
156 void setSlice( xsNonNegativeInteger atSlice ) { attrSlice = atSlice; _validAttributeArray[3] = true; }
domFx_stenciltarget_common.h 24 xsNonNegativeInteger attrSlice;
70 xsNonNegativeInteger getSlice() const { return attrSlice; }
75 void setSlice( xsNonNegativeInteger atSlice ) { attrSlice = atSlice; }
92 domFx_stenciltarget_common_complexType(DAE& dae, daeElement* elt) : attrIndex(), attrFace(), attrMip(), attrSlice(), _value() {}
151 xsNonNegativeInteger getSlice() const { return attrSlice; }
156 void setSlice( xsNonNegativeInteger atSlice ) { attrSlice = atSlice; _validAttributeArray[3] = true; }
domFx_surface_init_from_common.h 26 xsUnsignedInt attrSlice;
51 xsUnsignedInt getSlice() const { return attrSlice; }
56 void setSlice( xsUnsignedInt atSlice ) { attrSlice = atSlice; }
89 domFx_surface_init_from_common_complexType(DAE& dae, daeElement* elt) : attrMip(), attrSlice(), attrFace(), _value(*elt) {}
126 xsUnsignedInt getSlice() const { return attrSlice; }
131 void setSlice( xsUnsignedInt atSlice ) { attrSlice = atSlice; _validAttributeArray[1] = true; }
  /external/collada/src/1.4/dom/
domFx_surface_init_from_common.cpp 65 ma->setOffset( daeOffsetOf( domFx_surface_init_from_common , attrSlice ));
domFx_colortarget_common.cpp 92 ma->setOffset( daeOffsetOf( domFx_colortarget_common , attrSlice ));
domFx_depthtarget_common.cpp 92 ma->setOffset( daeOffsetOf( domFx_depthtarget_common , attrSlice ));
domFx_stenciltarget_common.cpp 92 ma->setOffset( daeOffsetOf( domFx_stenciltarget_common , attrSlice ));

Completed in 3980 milliseconds