Home
last modified time | relevance | path

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

/external/deqp/framework/platform/win32/
DtcuWGL.cpp229 int pixelFormat = ChoosePixelFormat(tmpWindow.getDeviceContext(), &pixelFormatDesc); in Library()
230 if (!SetPixelFormat(tmpWindow.getDeviceContext(), pixelFormat, &pixelFormatDesc)) in Library()
235 HGLRC tmpCtx = m_functions.createContext(tmpWindow.getDeviceContext()); in Library()
236 if (!tmpCtx || !m_functions.makeCurrent(tmpWindow.getDeviceContext(), tmpCtx)) in Library()
252 m_functions.makeCurrent(tmpWindow.getDeviceContext(), NULL); in Library()
262 const char* extensions = m_functions.getExtensionsStringARB(tmpWindow.getDeviceContext()); in Library()
DtcuWin32Window.hpp49 HDC getDeviceContext (void) const { return GetDC(m_window); } in getDeviceContext() function in tcu::win32::Window
DtcuWGL.hpp211 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::__anon1b601ec30111::NativeDisplay
152 const HDC deviceCtx = nativeDisplay->getDeviceContext(); in NativePixmap()
DtcuWGLContextFactory.cpp104 HDC deviceCtx = m_window.getDeviceContext(); in WGLContext()
/external/deqp/external/openglcts/modules/common/
DglcConfigListWGL.cpp46 const std::vector<int> pixelFormats = wgl.getPixelFormats(tmpWindow.getDeviceContext()); in getDefaultWglConfigList()
53 …const tcu::wgl::PixelFormatInfo fmtInfo = wgl.getPixelFormatInfo(tmpWindow.getDeviceContext(), pi… in getDefaultWglConfigList()