Home
last modified time | relevance | path

Searched refs:getDeviceContext (Results 1 – 6 of 6) sorted by relevance

/external/deqp/framework/platform/win32/
DtcuWGL.cpp215 int pixelFormat = ChoosePixelFormat(tmpWindow.getDeviceContext(), &pixelFormatDesc); in Library()
216 if (!SetPixelFormat(tmpWindow.getDeviceContext(), pixelFormat, &pixelFormatDesc)) in Library()
221 HGLRC tmpCtx = m_functions.createContext(tmpWindow.getDeviceContext()); in Library()
222 if (!tmpCtx || !m_functions.makeCurrent(tmpWindow.getDeviceContext(), tmpCtx)) in Library()
237 m_functions.makeCurrent(tmpWindow.getDeviceContext(), NULL); in Library()
DtcuWin32GLES3Platform.cpp91 const HDC deviceCtx = m_window.getDeviceContext(); in Win32GLES3Context()
97 …m_platformCtx.context = new wgl::Context(&wgl, m_window.getDeviceContext(), wgl::PROFILE_COMPATIBI… in Win32GLES3Context()
DtcuWin32Window.hpp49 HDC getDeviceContext (void) const { return GetDC(m_window); } in getDeviceContext() function in tcu::win32::Window
DtcuWGL.hpp197 HDC getDeviceContext (void) const { return m_deviceCtx; } in getDeviceContext() function in tcu::wgl::Context
DtcuWin32EGLNativeDisplayFactory.cpp76 HDC getDeviceContext (void) { return m_deviceContext; } in getDeviceContext() function in tcu::win32::__anonbac8d03a0111::NativeDisplay
152 const HDC deviceCtx = nativeDisplay->getDeviceContext(); in NativePixmap()
DtcuWGLContextFactory.cpp100 HDC deviceCtx = m_window.getDeviceContext(); in WGLContext()