Home
last modified time | relevance | path

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