Home
last modified time | relevance | path

Searched refs:windowDC (Results 1 – 2 of 2) sorted by relevance

/external/deqp/framework/platform/win32/
DtcuWin32EGLNativeDisplayFactory.cpp289 HDC windowDC = DE_NULL; in readScreenPixels() local
319 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()
/external/angle/util/windows/win32/
DWin32Window.cpp631 HDC windowDC = nullptr; in takeScreenshot() local
643 windowDC = GetDC(mNativeWindow); in takeScreenshot()
644 error = windowDC == nullptr; in takeScreenshot()
706 if (windowDC != nullptr) in takeScreenshot()
708 ReleaseDC(mNativeWindow, windowDC); in takeScreenshot()