OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:attrOperand
(Results
1 - 4
of
4
) sorted by null
/external/collada/include/1.4/dom/
domGles_texcombiner_argumentAlpha_type.h
22
domGles_texcombiner_operandAlpha_enums
attrOperand
;
42
domGles_texcombiner_operandAlpha_enums getOperand() const { return
attrOperand
; }
47
void setOperand( domGles_texcombiner_operandAlpha_enums atOperand ) {
attrOperand
= atOperand; }
64
domGles_texcombiner_argumentAlpha_type_complexType(DAE& dae, daeElement* elt) : attrSource(),
attrOperand
(), attrUnit() {}
101
domGles_texcombiner_operandAlpha_enums getOperand() const { return
attrOperand
; }
106
void setOperand( domGles_texcombiner_operandAlpha_enums atOperand ) {
attrOperand
= atOperand; _validAttributeArray[1] = true; }
domGles_texcombiner_argumentRGB_type.h
22
domGles_texcombiner_operandRGB_enums
attrOperand
;
42
domGles_texcombiner_operandRGB_enums getOperand() const { return
attrOperand
; }
47
void setOperand( domGles_texcombiner_operandRGB_enums atOperand ) {
attrOperand
= atOperand; }
64
domGles_texcombiner_argumentRGB_type_complexType(DAE& dae, daeElement* elt) : attrSource(),
attrOperand
(), attrUnit() {}
101
domGles_texcombiner_operandRGB_enums getOperand() const { return
attrOperand
; }
106
void setOperand( domGles_texcombiner_operandRGB_enums atOperand ) {
attrOperand
= atOperand; _validAttributeArray[1] = true; }
/external/collada/src/1.4/dom/
domGles_texcombiner_argumentAlpha_type.cpp
55
ma->setOffset( daeOffsetOf( domGles_texcombiner_argumentAlpha_type ,
attrOperand
));
domGles_texcombiner_argumentRGB_type.cpp
55
ma->setOffset( daeOffsetOf( domGles_texcombiner_argumentRGB_type ,
attrOperand
));
Completed in 24 milliseconds