OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:attrMip
(Results
1 - 8
of
8
) sorted by null
/external/collada/include/1.4/dom/
domFx_colortarget_common.h
23
xsNonNegativeInteger
attrMip
;
59
xsNonNegativeInteger getMip() const { return
attrMip
; }
64
void setMip( xsNonNegativeInteger atMip ) {
attrMip
= atMip; }
92
domFx_colortarget_common_complexType(DAE& dae, daeElement* elt) : attrIndex(), attrFace(),
attrMip
(), attrSlice(), _value() {}
140
xsNonNegativeInteger getMip() const { return
attrMip
; }
145
void setMip( xsNonNegativeInteger atMip ) {
attrMip
= atMip; _validAttributeArray[2] = true; }
domFx_depthtarget_common.h
23
xsNonNegativeInteger
attrMip
;
59
xsNonNegativeInteger getMip() const { return
attrMip
; }
64
void setMip( xsNonNegativeInteger atMip ) {
attrMip
= atMip; }
92
domFx_depthtarget_common_complexType(DAE& dae, daeElement* elt) : attrIndex(), attrFace(),
attrMip
(), attrSlice(), _value() {}
140
xsNonNegativeInteger getMip() const { return
attrMip
; }
145
void setMip( xsNonNegativeInteger atMip ) {
attrMip
= atMip; _validAttributeArray[2] = true; }
domFx_stenciltarget_common.h
23
xsNonNegativeInteger
attrMip
;
59
xsNonNegativeInteger getMip() const { return
attrMip
; }
64
void setMip( xsNonNegativeInteger atMip ) {
attrMip
= atMip; }
92
domFx_stenciltarget_common_complexType(DAE& dae, daeElement* elt) : attrIndex(), attrFace(),
attrMip
(), attrSlice(), _value() {}
140
xsNonNegativeInteger getMip() const { return
attrMip
; }
145
void setMip( xsNonNegativeInteger atMip ) {
attrMip
= atMip; _validAttributeArray[2] = true; }
domFx_surface_init_from_common.h
25
xsUnsignedInt
attrMip
;
40
xsUnsignedInt getMip() const { return
attrMip
; }
45
void setMip( xsUnsignedInt atMip ) {
attrMip
= atMip; }
89
domFx_surface_init_from_common_complexType(DAE& dae, daeElement* elt) :
attrMip
(), attrSlice(), attrFace(), _value(*elt) {}
115
xsUnsignedInt getMip() const { return
attrMip
; }
120
void setMip( xsUnsignedInt atMip ) {
attrMip
= atMip; _validAttributeArray[0] = true; }
/external/collada/src/1.4/dom/
domFx_surface_init_from_common.cpp
53
ma->setOffset( daeOffsetOf( domFx_surface_init_from_common ,
attrMip
));
domFx_colortarget_common.cpp
79
ma->setOffset( daeOffsetOf( domFx_colortarget_common ,
attrMip
));
domFx_depthtarget_common.cpp
79
ma->setOffset( daeOffsetOf( domFx_depthtarget_common ,
attrMip
));
domFx_stenciltarget_common.cpp
79
ma->setOffset( daeOffsetOf( domFx_stenciltarget_common ,
attrMip
));
Completed in 37 milliseconds