Searched refs:windowDC (Results 1 – 2 of 2) sorted by relevance
289 HDC windowDC = DE_NULL; in readScreenPixels() local319 windowDC = GetDC(m_window.getHandle()); in readScreenPixels()320 TCU_CHECK(windowDC); in readScreenPixels()357 ReleaseDC(m_window.getHandle(), windowDC); in readScreenPixels()358 windowDC = DE_NULL; in readScreenPixels()368 if (windowDC) in readScreenPixels()369 ReleaseDC(m_window.getHandle(), windowDC); in readScreenPixels()
631 HDC windowDC = nullptr; in takeScreenshot() local643 windowDC = GetDC(mNativeWindow); in takeScreenshot()644 error = windowDC == nullptr; in takeScreenshot()706 if (windowDC != nullptr) in takeScreenshot()708 ReleaseDC(mNativeWindow, windowDC); in takeScreenshot()