Searched defs:setOperand (Results 1 - 3 of 3) sorted by relevance
/external/collada/include/1.4/dom/ | ||
H A D | domGles_texcombiner_argumentAlpha_type.h | 47 void setOperand( domGles_texcombiner_operandAlpha_enums atOperand ) { attrOperand = atOperand; } function in class:domGles_texcombiner_argumentAlpha_type_complexType 106 void setOperand( domGles_texcombiner_operandAlpha_enums atOperand ) { attrOperand = atOperand; _validAttributeArray[1] = true; } function in class:domGles_texcombiner_argumentAlpha_type |
H A D | domGles_texcombiner_argumentRGB_type.h | 47 void setOperand( domGles_texcombiner_operandRGB_enums atOperand ) { attrOperand = atOperand; } function in class:domGles_texcombiner_argumentRGB_type_complexType 106 void setOperand( domGles_texcombiner_operandRGB_enums atOperand ) { attrOperand = atOperand; _validAttributeArray[1] = true; } function in class:domGles_texcombiner_argumentRGB_type |
/external/webkit/Source/ThirdParty/ANGLE/src/compiler/ | ||
H A D | intermediate.h | 407 void setOperand(TIntermTyped* o) { operand = o; } function in class:TIntermUnary |
Completed in 294 milliseconds