Lines Matching defs:operation
4614 * @param out_combined Expected result of "combined" operation
4615 * @param out_combined_inverted Expected result of "combined_inverted" operation
4616 * @param out_constant Expected result of "constant" operation
4617 * @param out_constant_inverted Expected result of "constant_inverted" operation
4618 * @param out_dynamic Expected result of "dynamic" operation
4619 * @param out_dynamic_inverted Expected result of "out_dynamic_inverted" operation
4620 * @param out_loop Expected result of "loop" operation
4730 /* For each operation */
4738 const GLchar* operation = 0;
4745 operation = functions;
4750 operation = functions_inverted;
4755 operation = functions;
4760 operation = functions_inverted;
4765 operation = functions_dynamic;
4770 operation = functions_dynamic_inverted;
4775 operation = functions;
4790 message << " " << operation[function] << " ";