~uriboni/qt-halide/copyright-headers

« back to all changes in this revision

Viewing changes to tests/unit/tst_transform_functions_list.qml

  • Committer: Florian Boucault
  • Author(s): Florian Boucault
  • Date: 2015-04-02 12:36:12 UTC
  • mfrom: (268.4.33 async)
  • Revision ID: florian_boucault-20150402123612-7yfcsif9syv5e1cc
HalideTransform: apply Halide functions in a background thread.

Show diffs side-by-side

added added

removed removed

Lines of Context:
64
64
 
65
65
        compareTarget: output
66
66
 
 
67
        function init() {
 
68
            spy.ensureNoPendingUpdate();
 
69
            spy.clear();
 
70
        }
 
71
 
67
72
        function cleanup() {
68
73
            transform.functions = [];
69
74
            red.enabled = true;