Searched defs:getDeviceContext (Results 1 - 3 of 3) sorted by relevance

/external/deqp/framework/platform/win32/
H A DtcuWin32Window.hpp49 HDC getDeviceContext (void) const { return GetDC(m_window); } function in class:tcu::win32::Window
H A DtcuWGL.hpp197 HDC getDeviceContext (void) const { return m_deviceCtx; } function in class:tcu::wgl::Context
H A DtcuWin32EGLNativeDisplayFactory.cpp76 HDC getDeviceContext (void) { return m_deviceContext; } function in class:tcu::win32::__anon4180::NativeDisplay
152 const HDC deviceCtx = nativeDisplay->getDeviceContext();

Completed in 205 milliseconds