Lines Matching refs:swap
82 void DSLVarBase::swap(DSLVarBase& other) {
84 std::swap(fModifiers, other.fModifiers);
85 std::swap(fType, other.fType);
86 std::swap(fUniformHandle, other.fUniformHandle);
87 std::swap(fDeclaration, other.fDeclaration);
88 std::swap(fVar, other.fVar);
89 std::swap(fRawName, other.fRawName);
90 std::swap(fName, other.fName);
91 std::swap(fInitialValue.fExpression, other.fInitialValue.fExpression);
92 std::swap(fDeclared, other.fDeclared);
93 std::swap(fInitialized, other.fInitialized);
94 std::swap(fPosition, other.fPosition);
97 void DSLVar::swap(DSLVar& other) {
98 INHERITED::swap(other);
140 void DSLGlobalVar::swap(DSLGlobalVar& other) {
141 INHERITED::swap(other);
148 void DSLParameter::swap(DSLParameter& other) {
149 INHERITED::swap(other);