Searched refs:windowDC (Results 1 – 1 of 1) 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()