Searched refs:takeScreenshot (Results 1 – 7 of 7) sorted by relevance
39 takeScreenshot(); in evaluate()44 private void takeScreenshot() { in takeScreenshot() method in ScreenshotOnFailureStatement81 uiDevice.takeScreenshot(screenshotFile); in takeScreenshot()
27 bool takeScreenshot(uint8_t *pixelData) override;
609 bool Win32Window::takeScreenshot(uint8_t *pixelData) in takeScreenshot() function in Win32Window
41 virtual bool takeScreenshot(uint8_t *pixelData);
387 bool OSWindow::takeScreenshot(uint8_t *pixelData) in takeScreenshot() function in OSWindow
285 bool success = mOSWindow->takeScreenshot(pixelBuffer); in TEST_P()
387 if (!mWindow->takeScreenshot(reinterpret_cast<uint8_t *>(dst->getAccess().getDataPtr()))) in readScreenPixels()