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

/external/deqp/framework/platform/win32/
H A DtcuWin32EGLNativeDisplayFactory.cpp272 HDC windowDC = DE_NULL; local
302 windowDC = GetDC(m_window.getHandle());
303 TCU_CHECK(windowDC);
340 ReleaseDC(m_window.getHandle(), windowDC);
341 windowDC = DE_NULL;
351 if (windowDC)
352 ReleaseDC(m_window.getHandle(), windowDC);

Completed in 1515 milliseconds