HomeSort by relevance Sort by last modified time
    Searched refs:getDeviceContext (Results 1 - 6 of 6) sorted by null

  /external/deqp/framework/platform/win32/
tcuWin32Window.hpp 49 HDC getDeviceContext (void) const { return GetDC(m_window); }
tcuWin32GLES3Platform.cpp 91 const HDC deviceCtx = m_window.getDeviceContext();
97 m_platformCtx.context = new wgl::Context(&wgl, m_window.getDeviceContext(), wgl::PROFILE_COMPATIBILITY, 3, 3, pixelFormat);
tcuWGL.hpp 197 HDC getDeviceContext (void) const { return m_deviceCtx; }
tcuWGL.cpp 215 int pixelFormat = ChoosePixelFormat(tmpWindow.getDeviceContext(), &pixelFormatDesc);
216 if (!SetPixelFormat(tmpWindow.getDeviceContext(), pixelFormat, &pixelFormatDesc))
221 HGLRC tmpCtx = m_functions.createContext(tmpWindow.getDeviceContext());
222 if (!tmpCtx || !m_functions.makeCurrent(tmpWindow.getDeviceContext(), tmpCtx))
237 m_functions.makeCurrent(tmpWindow.getDeviceContext(), NULL);
tcuWGLContextFactory.cpp 100 HDC deviceCtx = m_window.getDeviceContext();
tcuWin32EGLNativeDisplayFactory.cpp 76 HDC getDeviceContext (void) { return m_deviceContext; }
152 const HDC deviceCtx = nativeDisplay->getDeviceContext();

Completed in 98 milliseconds