Lines Matching refs:Output
32 struct Output {
33 - Output() : backFb(0), flipped(false) { }
34 + Output() : backFb(0), flipPending(false) { }
47 void swapBuffers(Output *output);
48 + void waitForFlip(Output *output);
51 Output *output(int idx) { return &m_outputs[idx]; }
64 Output *output = static_cast<Output *>(user_data);
74 -void QLinuxFbDevice::swapBuffers(Output *output)
75 +void QLinuxFbDevice::waitForFlip(Output *output)
89 @@ -379,6 +385,27 @@ void QLinuxFbDevice::swapBuffers(Output *output)
93 +void QLinuxFbDevice::swapBuffers(Output *output)